Re: Function graphics /OVERPLOT redefines axis limits after plot with /NODATA [message #80706] |
Thu, 05 July 2012 17:40 |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
On Thursday, July 5, 2012 5:11:21 PM UTC-4, nerdzoo wrote:
> On 7/3/12 9:25 PM, wlandsman wrote:
>> Yes, it is fixed in V8.2. In V8.1 you can use the following workaround
>>
>
> I don't think it is fixed. I observe the same weirdness in this system:
>
Yeah, I withdraw my statement that the /overplot problem is fixed in V8.2. I must have neglected the /nodata keyword in my quick test. --Wayne
|
|
|
Re: Function graphics /OVERPLOT redefines axis limits after plot with /NODATA [message #80709 is a reply to message #80706] |
Thu, 05 July 2012 14:11  |
nerdzoo
Messages: 4 Registered: July 2012
|
Junior Member |
|
|
On 7/3/12 9:25 PM, wlandsman wrote:
> On Tuesday, July 3, 2012 11:33:01 AM UTC-4, Paul van Delst wrote:
>
>> Sigh. Anyone know if this has been fixed in v8.2? [*]
>>
>
> Yes, it is fixed in V8.2. In V8.1 you can use the following workaround
>
I don't think it is fixed. I observe the same weirdness in this system:
IDL> print,!version
{ x86_64 darwin unix Mac OS X 8.2 Apr 10 2012 64 64}
But the workaround for 8.1 also works for 8.2.
-Caesar
|
|
|
Re: Function graphics /OVERPLOT redefines axis limits after plot with /NODATA [message #80710 is a reply to message #80709] |
Thu, 05 July 2012 14:04  |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
Hi Wayne,
Thanks for the info. I've requested an upgrade.
I did finally come upon the workaround... it just took a while.
cheers,
paulv
On 07/03/12 22:25, wlandsman wrote:
> On Tuesday, July 3, 2012 11:33:01 AM UTC-4, Paul van Delst wrote:
>
>> Sigh. Anyone know if this has been fixed in v8.2? [*]
>>
>
> Yes, it is fixed in V8.2. In V8.1 you can use the following workaround
>
> IDL> x=plot(lindgen(100)-50)
> IDL> xi=plot(x.xrange,[0,0],linestyle='dash',/overplot,yrange=x.y range)
>
> -- Wayne
|
|
|
Re: Function graphics /OVERPLOT redefines axis limits after plot with /NODATA [message #80720 is a reply to message #80710] |
Tue, 03 July 2012 19:25  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
On Tuesday, July 3, 2012 11:33:01 AM UTC-4, Paul van Delst wrote:
> Sigh. Anyone know if this has been fixed in v8.2? [*]
>
Yes, it is fixed in V8.2. In V8.1 you can use the following workaround
IDL> x=plot(lindgen(100)-50)
IDL> xi=plot(x.xrange,[0,0],linestyle='dash',/overplot,yrange=x.y range)
-- Wayne
|
|
|