MathGroup Archive 2005

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

Search the Archive

Re: SymbolShape

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53298] Re: SymbolShape
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 5 Jan 2005 01:21:12 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <crdkki$qum$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Block[{Point},
Point[p_] := Text["\[FilledUpTriangle]", p];

a11 = LogListPlot[points1, PlotStyle -> {PointSize[0.02], Hue[.6]},
GridLines -> None, PlotRange -> All];
]

Regards

  Jens



"Naima Khelfaoui" <naima.khelfaoui at metz.supelec.fr> schrieb im Newsbeitrag 
news:crdkki$qum$1 at smc.vnet.net...
>
>
> Hi,
> I need to know  how  I can change the shape of the points (to  box or
> triangle) when I use LogListPlot ?
> for example :
>
>
> In[1]:=
> << Graphics`Graphics`
> In[2]:=
> points1 = {{9 + 273, 0.012}, {11 + 273, 0.016}, {12 + 273, 0.15}, {13 + 
> 273,
> 0.32}, {15 + 273, 0.3}, {18 + 273, 0.195}, {20 + 273,
> 0.098}, {22 + 273, 0.055}, {25 + 273, 0.02}, {30 + 273, 0.017}};
> In[4]:=
> a11 = LogListPlot[points1, PlotStyle -> {PointSize[0.02], Hue[.6]},
> GridLines -> None, PlotRange -> All];
>
> Thanks.
>
>
>
>
> 



  • Prev by Date: Re: NewBie question Plot Table of points from a data file
  • Next by Date: Re: FindMinimum -- MaxIterations
  • Previous by thread: SymbolShape
  • Next by thread: Re: SymbolShape