Re: How can I multi-plot in IDL with the coordinates set by myself? [message #52830] |
Thu, 01 March 2007 22:43 |
ZuYing
Messages: 5 Registered: March 2007
|
Junior Member |
|
|
sorry, I got it worry, it works, thanks
ZuYing wrote:
> But it seems POSITION doesn't work in CONTOUR plot...I've tried but
> failed...
> David Fanning wrote:
>> ZuYing writes:
>>
>>> I used to set !P.MULTI = [0,2,2,0,0] in my code,but it doesn't work
>>> very well since the blank between each frame is too large therefore
>>> makes the whole plot seem not that compact and neat.
>>>
>>> I wonder if there is any trick could make multiplots just like in
>>> gnuplot or supermongo to set the locations of each frame on your own
>>> or simply diminish the blank space a little....
>>
>> It's no big trick, but you can use the POSITION and NOERASE
>> keywords together to put plots wherever you like on the
>> page.
>>
>> Cheers,
>>
>> David
>> --
>> David Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: How can I multi-plot in IDL with the coordinates set by myself? [message #52831 is a reply to message #52830] |
Thu, 01 March 2007 22:41  |
ZuYing
Messages: 5 Registered: March 2007
|
Junior Member |
|
|
But it seems POSITION doesn't work in CONTOUR plot...I've tried but
failed...
David Fanning wrote:
> ZuYing writes:
>
>> I used to set !P.MULTI = [0,2,2,0,0] in my code,but it doesn't work
>> very well since the blank between each frame is too large therefore
>> makes the whole plot seem not that compact and neat.
>>
>> I wonder if there is any trick could make multiplots just like in
>> gnuplot or supermongo to set the locations of each frame on your own
>> or simply diminish the blank space a little....
>
> It's no big trick, but you can use the POSITION and NOERASE
> keywords together to put plots wherever you like on the
> page.
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: How can I multi-plot in IDL with the coordinates set by myself? [message #52833 is a reply to message #52831] |
Thu, 01 March 2007 21:24  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
ZuYing writes:
> I used to set !P.MULTI = [0,2,2,0,0] in my code,but it doesn't work
> very well since the blank between each frame is too large therefore
> makes the whole plot seem not that compact and neat.
>
> I wonder if there is any trick could make multiplots just like in
> gnuplot or supermongo to set the locations of each frame on your own
> or simply diminish the blank space a little....
It's no big trick, but you can use the POSITION and NOERASE
keywords together to put plots wherever you like on the
page.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|