Re: [matplotlib-devel] Legend style with axes.hist(histtype='step')

2011-02-11 Thread Nicholas Devenish
2 Apologies if I am sticking rigidly (and annoyingly) to this process. (I have also been observing the git-transition, so appreciate this probably isn't the best time to integrate random patches) On Mon, Feb 7, 2011 at 1:23 AM, Nicholas Devenish wrote: > One of the things that bugs me abo

[matplotlib-devel] Legend style with axes.hist(histtype='step')

2011-02-06 Thread Nicholas Devenish
One of the things that bugs me about axes.hist is that with histtype='step' the automatic legend style is an empty box, instead of a line, as I would expect. This behaviour doesn't seem to make sense, because it seems a line would be much more appropriate for this case. Example is attached for the