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
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
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
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