My 2 cents:
I think it looks better if you reduce the number of histogram bins from
50 down to 15 or 20.
Gary R.
John Hunter wrote:
> I played around with this a bit this morning -- it may be too busy for
> your OS X sensibilities, but let me know if you think think this is an
> approach wotrh pu
Hi all,
just a heads up: current MPL from SVN won't build the Tk backend on an
ubuntu hardy installation (32 bit) because the location of certain
paths seems to have changed. I got it down to this snippet:
import Tkinter
tk = Tkinter.Tk()
tk.withdraw()
print tk.getvar('tcl_library')
On a gutsy