On Aug 19, 1:16 pm, Tobias Katz <tobi...@web.de> wrote: > Hi, > since ask.sagemath.org seems not to work at the moment and I really need > a solution for this, I write to the mailing-list.
You only posted there 36 minutes ago! Most likely someone will have answered there eventually. I just tried, but got a traceback. > > I need to create a zoomed subarea in a Matplotlib-Plot under sage. > > In the Matplotlib galery is pretty much what i need. > > http://matplotlib.sourceforge.net/examples/axes_grid/inset_locator_de... > > Are there limitations for Matplotlib in sage? Apparently our Matplotlib (matplotlib-0.99.3) does not have `mpl_toolkits.axes_grid1`, which is needed for that example. The same example would work in Sage if you used `mpl_toolkits.axes_grid`, except `plt.show()` doesn't necessarily work from within Sage, so for instance `plt.savefig('test.png')` would work to save it in your home directory. - kcrisman -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org