Skip to content

JohnFinn/mpl-proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Mpl Proc

This project allows to use matplotlib interactively.

Just do the following

from mpl_proc import MplProc
m = MplProc()

And then you can use m.proxy_ax and m.proxy_fig as if they were matplotlib's Axes and Figure

More effecient approach is to use m.call_function

I made this project to animate my neural net's learning progress. That's why matplotlib is run in another process.

About

more interactive matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages