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

Still expose the matplotlib API #15

Closed
3 tasks done
Phyks opened this issue Mar 9, 2016 · 0 comments
Closed
3 tasks done

Still expose the matplotlib API #15

Phyks opened this issue Mar 9, 2016 · 0 comments

Comments

@Phyks
Copy link
Owner

Phyks commented Mar 9, 2016

Every matplotlib call should not be replicated in replot. Then, the user must be able to pass parameters directly to the underlying matplotlib objects, to perform advanced operations which are not mapped.

This means the user must be able to:

  • Pass extra parameter to the matplotlib.pyplot.plot function.
  • Call methods on the underlying matplotlib figure.
  • Call methods on the underlying matplotlib axes.
@Phyks Phyks closed this as completed in 3ec4240 Mar 9, 2016
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