Hi, I very much miss the 'l' shortcut for toggling log/lin y-scale in the trunk! I use it a lot.
I suggest restoring it with something like if self.get_yscale() is ("log" or "linear"): self.toggle_log_lineary() else: pass I think most of time most people use log or linear scales. The new hist() function looks really good, I especially welcome the "step" mode. A couple of comments: The latest svn incarnation doesn't allow for log scale in step-mode (unless you set it manually). Also, I think the step-mode should have fill=False as default, otherwise it does not look that much different from bar-mode. The nice thing about step histograms is that you can put several of them in the same plot while keeping it intelligible! Cheers, /Olle ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel