MathGroup Archive 2007

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

Search the Archive

Export figures with tooltips

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83566] Export figures with tooltips
  • From: oshaughn <oshaughn at northwestern.edu>
  • Date: Fri, 23 Nov 2007 05:29:42 -0500 (EST)

I have a list of points {{x,y, "label"}, ...} that I can render
trivially as points with tooltips

    ListPlot[ Map[ Tooltip[ {#[[1]], #[[2]]}, #[[3]]] &, dat] ]

I would like to export this figure, including these tooltips, so it
can be shared broadly.  How can I do so?



  • Prev by Date: Re: Neural networks with mathematica
  • Next by Date: Re: ListAnimate and GIF format saving
  • Previous by thread: Re: Interpolating arrays
  • Next by thread: Re: Export figures with tooltips