pyPESTO icon indicating copy to clipboard operation
pyPESTO copied to clipboard

dpi in plots

Open FFroehlich opened this issue 5 years ago • 2 comments

default dpi in matplotlib is pretty low, would be nice to have an option to specify dpi for publication-ready figures

FFroehlich avatar Mar 18 '19 21:03 FFroehlich

Should that be pypesto's concern?

Would leave it to the user to do something like:

import matplotlib.pyplot as plt
plt.rcParams['figure.dpi'] = 300

dweindl avatar Jul 08 '21 17:07 dweindl

exactly this could be set as a "pypesto figure settings" default, as in https://github.com/ICB-DCM/pyABC/blob/main/pyabc/settings.py#L9

yannikschaelte avatar Jul 08 '21 17:07 yannikschaelte