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

Home » Public Forums » archive » Equivalent of ytick_get() in function graphics?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Equivalent of ytick_get() in function graphics? [message #93076] Thu, 21 April 2016 10:29 Go to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
Is there an equivalent to the direct graphics [XY]Tick_get keyword in function graphics?

When displaying plots that abut on each other, the annotation on the corner of one plot can overwrite that of its neighbor. For example,

p = plot(indgen(10),position=[0.1,0.525,0.95,0.95],xtickname=['' ])
p = plot(indgen(10)+2,position=[0.1,0.1,0.95,0.525],/current)

My thought was to get the Y axis values that IDL computes (and which I am happy with), and then redisplay these with the TICKVALUES property to AXIS, but omitting the offending edge value.

But I first I need to retrieve that tic values that IDL computed, (or find a function that reproduces the IDL algorithm for producing tick mark positions).


Thanks, --Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: running script
Next Topic: Plot arrow in IDL

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

Current Time: Wed Oct 08 13:46:53 PDT 2025

Total time taken to generate the page: 0.00440 seconds