Hi all. I m using maple 11. I plot a figure with loglogplot the problem is that the number of points at the low part of the x axis is very low. I increase the number of points but because it is a logaritmic plot the step is still too large for the low numbers but too small for the high numbers. Any ideas how to solve this? Thank you in advance.
Samples in logarithmic plot
This problem has been fixed in Maple 12. However, for earlier versions of Maple, you can use the 'sample' option to specify the sample points. The loglogplot command will then use your sample points instead of calculating them on its own. Add the adaptive=false option when you use the sample option. You can get information about these options from the plot/options help page.
Paulina Chin
Maplesoft
loglogplot
This seems to be a bug in Maple 11 Standard, not present in Classic. Don't bother submitting a bug report, though, because it has been fixed in Maple 12. The Classic version of loglogplot is still available in Standard, as `plots/loglogplot`. So, e.g.:
Thank you
Thank you very much for your answers.
Yousif