-
Notifications
You must be signed in to change notification settings - Fork 6
Off-white background implementation (matplotlib) #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
To allow for seamless plots on the updated DUNE slides template, this adds the option to change the background color of plots to the same off-white (#f0f0f0) color. Function is called off_white.bkg and would be called like the other dunestyle functions
|
I added a commit with a ROOT variant as well. |
|
My plan was to implement this in different PRs for the different languages, but can change this of course |
|
There is the PyROOT version left to do. Would you implement this as well? |
PyROOT should come "for free"---all the functions from |
chenel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for this! 👍🏻
admlw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
To allow for seamless plots on the updated DUNE slides template, this adds the option to change the background color of plots to the same off-white (#f0f0f0) color.
Function is called off_white.bkg and would be called like the other dunestyle functions