Re: Re: Inconsistency in ListPlot vs. other plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg102718] Re: [mg102708] Re: Inconsistency in ListPlot vs. other plotting
- From: Syd Geraghty <sydgeraghty at me.com>
- Date: Fri, 21 Aug 2009 04:43:13 -0400 (EDT)
- References: <h6gm27$pnf$1@smc.vnet.net> <200908200856.EAA05712@smc.vnet.net>
Dear Professor Siegman, As you can see below the glass is half full on this one. I understand your criticisms very well BUT it is amazing that in this instance (as is often the case with Mathematica) if you have a leap of faith and list the desired result ->{Thick, Dashed} for the second line in PlotStyle then you are rewarded by getting what you want. ListLogPlot[{Range[4], Range[4]/2}, Joined -> True, PlotStyle -> {Thick, {Thick, Dashed}}] ListPlot[{Range[4], Range[4]/2}, Joined -> True, PlotStyle -> {Thick, {Thick, Dashed}}] Best wishes ... Syd Syd Geraghty B.Sc, M.Sc. sydgeraghty at mac.com Mathematica 7.0.1 for Mac OS X x86 (64 - bit) (18th February 2009) MacOS X V 10.5.6 MacBook Pro 2.33 GHz Intel Core 2 Duo 2GB RAM On Aug 20, 2009, at 1:56 AM, AES wrote: > In article <h6gm27$pnf$1 at smc.vnet.net>, dr DanW <dmaxwarren at gmail.com> > wrote: > >> Also, >> >> ListLogPlot[ { Range[4], Range[4]/2 } , Joined->True, PlotStyle-> >> {Thick, Dashed} ] >> >> gives you a solid thick line and a thin dashed line, whereas >> >> ListPlot[ { Range[4], Range[4]/2 } , Joined->True, PlotStyle->{Thick, >> Dashed} ] >> >> gives you a solid thick line and a thick dashed line. >> >> These inconsistencies have challenged my faith in Mathematica. > > You're kidding! Inconsistencies like this are what one soon comes to > expect as *routine* in Mathematica. > > (Look back at my recent post about xticks and y ticks in Framed > plots.) >
- References:
- Re: Inconsistency in ListPlot vs. other plotting functions (solution)
- From: AES <siegman@stanford.edu>
- Re: Inconsistency in ListPlot vs. other plotting functions (solution)