diff --git a/tutorials/graphs/multipalette.C b/tutorials/graphs/multipalette.C index 594b5c90e6ab028dd81740ad78c488e4b26bdf7f..1bedae0252049daa90d5e537b1a525e8732db2d4 100644 --- a/tutorials/graphs/multipalette.C +++ b/tutorials/graphs/multipalette.C @@ -7,7 +7,8 @@ /// display plots using different palettes on the same pad. /// /// When a pad is painted, all its elements are painted in the sequence -/// of Draw calls; for TExec it executes its command - which in the following +/// of Draw calls (See the difference between Draw and Paint in the TPad documentation); +/// for TExec it executes its command - which in the following /// example sets palette for painting all objects painted afterwards. /// If in the next pad another TExec changes the palette, it doesn’t affect the /// previous pad which was already painted, but it will affect the current and