Re: Function Graphics Question [message #76570] |
Tue, 14 June 2011 04:46 |
Kim
Messages: 19 Registered: January 2009
|
Junior Member |
|
|
FYI
A request for a graphics function property to control the xyz location
of an individual axis, without requiring the separate use of the AXIS
function has be logged with ITT support.
Kim
On Jun 13, 7:31 pm, Chris Torrence <gorth...@gmail.com> wrote:
> On Jun 13, 5:01 pm, David Fanning <n...@dfanning.com> wrote:
>
>> Folks,
>
>> Does anyone know how to turn axes off for a Plot
>> function command?
>
>> Thanks,
>
>> David
>
>> --
>> David Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Coyote's Guide to IDL Programming:http://www.dfanning.com/
>> Sepore ma de ni thue. ("Perhaps thos speakest truth.")
>
> p = PLOT(/test, AXIS_STYLE=0)
>
> -Chris
|
|
|
Re: Function Graphics Question [message #76574 is a reply to message #76570] |
Mon, 13 June 2011 16:31  |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
On Jun 13, 5:01 pm, David Fanning <n...@dfanning.com> wrote:
> Folks,
>
> Does anyone know how to turn axes off for a Plot
> function command?
>
> Thanks,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thue. ("Perhaps thos speakest truth.")
p = PLOT(/test, AXIS_STYLE=0)
-Chris
|
|
|