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 @oliveSea,
thanks for your question. Could you specify exactly for which plots in the given example this happens. Is it only for the custo cross sections? Do you encounter the same problem with other uses of gpv.plot_2d?
Cheers,
Jan
Hi @javoha,
Thanks for your answer. None of the plot_2d or plot_section_traces commands in the example produced a figure for me.
I guess it has to do with figure.show() in plot_2d. Replacing:
ifshowisTrue:
p.fig.show()
returnp
with:
ifshowisTrue:
plt.show()
returnp
worked for me. Is there a parameter in plot_2d to change the mpl interactive mode?
Hi all,
I am having an issue with plotting 2d sections.
Describe the bug
plot_2d does not generate plots as expected.
To Reproduce
Expected behavior
Images plotted as shown in example above.
Desktop (please complete the following information):
Additional context
Thanks!
The text was updated successfully, but these errors were encountered: