|
[Date Index]
[Thread Index]
[Author Index]
Epilog in ListLogPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg81433] Epilog in ListLogPlot
- From: Bruce Colletti <vze269bv at verizon.net>
- Date: Sun, 23 Sep 2007 04:33:10 -0400 (EDT)
Re 6.0.1 under WinXP.
Consider the code:
X = {{2, 4}, {9, 5}, {12, 13}};
ListPlot[X, Epilog -> {Red, Point@{4, 6}}]
ListLogPlot[X, Epilog -> {Red, Point@{7, 7}}]
Helptext says ListLogPlot has ListPlot's options.
Unlike Plot #1, why doesn't the red dot appear in Plot #2?
Thankx.
Bruce
Prev by Date:
Dynamically changing 2 interdependent variables.
Next by Date:
Number Formatting Along Axes
Previous by thread:
Re: Dynamically changing 2 interdependent variables.
Next by thread:
Re: Epilog in ListLogPlot
|