Skip to content

Support ax and fig being supplied independently #7

Description

@HamsterHuey

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions