Dear all,
Has SAGE a GUI back-end as MATPLOTLIB, on which one can zoom, select points etc.?
I can only save my plotting in forms : png, pdf, etc..
for example:
sage: bodes['entire']
<matplotlib.figure.Figure at 0x91ac950>
sage: bodes['entire'].show()
/opt/sagemath/sage-6.1.1-x86_64-Linux/local/lib/python2.7/
site-packages/matplotlib/figure.py:362: UserWarning: matplotlib is
currently using a non-GUI backend, so cannot show the figure
"matplotlib is currently using a non-GUI backend, "
sage: f = bodes['entire']
sage: f.savefig('./figures/entire.png')
Thank you all in advance!