Skip to content
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

Save multiple files #8

Closed
zhidayat opened this issue Apr 19, 2015 · 1 comment
Closed

Save multiple files #8

zhidayat opened this issue Apr 19, 2015 · 1 comment

Comments

@zhidayat
Copy link

Is it possible to make the function be able save multiple files with different format at a time?

@masumhabib
Copy link
Owner

I think such function will be redundant since Plot.export function can be used to do that. For example the following code will save the current figure in png, eps and jpg format:

plt = Plot();
plt.export('file.png');
plt.export('file.eps');
plt.export('file.jpg');

Thanks for the suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants