Skip to content

frame axes are lost when saving a graphic to a file #7524

@jasongrout

Description

@jasongrout

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions