MathGroup Archive 2009

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

Search the Archive

Re: Bug: ListPlot and Tooltip

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102618] Re: Bug: ListPlot and Tooltip
  • From: dr DanW <dmaxwarren at gmail.com>
  • Date: Mon, 17 Aug 2009 04:02:28 -0400 (EDT)
  • References: <h5bk30$hja$1@smc.vnet.net> <h5jdkb$1a2$1@smc.vnet.net>

Jens,
Nice solution.  Since I became interested in this problem, I started
digging around in PlotLegends.m.  Here is the code used therein for
default markers and colors:

Graphics`PlotMarkers[]

defaultcolors =
       Table[
            Hue[FractionalPart[0.67 + 2.0 (i - 1)/GoldenRatio], 0.6,
0.6],
        {i, 1, n}]

(Disclaimer: since this code was copied from a file with a Wolfram
copyright, so I can't recommend that you use it directly.)


  • Prev by Date: Re: Intersection of line and a surface of revolution - a problem with
  • Next by Date: Re: Do-command
  • Previous by thread: Re: Bug: ListPlot and Tooltip
  • Next by thread: Re: Bug: ListPlot and Tooltip