Message Boards Message Boards

[?] Do threshold Histogram?

Posted 7 years ago

Hello Friends, I am trying to develop a threshold histogram on Mathematica. Its not also available in the Help. Kindly please advise how to do it (attached Figure).

Thanks

Attachments:
POSTED BY: Manoj Imrith

You can add graphic objects with Epilog:

Histogram[RandomReal[{0, 1}, 50], 
 Epilog -> {Dashed, InfiniteLine[{.7, 0}, {0, 1}], 
   Text["Threshold", {.7, 0}, {-1, 1}, {0, 1}]}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract