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
67d007c5
Commit
67d007c5
authored
6 years ago
by
Olivier Couet
Browse files
Options
Downloads
Patches
Plain Diff
Update release notes.
parent
921b7982
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README/ReleaseNotes/v618/index.md
+18
-3
18 additions, 3 deletions
README/ReleaseNotes/v618/index.md
with
18 additions
and
3 deletions
README/ReleaseNotes/v618/index.md
+
18
−
3
View file @
67d007c5
...
...
@@ -127,9 +127,24 @@ The legacy iterators have been flagged with a special deprecation macro that can
-
`TBox::DistancetoPrimitive`
and
`TBox::ExecuteEvent`
now work in log scales (by Jérémie Dudouet).
-
Take the line attributes into account when drawing a histogram with option bar or hbar.
They were ignored until now.
-
The new draw option MIN0 makes same effect as gStyle->SetHistMinimumZero(1), but can be specified
individually for each histogram
-
The new draw option MIN0 makes same effect as gStyle->SetHistMinimumZero(1), but can be specified
individually for each histogram.
-
Improve the line clipping when a histogram is drawn with option "L". The following
example shows the improvement.
~~~
{.cpp}
{
auto h = new TH1F("h","h",5,0.5,5.5);
h->SetBinContent(1,100000);
h->SetBinContent(2,10000);
h->SetBinContent(3,1000);
h->SetBinContent(4,100);
h->SetBinContent(5,10);
h->SetMinimum(50.);
h->SetMaximum(40000);
h->Draw("L*");
gPad->SetLogy();
}
~~~
## 3D Graphics Libraries
...
...
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