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]]]
- Follow-Ups:
- Re: plotmarkers in Listplot
- From: Brett Champion <brettc@wolfram.com>
- Re: plotmarkers in Listplot