Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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!

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 2 de Ag. de 2017
ax = gca;
ax.YScale = 'log'
Set the y axis to log scale.

Más respuestas (0)

Categorías

Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by