Re: [matplotlib-devel] patch: Error Bars, upper and lower limits

2007-09-03 Thread Manuel Metz
Eric, Eric Firing wrote: Manuel, Sorry for the delay in looking at your patch. I am not familiar with this type of plot, as opposed to ordinary errorbars. What is it used for? What is the meaning of the upper and lower limits? Sometimes physicist or astronomers want to indicate that a ce

Re: [matplotlib-devel] patch: Error Bars, upper and lower limits

2007-09-02 Thread Eric Firing
Manuel, Sorry for the delay in looking at your patch. I am not familiar with this type of plot, as opposed to ordinary errorbars. What is it used for? What is the meaning of the upper and lower limits? The errorbar docstring will need to be modified to explain the new kwargs. Additional co

Re: [matplotlib-devel] patch: Error Bars, upper and lower limits

2007-08-22 Thread Eric Firing
Manuel Metz wrote: > Hello, > I have attached a patch that adds the ability to draw upper/lower limits > indicators for errorbars. New keyword args had to be introduced to the > errorbar command, and I also had to add new plot styles. I chose > 'y','Y','z' and 'Z' as new linestyles for arrowhead