Hi.
Thanks for the suggestion.
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/getting-equation-from-a-surface-fit-model-tp45490p45492.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
--
Hi.
I have a data set like following:
x = [2.06, 2.07, 2.14, 2.09, 2.2, 2.05, 1.92, 2.06, 2.11, 2.07]
y = [171.82, 170.8, 159.59, 164.28, 169.98, 162.23, 167.37, 173.81,166.66,
155.13]
z = [-1.41, -1.26, -1.07, -1.07, -1.46, -0.95, -0.08, -1.28, -1.2, -0.86]
Using matplotlib, scipy.linalg.lstsq
Hi.
I am using matplotlib to plot a wireframe over a 3D list data I have.
X = [2.06, 2.07, 2.14, 2.09, 2.2, 2.05, 1.92, 2.06, 2.11, 2.07, 2.15, 2.29,
2.06, 2.09, 2.19, 2.19, 2.26, 2.15, 2.15, 2.06, 2.29, 2.27, 2.46, 2.2,
2.01, 2.11, 2.03, 2.1, 2.17, 2.1]
Y = [171.82, 170.8, 159.59, 164.28,