Skip to content

tkf/mplchaco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matplotlib to Chaco converter.

Usage:

from mplchaco import mpl2chaco
mpl2chaco(fig).configure_traits()

Note that when using from IPython, make sure execute %gui wx before importing mplchaco. Otherwise, opening Chaco window blocks IPython.

See demo.

Why?

IPython's inline plot in Qt console and Notebook frontend is great, but it does not support interactive stuff such as zooming, so you would like to change Matplotlib backend to something that support GUI. However, Matplotlib does not support changing GUI.

This Python module converts Matplotlib figure into Chaco figure so that you can have inline plot in IPython and also GUI frontend to play with data!

About

Matplotlib to Chaco converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages