Skip to content

native format for figures #323

Closed
Closed
@ddale

Description

@ddale

Original report at SourceForge, opened Wed Feb 4 17:55:56 2009

In Matlab we have ability to save figures to .fig format. Gnuplot also has same ability cause save figures as scripts and data. It allows us:

  1. To reopen figure for light editing without program execution.
  2. To retrieve points data for curves for editing.
  3. To copy curves from one figure to another. It is really great!!!

E-mail: kkott00@gmail.com

SourceForge Comments

On Fri Apr 23 05:23:50 2010, nobody wrote:

Seconding! The ability to easily pickle or otherwise save & reload both data and figure configuration is lacking terribly. Lots of figures have to be altered later on for publication, presentation etc. Currently the full python code for loading the data and creating the figure has to be kept -- /very/ old-fashioned, I'd say.

On Sun Jun 7 09:37:49 2009, jdh2358 wrote:

This would indeed be a great feature. We have experimented with it in the past trying to pickle matplotlib figures, but have encountered problems with pickling CXX extension code, on which mpl relies heavily.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions