Message Boards Message Boards

0
|
2670 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Get AbsArgPlot with LogLog scaling?

Posted 5 years ago

It looks useful, but . . . .

Plot the Arg of a complex expression:

tf = 1000/(s + 1000);
Plot[Arg[tf /. s -> w I], {w, 10, 100000}, PlotRange -> All, 
 ScalingFunctions -> {"Log", "Linear"}]

enter image description here

We can get a Log plot:

AbsArgPlot[tf /. s -> w I, {w, 10, 100000}, PlotRange -> All, 
 ScalingFunctions -> "Log", PlotLegends -> Automatic]

enter image description here

But a LogLog plot breaks the color function for Arg:

AbsArgPlot[tf /. s -> w I, {w, 10, 100000}, PlotRange -> All, 
 ScalingFunctions -> {"Log", "Log"}, PlotLegends -> Automatic]

enter image description here

POSTED BY: David Keith
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract