Maple 11 Loglog Plot

The Maple11 loglog plot does a poor job in scaling and axis.  The plot works, but, compared to something like the Scilab bode plot, the scaling and axis presentation is poor.

Someone on another forum mentioned an application that improves this.  I searched and found nothing.

Is there an application that improves this?

tomdean

Loglog plot

Hi Thomas

I wonder if you would mind telling us some more about what the problem with loglogplot is?

David Clayworth Maplesoft GUI Developer

Loglog plot

I want to produce a plot like the bode plot in Scilab.

An example is produced with the Scilab commands

bode(syslin('c',1/(1+%s)))

I can put an example on my web site, if it will help.

Thanks.

acer's picture

DynamicSystems:-BodePlot

Have you looked at the DynamicSystems:-BodePlot routine, in Maple 12? It has an option linearmag to control whether the vertical axis has logarithmic scale. Its frequency scale is logarithmic by default (and controllable with its linearfreq option.)

acer

Example

Could you post an example here?

David Clayworth Maplesoft GUI Developer

Maple 11 Loglog Plot

I am using Maple 11.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}