Re: Multiplot-like in new graphics [message #72593 is a reply to message #72591] |
Thu, 23 September 2010 14:20   |
Matt Haffner
Messages: 34 Registered: October 2000
|
Member |
|
|
Not that I've found yet. I made one yesterday with LAYOUT and MARGIN,
which is now in sensible, normalized units instead of character
widths. Since MARGIN is relative to the plot window defined by LAYOUT,
I found using that combo much easier than defining everything from
scratch using POSITION. I rarely got good results with !P.MULTI/MARGIN
in direct graphics, so that's an improvement.
I wish they would have expanded TICKLAYOUT to simply suppress labels
but keep ticks, though. I still had to use blank TICKNAME arrays to
get that to work properly.
mh
On Sep 23, 3:53 pm, Paulo Penteado <pp.pente...@gmail.com> wrote:
> From what I could see, it seems that IDL 8 still does not have
> functionality like multiplot (http://idlastro.gsfc.nasa.gov/ftp/pro/
> plot/multiplot.pro) provides. So I decided to make a new class,
> inheriting from plot, where multiple plots get nicely put together,
> with only those on the left having y labels, and only those on the
> bottom having x labels.
>
> Am I right in thinking that there is no such feature built-in? I just
> do not want to find out later that I am writing something that is
> already there.
|
|
|