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 some sort of widget in an existing window created
> with PyGTK, without any of the controls. Is there a page that shows how
> this can be done? Is it even possible?
>
> --
>
> Ciao,               Paul D. DeRocco
> Paul                mailto:pdero...@ix.netcom.com
>
Hi,
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:
http://matplotlib.org/examples/user_interfaces/index.html
(I don't use gtk myself, but I believe, it might be directly usable in
your code.)

hth,
  vbr

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to