barvalues(h, precision, textParams)

Display bar values on-top of bars in a bar or histogram plot .
1,7K descargas
Actualizado 20 dic 2021

matlab-barvalues

a matlab function for displaying values atop bars in barplots (and similar plots).

View barvalues(h, precision, textParams) on File Exchange

Citar como

Elimelech Schreiber (2024). barvalues(h, precision, textParams) (https://github.com/lemelech/matlab-barvalues/releases/tag/2.3), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Data Distribution Plots en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
2.3

See release notes for this release on GitHub: https://github.com/lemelech/matlab-barvalues/releases/tag/2.3

2.2.1

See release notes for this release on GitHub: https://github.com/lemelech/matlab-barvalues/releases/tag/2.2.1

2.2.0.0

Supports Horizontal bars.
Added control over text properties (e.g. size, color)

2.1.0.0

stabilized.

2.0.0.0

Supports all types of bars: {'stacked', 'grouped', 'hist' , 'histc'}.

Now supports Histograms as well. (not fully tested, please report bugs)

fixed issue: error when passed handle of stacked bar plot. (Thx Karolis)

1.3.0.0

Now handles stacked bars as well.
Thx dpb for your suggestions. :)
sorry, wrong file.
This should do it.

1.2.0.0

Supports multiple bar plots in single axes.

1.1.0.0

supports empty first parameter:
barvalues([],2);

1.0.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.