RE: Plot with 10E10 instead of 1*10E10
- To: mathgroup at smc.vnet.net
- Subject: [mg61069] RE: [mg61028] Plot with 10E10 instead of 1*10E10
- From: "David Park" <djmp at earthlink.net>
- Date: Sun, 9 Oct 2005 01:35:31 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Antonio, If you try the DrawGraphics package at my web site below and look under the DrawGraphics Help Examples, Log Plots & Bode Plots, you will see an example that uses CustomTicks and a formatting function to precisely specify the labeling of the ticks. Also be aware that there is a serious bug in the Mathematica LogLogPlot if you are plotting curves over more than several decades. The overall point sampling algorithm incorrectly follows a linear and not a log scale. As a result points at the low end of the domain are seriously undersampled leading to an incorrect curve. The DrawGraphics example shows how to correct that. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Antonio Cardoso [mailto:acardoso at scientist.com] To: mathgroup at smc.vnet.net Hello, I'm trying to make a LogLogPlot with, for example, 10E10 instead of 1*10E10 on the axes. Can someone help me about that? Thanks, Antonio Cardoso