comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Contour value in each point in XY plane
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Contour value in each point in XY plane [message #88312] Sat, 12 April 2014 00:39
amin farhang is currently offline  amin farhang
Messages: 39
Registered: November 2010
Member
Dear all,

Is there any way to find the contour value in each arbitrary point in XY plane irregular contour?
For instance in following example I want to find the contour value at point [10,10] or any other point

IDL> nlevels = 12
IDL> LoadCT, 33, NColors=nlevels, Bottom=1
IDL> x = RANDOMN(seed, 50)
IDL> y = RANDOMN(seed, 50)
IDL> z = EXP(-(x^2 + y^2))
IDL> TRIANGULATE, x, y, tr, b
IDL> cgcontour, TRIGRID(x, y, z, tr)

Best,
[Message index]
 
Read Message
Previous Topic: Error with cg output and ImageMagick
Next Topic: Trying to create a plot with strings as x-values...

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 14:12:01 PDT 2025

Total time taken to generate the page: 0.00300 seconds