davidfokkema / artist

Artist makes beautiful plots
http://davidfokkema.github.io/artist/
GNU General Public License v3.0
12 stars 2 forks source link

Histogram2d limits #39

Open 153957 opened 8 years ago

153957 commented 8 years ago

Currently using histogram2d sets the mlimits which define the limits for the colorbar. Should it be possible to set mlimits before (or even after) making a histogram2d plot and have histogram2d use those limits? (clipping values outside the range)