MathGroup Archive 2007

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

Search the Archive

Re: LogLogPlots in Version 6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77076] Re: [mg77038] LogLogPlots in Version 6.0
  • From: "Lev Bishop" <lev.bishop+mathgroup at gmail.com>
  • Date: Sat, 2 Jun 2007 04:25:31 -0400 (EDT)
  • References: <200706010644.CAA25479@smc.vnet.net>

On 6/1/07, David Park <djmpark at comcast.net> wrote:

> How would one obtain a uniformly spaced set of a specific number of points?

LogLogPlot[Abs[10^2/((I*\[Omega])^2 + 100)], {\[Omega], 10^0, 10^8},
 MeshFunctions -> {Log[#] &}, Mesh -> 20]

> Or points placed at specific values?

LogLogPlot[Abs[10^2/((I*\[Omega])^2 + 100)], {\[Omega], 10^0, 10^8},
 Mesh -> {{100, 1000, 10000}}]

It's all in the documentation, you know...


  • Prev by Date: Re: LogLogPlots in Version 6.0
  • Next by Date: Developing Applications using Mathematica
  • Previous by thread: Re: LogLogPlots in Version 6.0
  • Next by thread: Re: LogLogPlots in Version 6.0