Message Boards Message Boards

0
|
1537 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Plotting additional information along x- axes using Epilog or NumberLinePlot functions

Posted 1 year ago

Hi;

Please see attached notebook for explanation where I am trying to plot additional information along x- axes using Epilog in the Plot function or Show by trying to combine the Plot and NumberLinePlot functions.

Thanks,

Mitch Sandlin

Attachments:
POSTED BY: Mitchell Sandlin

The three additional points are just too close together with respect to the curve. As for your second attempt, here is how to show the three points:

Show[Plot[PDF[NormalDistribution[0, 1], x], {x, -5, 5}],
 NumberLinePlot[{0.0425371, 13/147, 0.134334}],
 PlotRange -> All]

The function NumberLinePlot places its points at y=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