Hi. I can't figure out how to make a good log-log plot in Maxima (x
and y axis are both 1, 10, 100, 1000, ... instead of 1, 2, 3, ...)
I've figured out how to use [gnuplot_preamble, "set log xy"] to get
the gnuplot axes log spaced, but it seems like maxima is feeding it
data points that are linearly spaced and then gnuplot connects them
with straight lines. The beginning of the plot looks like spread-out
points with straight lines connecting them while the end of the plot
looks like it has more data points than necessary, and the lines are
all crammed together.
Where can I find detailed documentation for the plot2d command?
Jon