Bug#503148: histogram

2008-12-19 Thread Ondrej Certik
Reported upstream: http://sourceforge.net/mailarchive/forum.php?thread_name=85b5c3130812190918n33ab982dv2c06c9e98d9cd758%40mail.gmail.com&forum_name=matplotlib-users Ondrej -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#503148: histogram(x, bin): x-axis range should be based on bin.min() and bin.max() when bin is a sequence

2008-10-22 Thread Michael S. Gilbert
Package: python-matplotlib Version: 0.98.3-4 Severity: normal the following python code creates a histogram with an x-axis range of 0.1 min to 0.3 max (based on the mins and maxes of the x rather than bin). the bins should be used to size the axis since the user specified that he wanted to see tho