| Author |
Comment/Response |
David Berry
|
01/26/05 11:20am
I'm using the LogLinearPlot to plot a function, but I also need to display three points on the same graph. The command I used(given below) worked with Plot but does not work with LogLinearPlot. How can I plot these points on a LogLinearPlot?
Epilog -> {PointSize[ .017],Point[{1800,.86}], Point[{900,.36}],Point[{480,.12}]}
URL: , |
|