Skip to content

ParrayPlotter called on matplotlib function can't handle specifying axes #3

@JohnGoertz

Description

@JohnGoertz

Current pattern:

plt.sca(ax)
pp = gmb.ParrayPlotter(X, Y, z)
pp(plt.contourf, levels=20, cmap='pink', norm=norm)
pp.colorbar(ax=ax)

Desired pattern:

pp = gmb.ParrayPlotter(X, Y, z)
pp(plt.contourf, levels=20, cmap='pink', norm=norm, ax=ax)
pp.colorbar(ax=ax)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions