Skip to content

Wrapper for pylab figures that that allows them to be saved as scripts.

Notifications You must be signed in to change notification settings

edfraenkel/pylabrecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pylabrecorder

This module is a wrapper for pylab figures and other objects that records all actions sent to the figure and ax objects. When f.savefig() is called a modifiable script is saved in parallel which can recreate the figure. It only works if the figures are created in the object oriented way. The documentation of the recorded_figure() function shows how this is done.

you can run the unittests by calling

prompt> python __init__.py

Tested for python 2.7. Dependencies matplotlib and numpy

About

Wrapper for pylab figures that that allows them to be saved as scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages