Thickness of /box_axes? [message #76518] |
Fri, 17 June 2011 08:36  |
rjp23
Messages: 97 Registered: June 2010
|
Member |
|
|
I'm not sure if I'm missing something obvious but I want to produce a
multi-panel postscript plot which will have 8 maps on it, in 2 rows of
4.
I'm achieving this using the position keyword to map_set. This means
that the map position is something like plot_position=[0.1,0.4, 0.25,
0.65].
The problem I'm having is that while the maps are the size I want, the
box_axes surrounding them are far too thick. It looks like the
box_axes keep a constant size when I change the size of the map so for
a small map they're very disproportionally large.
Is there a way to set the thickness of the box_axes?
Thanks in advance.
Rob
|
|
|
Re: Thickness of /box_axes? [message #76671 is a reply to message #76518] |
Thu, 23 June 2011 15:19   |
Brian McNoldy
Messages: 35 Registered: July 2000
|
Member |
|
|
On Jun 17, 9:36 am, Rob <rj...@le.ac.uk> wrote:
> I'm not sure if I'm missing something obvious but I want to produce a
> multi-panel postscript plot which will have 8 maps on it, in 2 rows of
> 4.
>
> I'm achieving this using the position keyword to map_set. This means
> that the map position is something like plot_position=[0.1,0.4, 0.25,
> 0.65].
>
> The problem I'm having is that while the maps are the size I want, thebox_axessurrounding them are far too thick. It looks like thebox_axeskeep a constant size when I change the size of the map so for
> a small map they're very disproportionally large.
>
> Is there a way to set the thickness of thebox_axes?
>
> Thanks in advance.
>
> Rob
Curious if you or anyone has found an answer to this... it's exactly
the question I was going to post. For my particular application, the
box_axes thickness is too thin, but it's the same basic functionality
question.
Brian
|
|
|
|
|
|
Re: Thickness of /box_axes? [message #85311 is a reply to message #85308] |
Wed, 24 July 2013 06:22  |
Andy Sayer
Messages: 127 Registered: February 2009
|
Senior Member |
|
|
Oh, thanks for the tip. :) Will give it a go, next time!
On Wednesday, July 24, 2013 8:32:22 AM UTC-4, David Fanning wrote:
> AMS writes:
>
>
>
>> I was excited to see this reply as I'd had a similar problem to Rob and never found a good way to get around it. (I ended up having to make individual files for each plot and glue them together, as the axes were a reasonable thickness with only one plot-per-file.) However, Fabien, from IDL help it looks like your solution only works in IDL 8 and higher--is there a way you know of to do this in IDL 7.1?
>
>
>
> You could use the THICK keyword on cgMap_Grid.
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|