missionbio.mosaic.utils.static_fig¶
-
missionbio.mosaic.utils.
static_fig
(fig, figsize=(7, 7), ax=None)¶ Convert plotly figure to matplotlib.
- Parameters
- figplotly.graph_objects.Figure
- figsize2-tuple
The size of the matplotlib figure in case no axis is provided.
- axmatplotlib.pyplot.axis
The axis to show the image on.