3 Sep 02:14
Re: patch: Error Bars, upper and lower limits
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 comments are interspersed below. 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 arrowheads pointing up,down, > left, right (see lines.py). These markers seem to me to be very special, more similar to the TICKLEFT and friends than to the general-use markers for which letters are assigned. Since there is nothing mnemonic about your suggested letter assignments, I think it would be better not to further clutter that list of letters, and instead to extend the list of tick-like things. I suggest calling them CARETUP, CARETDOWN, etc, since they seem to me more like carets than anything else. The change to names from single characters will make the code in the errorbar method more readable. > > An example and its output is also attached.(Continue reading)
RSS Feed