Plot is not downloadable

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
xinyue
Posts: 8
Joined: Fri Oct 11, 2019 5:52 pm

Plot is not downloadable

Post by xinyue » Wed Dec 16, 2020 10:20 am

Hi there,

I am using the Get_Rendering commands to make plot, and I am running analysis in Jupyter Notebook. According to the tutorial, I should get interactive plots that allow zoom, pan or download. The zoom and pan features are fine. However, if I click on the download button below the plot, the new tab is just blank.

I am just a beginner of Python and OpenSeesPy. By any chance, does anyone have insights on this issue?

Thanks in advance!

anuragiitg
Posts: 12
Joined: Mon Aug 26, 2013 7:52 pm
Location: The University of Utah
Contact:

Re: Plot is not downloadable

Post by anuragiitg » Thu Dec 24, 2020 12:35 pm

This is a bug in matplotlib due to compatibility with Chromium based web browsers (Google Chrome, Edge explorer). A trick to save the figure is
1) stop the interaction on the generated plot by clicking on the blue button.
2) right-click on the plot image and save it.
--
Anurag Upadhyay

Post Reply