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