MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: PlotMarkers Broken

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84538] Re: PlotMarkers Broken
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 3 Jan 2008 05:33:09 -0500 (EST)
  • References: <flfad3$a91$1@smc.vnet.net>

Wouldn't this be easier?

data = {{1, 1}, {2, 2}, {3, 3}};
Graphics[
 {Text[Style[First[#], 20], #] & /@ data},
 PlotRange -> {{0, 4}, {0, 4}},
 Frame -> True]

Don't use ListPlot at all.


-- 
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/


"Scott" <sguthery at gmail.com> wrote in message 
news:flfad3$a91$1 at smc.vnet.net...
> Not only is the help system in 6.0 a giant step backward from 5.x but
> ListPlots have been gutted.  TextListPlot and LabelListPlot are both
> gone and we are I guess supposed to use PlotMarkers to get the same
> functionality.
>
> Unfortunately, no backward compatibility with TextListPlot is possible
> since one has to wrap each point up as a one-element list.  But even
> doing this PlotMarkers is broken.  For example, in the following for
> some unknown reason a '1' is written over each marker making the
> result a mess.
>
> ListPlot[{{{1, 1}}, {{2, 2}}, {{3, 3}}},
> PlotRange -> {{0, 4}, {0, 4}},
> PlotMarkers -> {{1, 20}, {2, 20}, {3, 20}}, PlotStyle -> Black]
>
> Please, Wolfram.  If it ain't broke, don't fix it.
>
> Cheers, Scott
>
> 



  • Prev by Date: Solving equation and applying solution(s) expression.
  • Next by Date: Re: PlotMarkers Broken
  • Previous by thread: Re: PlotMarkers Broken
  • Next by thread: Re: Timing and Pi