MathGroup Archive 2008

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

Search the Archive

Re: Tooltips and PlotMarkers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85490] Re: Tooltips and PlotMarkers
  • From: Grischika at mail.ru
  • Date: Mon, 11 Feb 2008 07:13:31 -0500 (EST)
  • References: <fobjqi$mr6$1@smc.vnet.net>

You also can use ticks:
ListPlot[mydata, Ticks -> {Thread[{Range[Length[mydata[[1]]]],
           mydata[[2]]}], Automatic}]


  • Prev by Date: Re: Import pdf problem
  • Next by Date: Re: open URL programmatically?
  • Previous by thread: Re: Tooltips and PlotMarkers
  • Next by thread: Re: Tooltips and PlotMarkers