How to set error bar thickness in ERRORPLOT()? [message #88579] |
Wed, 14 May 2014 07:27  |
dg86
Messages: 118 Registered: September 2012
|
Senior Member |
|
|
Dear Folks,
Is there a way to change the line thickness used to render the error bars in errorplot()?
I'm running IDL 8.3 under MacOS. The documentation for errorplot does not seem to
address this question. I've tried setting thick=2, sym_thick=2, xthick=2, and ythick=2.
Each changes the thickness of the relevant plot element (plot line, plot symbol
weight, x-axis thickness, y-axis thickness, respectively), but none changes the
thickness of the error bars.
Any pointers would be much appreciated.
All the best,
David
|
|
|
|
Re: How to set error bar thickness in ERRORPLOT()? [message #88581 is a reply to message #88579] |
Wed, 14 May 2014 09:04  |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
On Wednesday, May 14, 2014 8:27:44 AM UTC-6, David Grier wrote:
> Dear Folks,
>
>
>
> Is there a way to change the line thickness used to render the error bars in errorplot()?
>
>
Hi David,
Ack. Currently, there is no way to easily change the thickness or the linestyle. I'm adding in these properties as we speak...
In the meantime, if you're desperate, you could open up "idlitvisplot__define.pro". Search for the _VerifyErrorBars method. Inside there, you could hack in "THICK=2, SYM_THICK=2" to the obj_new call.
Cheers,
Chris
|
|
|