Re: Inconsistency in ListPlot vs. other plotting functions (solution)
- To: mathgroup at smc.vnet.net
- Subject: [mg102708] Re: Inconsistency in ListPlot vs. other plotting functions (solution)
- From: AES <siegman at stanford.edu>
- Date: Thu, 20 Aug 2009 04:56:13 -0400 (EDT)
- Organization: Stanford University
- References: <h6gm27$pnf$1@smc.vnet.net>
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.)
- Follow-Ups:
- Re: Re: Inconsistency in ListPlot vs. other plotting
- From: Syd Geraghty <sydgeraghty@me.com>
- Re: Re: Inconsistency in ListPlot vs. other plotting