I really like this feature but in the future would it be possible to have the option to use a polynomial to bisect the 3D surface (of the from y =ax2 + bx +c for example) or better yet to input a series of xy co-ordinates and bisect through these?
Thanks for a great program
Sy
XY Plot from 3D Surface
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Possible, but it makes interpretation a bit more difficult. Since there is no longer a linear relationship between X and Y, I'm not sure what values should appear on the new X axis to make it clear what you're looking at.
Visualize Your Data
support@dplot.com
support@dplot.com
Ahhh,
I see what you mean. However could you assume a linear relationship, i.e take the curve and split it into equal intervals and then take the correspoonding value from the surface contour for each interval? You could then plot the surface value on the y axis against 1,2,3,4,5,6 etc on the x-axis.
I see what you mean. However could you assume a linear relationship, i.e take the curve and split it into equal intervals and then take the correspoonding value from the surface contour for each interval? You could then plot the surface value on the y axis against 1,2,3,4,5,6 etc on the x-axis.
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
That will work, except there's another piece missing that needs to be added first. Currently the multiple axes feature only allows a linear relationship between the 2 axes (e.g. X2=A+B*X1). I've needed to amend this for a while, along with more axes, etc.
I could do what you want currently by instead of using "Multiple Axes", display Y values at the top of the plot using Text>X,Y Labels. But I think it would be more useful (and much easier to manipulate) if I do it right the first time. This will definitely go on my to-do list, but it might be a while before it gets done. Thanks for your input.
I could do what you want currently by instead of using "Multiple Axes", display Y values at the top of the plot using Text>X,Y Labels. But I think it would be more useful (and much easier to manipulate) if I do it right the first time. This will definitely go on my to-do list, but it might be a while before it gets done. Thanks for your input.
Visualize Your Data
support@dplot.com
support@dplot.com