Home › Forums › Nazca › how to get the matplolib figure? › Reply To: how to get the matplolib figure?
9 June 2020 at 19:33
#6163
bastien
Member
Great!
Would it be possible to have a kwarg to return the figure in nd.export_plotly()
so that it can be updated later on? For instance:
fig = nd.export_plotly(return_figure = True)
fig.add_annotation(...)
return_figure = False
could be set as default to keep it consistent with other export functions.
Bastien