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
Could anyone please suggest what to do with following error?
The problem is resolved when I use %matplotlib inline in Jupyter Notebook. But I am unable to find any solution for CLI.
(andes) kasheex@Kashifs-Air ~ % andes plot /Users/kasheex/andes/andes/cases/kundur/kundur_full_out.lst 0 5 /Users/kasheex/andes/andes/plot.py:822: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show() <andes.plot.TDSData object at 0x100d6f400>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Could anyone please suggest what to do with following error?
The problem is resolved when I use
%matplotlib inline
in Jupyter Notebook. But I am unable to find any solution forCLI
.(andes) kasheex@Kashifs-Air ~ % andes plot /Users/kasheex/andes/andes/cases/kundur/kundur_full_out.lst 0 5 /Users/kasheex/andes/andes/plot.py:822: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show() <andes.plot.TDSData object at 0x100d6f400>
Beta Was this translation helpful? Give feedback.
All reactions