MathGroup Archive 2000

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

Search the Archive

plotsymbol

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25006] plotsymbol
  • From: "Martin Richter" <mr.fi at cbs.dk>
  • Date: Fri, 1 Sep 2000 01:09:39 -0400 (EDT)
  • Organization: UNI-C
  • Sender: owner-wri-mathgroup at wolfram.com

Hi

I have two dataset consisting of 500 points (originate from a diffusion
process). Plotting using the command
MultipleListPlot[Data1a, Data2a, Epilog -> PointSize[0], PlotJoined -> True,
  PlotRange -> {{0, 100}, {0, 10}} ,
  PlotStyle -> {{RGBColor[0, 0, 0]}, {RGBColor[0, 0, 0]}}]

is giving lines which is to thick. Also just plotting the points looks ugly.
Using options
PointSize[1/72],Thickness[1/72] described in the Matematica book page
485-490 didn't help but writing

MultipleListPlot[Data1a, Data2a, Epilog -> PointSize[0], PlotJoined -> True,
  PlotRange -> {{0, 100}, {0, 10}} ,
  PlotStyle -> {{RGBColor[0, 0, 0]}, {RGBColor[0, 0, 0]}}, ,
  SymbolShape -> {PlotSymbol[ Empty] , PlotSymbol[Empty ]}]

gives
PlotSymbol::"unknown": "\!\(Empty\) is an unknown type for PlotSymbol."
and then a nice looking plot...

That is the appropriated way to control the thickness of a plot from a
densely dataset ?

Any comments appreciated
Martin




  • Prev by Date: MatrixReplace.m
  • Next by Date: functions, packages, and contexts
  • Previous by thread: Re: MatrixReplace.m
  • Next by thread: Re: plotsymbol