MathGroup Archive 2007

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

Search the Archive

plotmarkers in Listplot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81242] plotmarkers in Listplot
  • From: "sdw" <warwick at jps.net>
  • Date: Mon, 17 Sep 2007 03:36:07 -0400 (EDT)

testing the use of listplot to plot an image at a set of locations,  I 
find that the plotmarkers option does not understand Scale.  rasterimage 
is a Raster primitive,  with the desire to place the image at a set of 
locations defined by listplot.



 yes, there are potentially other ways to do this, but this should work 
too!





ListPlot[{{1, 2, 3}, {4, 5, 6}}, PlotMarkers -> 
Graphics[Scale[rasterimage, .2]]]



  • Prev by Date: Re: How to make delayed functions from text info
  • Next by Date: Adding current style name to window title or status area
  • Previous by thread: RE: Button Help Example
  • Next by thread: Re: plotmarkers in Listplot