You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @karenlmasters the plot method on Maps objects is a custom function that handles matplotlib single panel or multi-panel plots. The Image.plot is a separate standalone plot function that just returns a single matplotlib figure. The ax=axes input to Image.plot isn't doing anything here. So I don't think what you want to do is possible out of the box. It's probably a good idea to make that work though.
Trying to put an image into the Multiplot example here: https://sdss-marvin.readthedocs.io/en/latest/tutorials/plotting-tutorial.html#multi-panel-map-plot-single-galaxy by swapping out one of the map commands with an image command
Result does not put the image plot into the multipanel plot...?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: