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

2 Ansichten (letzte 30 Tage)
Andy Hessler
Andy Hessler am 1 Nov. 2019
Kommentiert: Dyuman Joshi am 21 Sep. 2023
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 Kommentare
Andy Hessler
Andy Hessler am 1 Nov. 2019
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!

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Valeriy
Valeriy am 1 Nov. 2019
LL = log10(viscosity);
semilogy(x,LL);
??
  3 Kommentare
Brett
Brett am 21 Sep. 2023
Was a solution to this problem found? I am trying to determine something similar.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by