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

2 visualizaciones (últimos 30 días)
Andy Hessler
Andy Hessler el 1 de Nov. de 2019
Comentada: Dyuman Joshi el 21 de Sept. de 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 comentarios
Andy Hessler
Andy Hessler el 1 de Nov. de 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!

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by