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

Home » Public Forums » archive » Co-Linear Contour Points
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Co-Linear Contour Points [message #36370] Tue, 16 September 2003 13:03 Go to previous message
doyle is currently offline  doyle
Messages: 6
Registered: April 2002
Junior Member
I'm trying to plot a contour and am getting an error that tells me my
points are co-linear. I'm not exactly sure what's going on so I
figured I'd appeal to you people. I've tried lots of different things
(including searching through the archives, but to no avail) but here's
the current version of the code. The darkinfo structures contain
latitudes and longitudes and the g_flux is what I'm trying to map
(electron count rates). The order here is that which everything gets
plotted in my code. I left out some stuff in between so as to not bog
things down with too much code.

map_set,/goodes,/continents,title='Dark Area Count Rates For Mapping
The SAA'

plots,darkinfo.sc_lon,darkinfo.sc_lat,psym=3,$
color=fix(alog10(darkinfo.g_flux))+1

z=darkinfo.g_flux
x=darkinfo.sc_lon
y=darkinfo.sc_lat

contour,z,x,y,/irregular,/overplot

Thanks in advance

Nate
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: exporting table data to a CSV file
Next Topic: Dataminer: faster way to get all records in a IDLdbRecordset table?

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

Current Time: Sat Oct 11 16:06:39 PDT 2025

Total time taken to generate the page: 0.63727 seconds