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

Home » Public Forums » archive » CONTOUR: Data coordinate system not established error
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: Data coordinate system not established error [message #89008] Mon, 14 July 2014 20:09 Go to previous message
victoria.hartwick is currently offline  victoria.hartwick
Messages: 1
Registered: July 2014
Junior Member
Hello,

I am trying to plot a temperature contour vs log pressure and latitude. I can successfully produce a plot with a log y axis or with a linear reversed y axis (high pressure at the bottom). However when I try to use both keywords I get the above error. Below is a copy of the code in question:

contour, zt(*,*,itime), lat,zp(*,*,itime), color=0, background=255, $
Xtitle='Latitude', Ytitle='Pressure [Pa]', $
Title = 'Zonally Averaged Surface Temperature at Ls='+string(ls_year(itime)), $
thick = 6, Xrange = [-90,90],yrange=[1000,0],/ylog,/fill, $
Levels=level, C_Color=col1

The following two versions do work -

contour, zt(*,*,itime), lat,zp(*,*,itime), color=0, background=255, $
Xtitle='Latitude', Ytitle='Pressure [Pa]', $
Title = 'Zonally Averaged Surface Temperature at Ls='+string(ls_year(itime)), $
thick = 6, Xrange = [-90,90],yrange=[1000,0],/fill, $
Levels=level, C_Color=col1

contour, zt(*,*,itime), lat,zp(*,*,itime), color=0, background=255, $
Xtitle='Latitude', Ytitle='Pressure [Pa]', $
Title = 'Zonally Averaged Surface Temperature at Ls='+string(ls_year(itime)), $
thick = 6, Xrange = [-90,90],/ylog,/fill, $
Levels=level, C_Color=col1


Any ideas what might be going wrong?
[Message index]
 
Read Message
Read Message
Previous Topic: Source Control IDL 8.1
Next Topic: Case Insensitive Hash but still preserve cases of original keys

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

Current Time: Wed Oct 08 15:22:58 PDT 2025

Total time taken to generate the page: 0.00411 seconds