How do I plot a histogram with hatched shading? –
mathematica.stackexchange.com
I can plot an ordinary histogram with blue shading and black borders like
this: T = RandomVariate[NormalDistribution[0, 1], 10000]; Histogram[T, 30]
And I can simulate hatching like this: T = ...
No comments:
Post a Comment