Skip to content
Snippets Groups Projects
Commit b50784a2 authored by Axel Naumann's avatar Axel Naumann
Browse files

Use "...", not the funky unicode version.

parent a40f5e30
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
/// Palette coloring for histogram is activated thanks to the options `PFC`
/// (Palette Fill Color), `PLC` (Palette Line Color) and `AMC` (Palette Marker Color).
/// When one of these options is given to `TH1::Draw` the histogram get its color
/// from the current color palette defined by `gStyle->SetPalette()`. The color
/// from the current color palette defined by `gStyle->SetPalette(...)`. The color
/// is determined according to the number of objects having palette coloring in
/// the current pad.
///
......
......@@ -5,7 +5,7 @@
/// (Palette Fill Color).
/// When this option is given to `THStack::Draw` the histograms in the
/// `THStack` get their color from the current color palette defined by
/// `gStyle->SetPalette()`. The color is determined according to the number of
/// `gStyle->SetPalette(...)`. The color is determined according to the number of
/// histograms.
///
/// In this example four 2D histograms are displayed with palette coloring.
......
......@@ -5,7 +5,7 @@
/// (Palette Fill Color), `PLC` (Palette Line Color) and `AMC` (Palette Marker Color).
/// When one of these options is given to `THStack::Draw` the histograms in the
/// `THStack` get their color from the current color palette defined by
/// `gStyle->SetPalette()`. The color is determined according to the number of
/// `gStyle->SetPalette(...)`. The color is determined according to the number of
/// histograms.
///
/// In this example four histograms are displayed with palette coloring.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment