Re: [Matplotlib-users] close gtk2 figure without main_quit() call

2011-08-02 Thread Benjamin Root
On Mon, Aug 1, 2011 at 2:44 PM, Alexey Uimanov wrote: > I am writing gtk2 application on python, I need to plot a chart in > separate window and i just use this code > >def matplot_print(self, print_values): >"""\brief print data by matplotlib and shw the figure >\param print_

[Matplotlib-users] close gtk2 figure without main_quit() call

2011-08-01 Thread Alexey Uimanov
I am writing gtk2 application on python, I need to plot a chart in separate window and i just use this code def matplot_print(self, print_values): """\brief print data by matplotlib and shw the figure \param print_values [(name - is a string, [(datetime, value)] - is a list of