comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Legend object without border
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Legend object without border [message #91947 is a reply to message #91944] Mon, 21 September 2015 20:05 Go to previous messageGo to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Monday, September 21, 2015 at 7:48:12 PM UTC-4, laura...@gmail.com wrote:
> Can anyone tell me how to produce a legend without a border using object graphics? I don't see any option, keyword, etc., to control this.

One kluge is to set shadow = 0 and color = 'w' (so that the box becomes the same color as the background, and thus invisible).

leg = LEGEND(TARGET=[plot1,plot2], POSITION=[185,0.9], $
/DATA, /AUTO_TEXT_COLOR, SHADOW=0, COLOR='w')
>
> Interestingly, on the man page, there are two examples. One legend has a border and the other does not, but I don't see any reason for this difference:

I suspect there are different defaults for a vector plot and for a line plot.


--Wayne

>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Images
Next Topic: Another idiosyncracy?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:54:48 PDT 2025

Total time taken to generate the page: 0.00397 seconds