When I try to turn on the grid for just one axis, seemingly in perfect
accordance with the documentation at
http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.grid
it seems like there is a problem. I am able to make a graph, but trying to
turn on the grid for just one axi
When I try to turn on the grid for just one axis, seemingly in perfect
accordance with the documentation at
http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.grid
it seems like there is a problem.
My commands are pasted below.
Am I doing this wrong? I am doing the best
I'm trying to make a simple utility for doing a quick check of some data
(electrophysiology recordings from our fMRI scanner lab). I want it to be
foolproof as much as possible, so I was trying to figure out how to write a
script that would try to plot to the display, then if that didn't work,
gure()
>>> fig.save_fig('test.png')
But as far as I can tell from searching, once you do this, there is no way to
display to the screen. Unless there is a very clever trick that I don't know
about... which I am asking for here... :-)
On Jan 26, 2011, at 11:16 PM, Benja