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

Support ax and fig being supplied independently #7

Open
HamsterHuey opened this issue Mar 4, 2015 · 0 comments
Open

Support ax and fig being supplied independently #7

HamsterHuey opened this issue Mar 4, 2015 · 0 comments
Assignees
Labels

Comments

@HamsterHuey
Copy link
Owner

Currently, ax and fig kwargs have to be passed in together for EasyPlot to plot in the correct axes. This should not be the case. If only fig is supplied then create axes in fig using fig.add_axes(). If only ax is supplied, then use ax.figure as the figure object for plotting.

@HamsterHuey HamsterHuey added the bug label Mar 4, 2015
@HamsterHuey HamsterHuey self-assigned this Mar 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant