xcontour and time axis [message #34960] |
Wed, 30 April 2003 05:41 |
christophe_jorssen
Messages: 3 Registered: April 2003
|
Junior Member |
|
|
Hello all,
I keep on trying to have a time axis with xcontour (thanks David for
your answer to my precedent message). I've found some interesting
parameters : namely TickUnits and TickInterval that are not so far
what I wanted.
I've made the fellowing changes to xcontour.pro (www.dfanning.com) :
yAxis1 = Obj_New("IDLgrAxis", 1, Color=[255,255,0], Ticklen=0.05, $
Minor=3, Title=ytitle, Range=yrange, YCoord_Conv=ys, $
TickUnits=['Months','Years'],TickInterval=6, $
Location=[0.2, 1000, 0.0], /Exact);
According to the documentation, my code is OK, but the result is not !
(http://www.lodyc.jussieu.fr/~cjolod/hoevmuller_x-4.65.jpg)
Do you have any idea why the time axis with years ticks does not have
the behaviour that one would want ?
Thanks in advance
Best regards
Christophe
----
http://pstcirc.free.fr
|
|
|