Re: Problems with Filled Symbols and PlotMarkers
- To: mathgroup at smc.vnet.net
- Subject: [mg78717] Re: Problems with Filled Symbols and PlotMarkers
- From: Helen Read <hpr at together.net>
- Date: Sat, 7 Jul 2007 06:11:34 -0400 (EDT)
- References: <f6ks74$ldp$1@smc.vnet.net>
- Reply-to: HPR <read at math.uvm.edu>
zosi wrote:
> Hi,
>
>
> Second example:
> If I use Mathematica6 (ScientificLinux), to solve an equivalent problem,
> I am not able
> to change the **Size** of the Special Characters;
> in fact, I can insert, e.g., EmptySquare (Unicode 25A1), but the
> following line fails
>
> ListPlot[data1,data2,PlotMarkers->{{?,Size->10},{!,Size->10}}]
>
> when ? is the pasted EmptySquare, and ! is the pasted FilledSquare form
> Palettes.
ListPlot[{data1,data2},PlotMarkers->{{?,10},{!,10}}]
--
Helen Read
University of Vermont