필터 지우기
필터 지우기

I'm using the histogram function, I would like to reduce the frequency of the y-axis

조회 수: 2 (최근 30일)
I only have 40-50 x-axis values but each y-axis value is in the 10s of thousands. I attached a file of what it looks like. I would like to have the y-axis shrunk to make this more readable, perhaps scaled down by a factor of a hundred. my code is current simply:
bargraph = histograph(images)
I would appreciate any help I could get!

채택된 답변

Sean de Wolski
Sean de Wolski 2017년 8월 2일
ax = gca;
ax.YScale = 'log'
Set the y axis to log scale.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by