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

Home » Public Forums » archive » Changing the symbol, color, etc., of "mean" indicator in box plots
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: Changing the symbol, color, etc., of "mean" indicator in box plots [message #88490 is a reply to message #88485] Thu, 01 May 2014 17:32 Go to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
On Thursday, May 1, 2014 1:37:11 PM UTC-6, laura...@gmail.com wrote:
> I suppose there isn't a way to make all the changes in one statement, like
>
>
>
> s = SYMBOL(0.5, 0.5, '*', SYM_COLOR='Blue', SYM_SIZE=2, $
>
> SYM_THICK=3, /NORMAL, LABEL_STRING='My annotation')
>
>
>
> because the symbols were already created in the BOXPLOT command?

Well, you can get the object and then call ::SetProperty:

s = b.symbol_means
s.SetProperty, SYM_COLOR='Blue', SYM_SIZE=2, $
SYM_THICK=3, /NORMAL, LABEL_STRING='My annotation'

-Chris
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDLDoc + HTML
Next Topic: Font size appearance in function graphics PNG and EPS output

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

Current Time: Wed Oct 08 18:21:59 PDT 2025

Total time taken to generate the page: 0.00441 seconds