Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
b50784a2
Commit
b50784a2
authored
7 years ago
by
Axel Naumann
Browse files
Options
Downloads
Patches
Plain Diff
Use "...", not the funky unicode version.
parent
a40f5e30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tutorials/hist/histpalettecolor.C
+1
-1
1 addition, 1 deletion
tutorials/hist/histpalettecolor.C
tutorials/hist/thstack2palettecolor.C
+1
-1
1 addition, 1 deletion
tutorials/hist/thstack2palettecolor.C
tutorials/hist/thstackpalettecolor.C
+1
-1
1 addition, 1 deletion
tutorials/hist/thstackpalettecolor.C
with
3 additions
and
3 deletions
tutorials/hist/histpalettecolor.C
+
1
−
1
View file @
b50784a2
...
...
@@ -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.
///
...
...
This diff is collapsed.
Click to expand it.
tutorials/hist/thstack2palettecolor.C
+
1
−
1
View file @
b50784a2
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
tutorials/hist/thstackpalettecolor.C
+
1
−
1
View file @
b50784a2
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment