List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Re: domain of a logplot
| [MUG] Re: domain of a logplot |
|
Author: Metha Kamminga
Posted: 23/11/2000 19:28:49 GMT
|
>> From: Metha Kamminga
>>> From: "Joe Riel (home)"
>
>plot[loglogplot] and plot[semilogplot] use a log scale for the domain
>(x-axis). However, the selected domain points appear to be distributed
>linearly rather than logarithmically, so most of the points are at the
>high end of the scale. Has anyone written a procedure to distribute the
>points logarithmically?
>
Dear Joe Riel
Look at the following example to force Maple to devide the damain in
more equal steps.
f:=x->ln; with(plots):semilogplot(f(x),x=1e-7..1e7,style=point);
semilogplot([10^t,f(10^t),t=-7..7,style=point);
good luck, Metha Kamminga
http://i.am/metha
|
[View Complete Thread]
Previous by date: [MUG] Re: expand/bigprod: object too large, Robert Israel
Next by date: [MUG] Re: neutral operator, Robert Israel
Previous thread: [MUG] Is there a way to display x bar?, Larry Fasnacht
Next thread: [MUG] neutral operator, Jean-Pierre Douris
|