Re: How to remove unwanted, garbage plotmarkers
- To: mathgroup at smc.vnet.net
- Subject: [mg125581] Re: How to remove unwanted, garbage plotmarkers
- From: Syd Geraghty <sydgeraghty at me.com>
- Date: Mon, 19 Mar 2012 05:01:49 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201203150533.AAA09603@smc.vnet.net>
To get the required plot you just have to specify a plot range that includes the first value of the second set of data. ListLogPlot[{{{1, 4}, {5, 4*5}, {10, 4*10}}, {{1, 1}, {5, 5}, {10, 10}}}, Joined -> True, PlotMarkers -> {\[EmptyCircle], \[EmptyUpTriangle]}, PlotRange -> {{0, 12}, {1, 50}}, PlotRangeClipping -> False] >> ListLogPlot[{{{1, 4}, {5, 4*5}, {10, 4*10}}, {{1, 1}, {5, 5}, {10, >> 10}}}, Joined -> True, >> PlotMarkers -> {\[EmptyCircle], \[EmptyUpTriangle]}, >> PlotRange -> {{0, 10}, {2, 40}}, PlotRangeClipping -> False] > Cheers .... Syd Syd Geraghty B.Sc, M.Sc. sydgeraghty at me.com Mathematica 8.0 for Mac OS X x86 (64-bit) (February 23, 2011) ReleaseID: 8.0.1.0 (2063982, 2063639) MacOS X V 10.7.1 Lion MacBook Pro 2.33 GHz Intel Core 2 Duo 3GB RAM
- References:
- Re: How to remove unwanted, garbage plotmarkers
- From: Myeong Ae Kang <makang@purdue.edu>
- Re: How to remove unwanted, garbage plotmarkers