Skip to content

Add support for plotting in particular axes in BasicCurve #11

Closed
@miguelgondu

Description

@miguelgondu

It would be great to have the affordance of plotting a curve in the same axis as we e.g. plot volume. Inspired by seaborn, I will implement something like

_, ax = plt.subplots(1, 1)
geodesic, _ = m.connecting_geodesic(p0, p1)
geodesic.plot(ax=ax)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions