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
- Follow-Ups:
- Re: Epilog in ListLogPlot
- From: Curtis Osterhoudt <cfo@lanl.gov>
- Re: Epilog in ListLogPlot