Re: [Matplotlib-users] Matplotlib Widget and QT Issue

2011-02-23 Thread Jason Stone
I.e., given > a figure object "fig": > > fig.set_facecolor(...whatever Qt API gives you the default background > color...) > > You could also experiment with > > fig.set_frameon(False) > > which will not draw a background rectangle at all for the figure

[Matplotlib-users] Matplotlib Widget in QT Question

2011-02-22 Thread Jason Stone
Good afternoon all, I'm developing a GUI using QT Designer 4 and Python 2.7. The GUI will need to have several plots on it in order to show the data in the ways that I need. To accomplish this I'm using the matplotlib widget from within QT Designer. It all seems to work great, but I can't seem t

[Matplotlib-users] Dual Y-Axes on Imshow

2011-02-18 Thread Jason Stone
Good afternoon all, One last matplotlib question for the group for today. On one of my GUI plots, I'm calling imshow on an array of data (to display it in the same way MATLAB's imagesc command does). I'd like to add a second y-axis to the right side of the plot that is completely dependent on the

[Matplotlib-users] Matplotlib Widget and QT Issue

2011-02-18 Thread Jason Stone
Good afternoon all, I'm developing a GUI using QT Designer 4 and Python 2.7. The GUI will need to have several plots on it in order to show the data in the ways that I need. To accomplish this I'm using the matplotlib widget from within QT Designer. It all seems to work great, but I can't seem t