MathGroup Archive 2007

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

Search the Archive

LogLinearListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76911] LogLinearListPlot
  • From: RodriguezFatz <mertmann at googlemail.com>
  • Date: Wed, 30 May 2007 05:11:18 -0400 (EDT)

Hello,

I want to label my dots in a LogLinearListPlot. My idea was to use
Ticks for that, but when I use Ticks, the automatic Labels of that
axis are hidden.

Is it possible to put additional ticks on an axis (for a
LogLinearListPlot) and not to paste the automatic ticks by my own?
(Or any other solution for my Problem)

Code with automatic ticks:
LogLinearListPlot[{{\[Lambda]i, 0}, {\[Lambda]d, 0}}, Axes -> {True,
False},
  PlotRange -> {{0.00001, 1}, {-1, 1}} ]

Thanks for help.



  • Prev by Date: Re: Iterate through a list
  • Next by Date: Clear, Remove variables
  • Previous by thread: Re: Iterate through a list
  • Next by thread: Re: LogLinearListPlot