MathGroup Archive 2000

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

Search the Archive

Re: Symbols & Legend Fonts in MultipleListPlot...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23450] Re: [mg23360] Symbols & Legend Fonts in MultipleListPlot...
  • From: Matt.Johnson at autolivasp.com
  • Date: Wed, 10 May 2000 02:32:29 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com


Mark-

For circles or disks, you must define the symbol yourself.  In Wickham-Jones, pp
67, the InputForm for the PlotSumbol is shown.  Using the same form, you can
define a symbol as:

circleSymbol=Circle[#1, Offset[{2, 2}]] &;

Then define SymbolShape -> {sym1, sym2, circleSymbol} as an Option in
MultipleListPlot.

-matt






"Mark Harder" <harderm at ucs.orst.edu> on 05/04/2000 12:59:28 AM

Subject: [mg23450]  [mg23360] Symbols & Legend Fonts in MultipleListPlot...





    I finally figured out how to create a list plot of multiple data,
with color encoding for the different data series, and a Legend
identifying the data by symbol & color-- by employing MultipleListPlot.
I also employed the DefaultFont directive (DefaultFont->{"Helvetica",10}
) to set the default font.  In Wickham-Jones, p.323, there is an example
of this usage, which also sets the font for the Legend descriptors.
However, in my case (Mathematica, v4.0; WinNTv.4.0) while axes numbers
are changed by DefaultFont, the Legend fonts are not changed & I can't
find any way to set the Legend fonts separately.  How do I set my legend
fonts?  The default ones are awfully small.

    Also, is there any way to get MultipleListPlot to recognize Circle
or Disk as valid point styles?  It seems odd that it takes stars,
triangles, etc;, but not circles.

    By the way ?Legend returns a message that indicates that FontForm[]
can still be used, while the only entry for FontForm in the online docs
states that it was obsolete as of v. 3.0.  I suspect the latter is true,
in which case the information for Legend should be corrected.  Or,
correct me if I am wrong.
Regards,
mark e. harder
harderm at ucs.orst.edu








  • Prev by Date: buggy part allocation ?
  • Next by Date: Re: extracting column data from 2D Matrix
  • Previous by thread: Re: Symbols & Legend Fonts in MultipleListPlot...
  • Next by thread: fitting data to a sampled waveform?