Hi, I'm currently using Qwt to display a plot in a GUI application, but I'd like to replace it with matplotlib and a shell window, so that the user can not only view the plot but also modify it in-place using pyplot commands.
One thing I'd like to do is to adjust the spacing surrounding the plot to be constant, regardless of the window size. Since the plot window is resized often, it is impossible to use very small subplot params and a waste of viewing space to use larger ones when the window is maximized. Is there a way to make the figure use absolute params like "20 pixels/points"? Second, less important question: is there a way to give default font properties (like weight="bold") for axis labels? Third, I normally get my data one point at a time. Is there a more efficient way to insert single data points in existing plots than doing set_xdata/set_ydata? Thanks, Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out. ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users