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

Implement savefig function #18

Closed
leouieda opened this issue Jul 11, 2017 · 1 comment
Closed

Implement savefig function #18

leouieda opened this issue Jul 11, 2017 · 1 comment

Comments

@leouieda
Copy link
Member

Provides a matplotlib like interface for psconvert.

@leouieda
Copy link
Member Author

Will need to split the folder and file name because psconvert needs them in different arguments.

leouieda added a commit that referenced this issue Aug 1, 2017
Defines a `Figure` class that controls all plotting.
The individual plotting functions (including `psconvert`) are now 
methods of this class.
It inherits the `ps*` methods from a `BasePlotting` baseclass.
This is needed to implement the `Subplot` class later on.

Fixes #18
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

1 participant