Skip to content

Adding ROIs to existing MPL axes #413

Answered by jrkerns
liam-stubbington asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to overlay the ROIs into the original image then you likely want to use the same axis for the ROI and image. I.e.

fig, ax = plt.subplots()
img.plot(ax)
north.plot2axes(ax, 'red')

Let me know how it goes.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@liam-stubbington
Comment options

@jrkerns
Comment options

@liam-stubbington
Comment options

Answer selected by liam-stubbington
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants