noi26 / InterPython_Workshop_Example

A template of software project for the Intermediate Python for Astronomical Software Development workshop
MIT License
0 stars 0 forks source link

Add functionality for plotting several photometric bands #9

Open ShrRa opened 7 months ago

ShrRa commented 7 months ago

Add a function to plot all the bands in one figure. An alternative solution is for the views.plotUnfolded to accept and return an axes, so that it could be used with fig.subplots in the notebook.