필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Andy Hessler
Andy Hessler 2019년 11월 1일
댓글: Dyuman Joshi 2023년 9월 21일
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