-
Notifications
You must be signed in to change notification settings - Fork 26
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
plot saving to be specified in config.user #157
base: master
Are you sure you want to change the base?
Conversation
NB keys in config are now "save_pdf" and "save_png". |
…d in less good place
… and allow other kwargs
I've updated this and tested it so that it definitely works but I realise it conflicts with #166. Since this version is really not a big change I'd be happy for that pr to get merged first and then I update this one but I'd really like it to be soon (like in the next week kind of soon) or to get this one merged instead @ThorvaldLarsen @jenshnielsen thoughts? |
When using doNd if the 'do_plots' keyword argument is True plots will be generated which are saved in both png and pdf format. This pull request makes the saving configurable via the config file so that you can choose if you want any generated plots to be saved as png, pdf, both or neither :)
TODO:
@jenshnielsen