From: Cavendish M. <cm...@mo...> - 2001-01-29 21:42:13
|
I would like to make a log-log plot of some data, and I'm working in tcl with the most recent version of plplot. I understand (from the documentation) that when one defines logarithmic axes, xmin and xmax (as well as ymin and ymax) must be passed as the log of the desired values, but should this apply to the data, as well? When I try to plot the value (40, 1.4975e-09), for example, (on a semilog plot), the point appears to end up at (40, 1e(1.4975e-09)). Do I really need to take the log of all of my data points before plotting, or is this a bug? Cavendish **************************************************************************** * Cavendish McKay cm...@ga... * * * * You're in trouble when you find it's hard for you to smile * * A simple song might make it better for a little while. * * ---Sly and the Family Stone * **************************************************************************** |