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

Home » Public Forums » archive » How to set error bar thickness in ERRORPLOT()?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
How to set error bar thickness in ERRORPLOT()? [message #88579] Wed, 14 May 2014 07:27 Go to next message
dg86 is currently offline  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 #88580 is a reply to message #88579] Wed, 14 May 2014 07:38 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Grier writes:

> Is there a way to change the line thickness used to render the error bars in errorplot()?

If all else fails, you can try the ERR_THICK keyword to cgPlot.

http://www.idlcoyote.com/idldoc/cg/cgplot.html

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.")
Re: How to set error bar thickness in ERRORPLOT()? [message #88581 is a reply to message #88579] Wed, 14 May 2014 09:04 Go to previous message
chris_torrence@NOSPAM is currently offline  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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: An IDL NORM alternative without overflow
Next Topic: How can I force the x=image(...) command to give me a window that is the same size as my image?

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

Current Time: Wed Oct 08 09:12:06 PDT 2025

Total time taken to generate the page: 0.00517 seconds