MathGroup Archive 2001

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

Search the Archive

Re: LogLinearPlot: plot point distance

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31483] Re: LogLinearPlot: plot point distance
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 8 Nov 2001 04:54:18 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <9sb4i7$e38$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

a bit brute but


LogLinearPlot[x/(1 + x^2), {x, 1*^-3, 1*^3}, PlotRange -> All, 
  PlotPoints -> 1000]

should do that.

LogLinearPlot[] only scale the axes but it does not change the
plotting algorithm.

Regards
  Jens


Max Ulbrich wrote:
> 
> Hi,
> 
> when I want to plot
> 
> LogLinearPlot[x/(1+x^2),{x,1*^-3,1*^3},PlotRange->All],
> 
> Mathematica doesn't seem to adapt the plot point distance
> to the logarithmic scale.
> Does anyone know how to solve the problem?
> (Ok, LogLinearListPlot would be a solution, but something else...?)
> 
> Max
> ulbrich at biochem.mpg.de


  • Prev by Date: Re: rect(x) and tri(x)
  • Next by Date: Re: animation
  • Previous by thread: Re: LogLinearPlot: plot point distance
  • Next by thread: RE: LogLinearPlot: plot point distance