Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
faeccc97
Commit
faeccc97
authored
Apr 12, 2018
by
Simon Spannagel
Browse files
GuiDisplay: another attempt on SetLogY
parent
8bacd273
Pipeline
#355328
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/objects/GuiDisplay.h
View file @
faeccc97
...
...
@@ -66,7 +66,7 @@ namespace corryvreckan {
canvas
->
GetCanvas
()
->
cd
(
i
+
1
);
std
::
string
style
=
styles
[
histograms
[
canvasName
][
i
]];
if
(
logarithmic
[
histograms
[
canvasName
][
i
]])
{
canvas
->
GetCanvas
()
->
SetLogy
(
true
);
gPad
->
SetLogy
();
}
if
(
stackedCanvas
[
canvas
])
{
style
=
"same"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment