You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of section "savefig/png" should be improved to reflect the information available in the source code, for example as comments and real examples. Good for a better learning curve of newcomers.
list of supported output formats also with same note from source "not all backends support every format"
which output formats are supported by every backend
default output format
In addition, some information about the resolution used in the output format. I created some png files for my package using gr() backend. They all had a resolution of 3600 x 2400 pixels which is ways too large.
Being able to define the wanted resolution would be great and could reduce / simplify the related workflow.