Re: [Tutor] how to define constant width errorbars on log-log plot

2015-08-06 Thread Laura Creighton
In a message of Thu, 06 Aug 2015 12:41:22 -0300, Colin Ross writes:
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  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] how to define constant width errorbars on log-log plot

2015-08-06 Thread Mark Lawrence

On 06/08/2015 16:41, Colin Ross wrote:

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  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] how to define constant width errorbars on log-log plot

2015-08-06 Thread 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.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor