Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Sudheer Joseph
  From: Paul D. DeRocco pdero...@ix.netcom.com To: Matplotlib list matplotlib-users@lists.sourceforge.net Sent: Monday, 19 August 2013 1:17 PM Subject: [Matplotlib-users] Graphing in an existing PyGTK window I've just tried Matplotlib for the first time, for plotting on the screen

Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Paul D. DeRocco
From: Sudheer Joseph [mailto:sudheer.jos...@yahoo.com] If you start python like below with qt console. You will get plots with out controls etc. You can right click on plots and save it as png. Else from command prompt as pdf as you wish. ipython qtconsole --colors=linux

Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Vlastimil Brom
2013/8/19 Paul D. DeRocco pdero...@ix.netcom.com: I've just tried Matplotlib for the first time, for plotting on the screen, and the examples all seem to pop up a new window with interactive tools, like Matlab does. That's very nice, but what I need is to create a static plot that appears in

Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Skip Montanaro
I'm not much of a matplotlib user, and started poking around for GtkSocket matplotlib. I'm not sure that's the right direction, however, it eventually led me to this blog post which only exists now in the Wayback Machine:

Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Paul D. DeRocco
From: Vlastimil Brom [mailto:vlastimil.b...@gmail.com] to reuse the matplotlib controls or just the plotting area, check the examples on embedding in the demo pages: http://matplotlib.org/examples/user_interfaces/embedding_in_gtk.html or the others in the respective section: