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

Home » Public Forums » archive » /XSTY not allowed in PLOT() call in V8.3
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: /XSTY not allowed in PLOT() call in V8.3 [message #92224 is a reply to message #92222] Mon, 02 November 2015 05:26 Go to previous messageGo to previous message
lecacheux.alain is currently offline  lecacheux.alain
Messages: 325
Registered: January 2008
Senior Member
Le lundi 2 novembre 2015 04:05:03 UTC+1, wlandsman a écrit :
> I don't think this bug has been reported here, but it appears the /Xsty keyword to PLOT() wasn't allowed in V8.3
>
> IDL> a = plot(indgen(12),indgen(12),/xsty)
> % PLOT: Duplicate keyword XSTY in call to: DATAAXES::SETPROPERTY
> % Execution halted at: $MAIN$
>
> IDL> print,!version
> { x86_64 darwin unix Mac OS X 8.3 Nov 15 2013 64 64}
>
> The code works fine in V8.4 and V8.5. But some of my users are still using V8.3 --Wayne

This inconvenience indeed disappeared since V8.4, but is still there (8.5) when using the SCATTERPLOT function.
My workaround is to explicitely change the property value:
IDL> pl = scatterplot(/TEST)
IDL> pl.XSTYLE = 1

alx.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Positioning of Legend
Next Topic: Custom X Aix with Barplot

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

Current Time: Wed Oct 08 13:59:25 PDT 2025

Total time taken to generate the page: 0.00432 seconds