Can the vertical axis of a plot be configured to have log log scaling?

1 次查看(过去 30 天)
Hello,
I’m trying to find software that can plot oil viscosities that follow something called the Walther Equation.
walther eq.jpg
This plots a straight line when the vertical axis is a double log scale.
This is the standard scaling applied to the ASTM D 341-17 chart for plotting viscosities.
Does this software have the ability to set up a vertical axis with this log log scaling?
Thanks for the help,
Andy
ASTM D341 plot.jpg
ASTM D341 plot 2.jpg
  8 个评论
Andy Hessler
Andy Hessler 2019-11-1
Thank you for taking the time to demonstrate this command. As I feared, the vertical data no longer corelates to the original viscosity value. What you've shown is useful for comparing slopes of lines, but not quite what I need for analyzing a specific fluid's temperature/viscosity performance.
I'll try to look at the video, though. Maybe there are other insights.
Thanks!

请先登录,再进行评论。

回答(1 个)

Valeriy
Valeriy 2019-11-1
LL = log10(viscosity);
semilogy(x,LL);
??
  3 个评论
Brett
Brett 2023-9-21
Was a solution to this problem found? I am trying to determine something similar.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by