We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0538be commit b39a995Copy full SHA for b39a995
graf2d/gpad/src/TPad.cxx
@@ -1232,6 +1232,10 @@ Int_t TPad::DistancetoPrimitive(Int_t px, Int_t py)
1232
/// - color is the color of the new pads. If 0, color is the canvas color.
1233
/// - All pads are contained within the inner area defined by the canvas margins.
1234
///
1235
+/// Note that, if you don't have a background color of your pad, the spacing between pads
1236
+/// might look larger than specified, since in the default case, each pad has internally
1237
+/// an empty space on the right equal to the space filled on the left for the y axis labels.
1238
+///
1239
/// Pads are automatically named `canvasname_n` where `n` is the division number
1240
/// starting from top left pad.
1241
0 commit comments