I have the following code.
a = RandomInteger[{0, 1}, {10000, 1000}];
Histogram[Total[a, {2}], PlotRange -> {{0, 1000}, Automatic}]
I want to scale the y axis by a factor of 1000 in order to normalize. Could you please help me with that?
I have the following code.
a = RandomInteger[{0, 1}, {10000, 1000}];
Histogram[Total[a, {2}], PlotRange -> {{0, 1000}, Automatic}]
I want to scale the y axis by a factor of 1000 in order to normalize. Could you please help me with that?
Comments
Post a Comment