[Matplotlib-users] add table to axes

2009-11-23 Thread Sahar
Hi, I'm trying to add some notes in a table to a plot, and I don't know how to use the "'matplotlib.pyplot.table" command. I really don't want to use ax.text(...) with different x,y values... Any suggestions? Example to table command, insert LaT

[Matplotlib-users] Can't find the module axes_grid in mpl_toolkits

2009-07-30 Thread Sahar
\installation problem... Thanks, Sahar *** This e-mail message may contain confidential,and privileged information or data that constitute proprietary information of CMT Medical Ltd. Any review or

[Matplotlib-users] show scaled image (matlab imagesc)

2009-05-10 Thread Sahar
Hello, Is it possible to autoscale the color map of an image (as in matlab's 'imagesc')? I'm using imshow and I can use vmin and vmax but than I have to set these values manu

[Matplotlib-users] Legend for smoothed lines

2009-04-06 Thread Sahar
I want to plot smooth line between data points (Excel like) and I can do it with with 2 lines: a.. Original data points as circles, for instance: plot(x, y, 'bo') b.. Spline of these points as line: plot(xnew, ynew, 'b-') The only problem with this is the legend - I get either 'o' or '---' but