Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Nota dell'editore: This file was a File Exchange Pick of the Week
A modified version of XTICKLABEL_ROTATE90, this version allows for arbitrary angle rotation and most importantly the use of text labels. In addition, an attempt is made to adjust the size and placement of the axis and xlabel to accommodate the new labels.
Example : %Use text labels rotated 45° without tex interpreter
boxplot(randn(5,5),1)
xticklabel_rotate([1:5],45,{'label_1','label_2','label_3','label_4','label_5'},'interpreter','none')
Cita come
Brian Katz (2026). XTICKLABEL_ROTATE (https://it.mathworks.com/matlabcentral/fileexchange/3486-xticklabel_rotate), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: XTICKLABEL_ROTATE90
Ispirato: Rotate XTick Labels for multi-axes, yticklabel_rotate, XYrotalabel - rotate X-axis and Y-axis labels, iahncajigas/nSTAT
Informazioni generali
- Versione 1.4.0.0 (4,32 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.4.0.0 | Modified to account for conflict with C:\Program Files\MATLAB\R2016b\toolbox\matlab\graph3d\xticklabels.m |
||
| 1.3.0.0 | 2014 : Allow for multiline labels |
||
| 1.2.0.0 | Rev.2010. Revisions made to improve functionality in response to various user recommendations. |
||
| 1.1.0.0 | Use suggested modifications have been integrated. The current version now support TOP xlabels. In addition, the degree of resizing of the axis has been reduced. |
||
| 1.0.0.0 | Following user comment, modified to allow for additional parameter options for existing XTicks. Subsequently modified to allow for exisiting XTickLabel being defined as cell array (before rotation). |
