-
-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Description
Notice that the frame axes are shown when using "show", but are missing when using "save"
----------------------------------------------------------------------
| Sage Version 4.2.1, Release Date: 2009-11-14 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: var('x,y')
(x, y)
sage: a=plot_vector_field((x,-y),(x,-1,1),(y,-1,1))
sage: a.show()
sage: a.save('test.png')
CC: @novoselt @jasongrout
Component: graphics
Author: Karl-Dieter Crisman
Reviewer: Andrey Novoseltsev
Merged: sage-4.6.2.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/7524