How to move shade_surface axes? [message #29534] |
Wed, 27 February 2002 16:34  |
nobody@nowhere.com (S
Messages: 55 Registered: July 2001
|
Member |
|
|
I'm making some surface plots using shade_surf, I would like to set the
x,y axes on an arbitrary side of the plotting box. IDL seems to make some
unjudicous choices about where to put these, which is really annoying! I
can't find anything in the help pages (IDL 5.2), is there any trick or is
this a bug? appreciate any help, thank you!
--
Steve S.
steve@NOSPAMmailaps.org
remove NOSPAM before replying
|
|
|
Re: How to move shade_surface axes? [message #29656 is a reply to message #29534] |
Thu, 28 February 2002 08:54  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Steve Smith<steven_smith> (nobody@nowhere.com) writes:
> however, it requires idl 5.3 to run :( , I have been maintaining my license
> up untill a few months age, but never upgraded because of the GIF issue (GIF
> was removed from IDL till 5.5, correct?). I missed the boat (maintenance is
> expired) to go to 5.5, but I've got the media for 5.3, is it possible
> to add only the component of 5.3 that is required?
Oh, just remove that check from the code. The program
will run in IDL 5.3. I just used some useful PRINTER
keywords that were introduced in IDL 5.4. So, as long
as you don't want to print anything... :-)
Cheers,
David
P.S. You *can* print, you will just have to work
around those darn useful keywords.
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: How to move shade_surface axes? [message #29658 is a reply to message #29534] |
Thu, 28 February 2002 08:26  |
nobody@nowhere.com (S
Messages: 55 Registered: July 2001
|
Member |
|
|
On Thu, 28 Feb 2002 15:37:40 -0000, Steve Smith<steven_smith>
<nobody@nowhere.com> wrote:
> On Wed, 27 Feb 2002 22:27:59 -0700, David Fanning <david@dfanning.com> wrote:
>> Steve Smith<steven_smith> (nobody@nowhere.com) writes:
>>
>>> I'm making some surface plots using shade_surf, I would like to set the
>>> x,y axes on an arbitrary side of the plotting box. IDL seems to make some
>>> unjudicous choices about where to put these, which is really annoying! I
>>> can't find anything in the help pages (IDL 5.2), is there any trick or is
>>> this a bug? appreciate any help, thank you!
>>
>> Uh, you could use object graphics. You can put the axes
>> anywhere you like then. :-)
>>
>> FSC_Surface would be a good place to start. It
>> would take about 2 minutes to figure it out, probably.
>>
>
> OK, I'll time myself and report back ;^) ! Do I get an 'A' if it takes
> me one minute? :^)
>
two minutes, :^)!
>
> thanks David, I'll give it a try.
>
however, it requires idl 5.3 to run :( , I have been maintaining my license
up untill a few months age, but never upgraded because of the GIF issue (GIF
was removed from IDL till 5.5, correct?). I missed the boat (maintenance is
expired) to go to 5.5, but I've got the media for 5.3, is it possible
to add only the component of 5.3 that is required?
--
Steve S.
steve@NOSPAMmailaps.org
remove NOSPAM before replying
|
|
|