|
From: Benjamin R. <ben...@ou...> - 2013-11-12 22:00:18
|
On Tue, Nov 12, 2013 at 4:26 PM, Ted To <rai...@th...> wrote: > Hi, > > Is there an option to change the line style for the outline of histogram > bars? What I am looking for some something like the attached kernel > density plot. I can set different colors (attached) but this is not > very useful when printing in black and white. > > Thanks, > Ted To > > You should be able to specify linestyle='dashed' (or 'dashdot', or 'dotted') when you call hist(). I hope that helps! Ben Root |