naterich2 / surfaceplotter

Automatically exported from code.google.com/p/surfaceplotter
0 stars 0 forks source link

Filter the surface to display only values above a given "trigger" #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by alan.rad...@gmail.com on 20 Mar 2012 at 6:09

GoogleCodeExporter commented 9 years ago
Sometimes we want to be able to plot values without reference to the edge of 
the array - in other
words set a discriminator value above which values are plotted but below which 
nothing appears on the graph. Otherwise one ends up with only being able to 
plot rectangular shaped functions (x,y)  or else having large (un-real) jumping 
lines at the edge of values where no value has been set. (discriminator 
nominally 0 - but settable) 

Original comment by alan.rad...@gmail.com on 21 Mar 2012 at 3:19

GoogleCodeExporter commented 9 years ago
It's possible to workaround it right now, using a "versatible" surfacemodel: 
value below the trigger return NaN value above return the value.

Anyway it seem a good way to "explorer" a 3D function anyway.

Original comment by e...@ericaro.net on 21 Mar 2012 at 7:56

GoogleCodeExporter commented 9 years ago
Another point relates to the fact that the graph should not display anything 
whatsoever where a value is
below the trigger - and also importantly the edge of the function should be 
bounded with a line - so
if the accepted values made a circular shape when looked at from above then the 
outline of the shape should
be a connected line - this is to avoid "ragged" edges - wheras before the edges 
were nicely jioned into a square shape here they would make any shape 
whatsoever.  By the way this software is fantastic - thankyou and well done. - 
Alan Radley

Original comment by alan.rad...@gmail.com on 22 Mar 2012 at 1:05