Re: Plot3 IDL [message #67189] |
Thu, 09 July 2009 09:24  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Vikram writes:
> I was wondering if there is a function in IDL would allow me plot 3
> variables on the same plot (i.e. age, height, weight)? Something like
> plot3 in matlab...
>
> Example:
> plot, age, height, weight
>
> This would show me an x,y and z axis.
Have you tried PLOT_3DBOX?
Cheers,
David
--
David Fanning, Ph.D.
Coyote's Guide to IDL Programming (www.dfanning.com)
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: Plot3 IDL [message #67319 is a reply to message #67189] |
Fri, 10 July 2009 08:32   |
vikramivatury
Messages: 24 Registered: May 2009
|
Junior Member |
|
|
On Jul 9, 12:24 pm, David Fanning <n...@dfanning.com> wrote:
> Vikram writes:
>> I was wondering if there is a function in IDL would allow me plot 3
>> variables on the same plot (i.e. age, height, weight)? Something like
>> plot3 in matlab...
>
>> Example:
>> plot, age, height, weight
>
>> This would show me an x,y and z axis.
>
> Have you tried PLOT_3DBOX?
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Coyote's Guide to IDL Programming (www.dfanning.com)
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Yes, I was looking for something like this. Thanks!
-Vik
|
|
|
Re: Plot3 IDL [message #67349 is a reply to message #67319] |
Wed, 15 July 2009 11:14  |
vikramivatury
Messages: 24 Registered: May 2009
|
Junior Member |
|
|
On Jul 10, 11:32 am, Vikram <vikramivat...@gmail.com> wrote:
> On Jul 9, 12:24 pm, David Fanning <n...@dfanning.com> wrote:
>
>
>
>
>
>> Vikramwrites:
>>> I was wondering if there is a function in IDL would allow me plot 3
>>> variables on the same plot (i.e. age, height, weight)? Something like
>>> plot3 in matlab...
>
>>> Example:
>>> plot, age, height, weight
>
>>> This would show me an x,y and z axis.
>
>> Have you tried PLOT_3DBOX?
>
>> Cheers,
>
>> David
>
>> --
>> David Fanning, Ph.D.
>> Coyote's Guide to IDL Programming (www.dfanning.com)
>> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>
> Yes, I was looking for something like this. Thanks!
>
> -Vik
Actually, Plot_3DBox can only deal with 1-D arrays. Is there a
function that deals with 2-D arrays?
-Vik
|
|
|