Skip to content

Return fig instead of axes in plot() #13

Description

@mtazzari

So that the usage is similar to that of the corner package.
Inside plot the axes can be accessed with fig.gca() and from the user perspective, it is simpler to do:

fig = uv.plot()
fig = uv.plot(fig=fig)
fig.savefig("uvplot.png")

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions