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

Home » Public Forums » archive » Re: !p.multi and /t3d weirdness
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: !p.multi and /t3d weirdness [message #75939 is a reply to message #75938] Thu, 05 May 2011 11:05 Go to previous messageGo to previous message
Foldy Lajos is currently offline  Foldy Lajos
Messages: 268
Registered: October 2001
Senior Member
On Thu, 5 May 2011, David Fanning wrote:

> FĂ–LDY Lajos writes:
>
>> I am playing with !p.multi and /t3d and I do not understand the output.
>> Try this simple example:
>>
>> surfr
>> !p.multi=[0,2,2]
>> for j=1,4 do plot, findgen(11), /t3d
>>
>> I expected four identical plots, but got two empty plots, one truncated
>> and one correct plot. Why?
>
> You are clipping your vectors at the very edge
> of your viewplane. Set the NOCLIP keyword
> and you will see what you expect.

Thanks David, that helps.

Then am I correct that the clipping window is set up in device coordinates
and is not transformed by t3d? So it does not coincide with the plot data
window (the region enclosed by the X,Y axes) when t3d is used?

Normally I can clip against the plot data window, like in

!p.multi=[0,2,2]
for j=1,4 do plot, findgen(11), xrange=[3,7]

What can I do when t3d is set?

regards,
Lajos
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Object Graphics Font Size Change
Next Topic: Re: Object Graphics Font Size Change

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

Current Time: Sun Oct 12 07:30:02 PDT 2025

Total time taken to generate the page: 2.87629 seconds