[Matplotlib-users] imshow scaling

2009-04-13 Thread rmber
Is there a way to make imshow scale images to dimensions other than that of the arrya passed to it? I'm trying to plot a long matrix (like 23x5000) and imshow doesn't work very well since it makes a very vertically thin plot and its hard to see anything. I would like the image to dynamically

[Matplotlib-users] matplotlib equivalent to MATLAB meshc?

2009-01-28 Thread rmber
I'd like to make a mesh plot that has colors in it and a countor plot below it just like in matlab's meshc function. Is there a builtin function that does this, or how could I go about doing it from scratch? Thanks, Ryan -- View this message in context:

[Matplotlib-users] Xaxis rescale

2009-01-09 Thread rmber
Hi, I'm trying to reformat the ticks on the x axis of a plot I've made. I need to divided the values by 1000 and then subtract 10, and I can't figure out how. The hierarchy of ticker objects and tick instances is rather confusing to me. Can anyone help? -Ryan -- View this message in

[Matplotlib-users] Window title of a figure

2009-01-09 Thread rmber
I've search and there have been some previous post about this that have gone unanswered, so I'll go ahead and ask it again: Is there a way to set the window title of a figure? I want the top bar of the window to say something other than Figure 1 or Figure 2 so I can easily identify open plots.