View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

sgraph error bars

gbhw wrote on Mar 06, 2015


Hello,

Both sgraph and pltpar indicate "bar" as an option for pltpar.errtype. However, it is not recognized when applying sgraph after typing pltpar.errtype="bar" (either in iraf terminal or in epar mode for pltpar):

tbplot> sgraph

ambiguous abbreviation 'bar'

By deffault, sgraph will then plot errobars in "bartck" mode.

Could the "bar" mode be implemented or alternatively the tick reduced to an almost invisible small size?

Cheers,

Gabriel


Mike Fitzpatrick wrote on Mar 06, 2015



The task would have to be fixed by STScI in a future release (you can contact their helpdesk at help@stsci.edu), but you should be able to work around it by removing the options, i.e.

cl> pltpar.errtype.p_min="bar"

cl> pltpar.errtype="bar"

Note that to actually see the error bars you need to also set the 'erraxis' parameter.

Last post on Mar 06, 2015