dfm / corner.py

Make some beautiful corner plots
http://corner.readthedocs.io
BSD 2-Clause "Simplified" License
517 stars 229 forks source link

passing linestyle type arguments to histograms? #99

Open albin-n opened 7 years ago

albin-n commented 7 years ago

Is there any way to get dashed (or other styles) histograms? I have not been able to get it working with standard matplotlib arguments

dfm commented 7 years ago

Using the hist_kwargs should work.