Discussion:
[Tutor] how to define constant width errorbars on log-log plot
Colin Ross
2015-08-06 15:41:22 UTC
Permalink
Does anyone have an example code that shows how to plot errorbars with a constant line width for a dataset on a log log plot? Thank you.
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Mark Lawrence
2015-08-06 16:28:13 UTC
Permalink
Post by Colin Ross
Does anyone have an example code that shows how to plot errorbars with a constant line width for a dataset on a log log plot? Thank you.
Directly no, but is there anything from one or more of the examples here
http://matplotlib.org/gallery.html that you could use?

I believe this is getting beyond the remit of this list as we're talking
third party code. So if you don't get answers please go to
https://lists.sourceforge.net/lists/listinfo/matplotlib-users which is
also available as gmane.comp.python.matplotlib.general
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Laura Creighton
2015-08-06 17:26:24 UTC
Permalink
Post by Colin Ross
Does anyone have an example code that shows how to plot errorbars with a constant line width for a dataset on a log log plot? Thank you.
Assuming you want to use matplotlib (there are other python programs
that do this) see:
http://matplotlib.org/1.2.1/examples/pylab_examples/errorbar_demo.html

Laura
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Loading...