secondary Y axis [message #93397] |
Mon, 04 July 2016 06:18  |
markb77
Messages: 217 Registered: July 2006
|
Senior Member |
|
|
I am doing some basic plotting using function graphics. After reading the IDL help and various posts in this newsgroup, I still cannot figure out how to overplot data on an existing plot, using a secondary Y axis with a different range and label than the primary Y axis.
Bottom line, I may eventually figure this out, but it shouldn't be this hard. It is WAY too complicated, for something that should be so simple. One previous post in this group is somewhat helpful..:
http://groups.google.com/forum/#!topic/comp.lang.idl-pvwave/ jto3eWjPGCI
but it is only getting me part-way to a solution (the labels are not showing on the second axis, etc).
Mark
|
|
|
Re: secondary Y axis [message #93399 is a reply to message #93397] |
Mon, 04 July 2016 14:42   |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
The seventh plot in the Coyote gallery titled "Additional Axes Plot" shows how to do this for both Function graphics and Coyote Graphics.
http://www.idlcoyote.com/gallery/
Is this what you want? --Wayne
On Monday, July 4, 2016 at 9:18:52 AM UTC-4, superchromix wrote:
> I am doing some basic plotting using function graphics. After reading the IDL help and various posts in this newsgroup, I still cannot figure out how to overplot data on an existing plot, using a secondary Y axis with a different range and label than the primary Y axis.
>
> Bottom line, I may eventually figure this out, but it shouldn't be this hard. It is WAY too complicated, for something that should be so simple. One previous post in this group is somewhat helpful..:
>
> http://groups.google.com/forum/#!topic/comp.lang.idl-pvwave/ jto3eWjPGCI
>
> but it is only getting me part-way to a solution (the labels are not showing on the second axis, etc).
>
> Mark
|
|
|
|