axis labels with pixel units get shifted in export
Ouverte
- Langage dominant
- MATLAB
- Étoiles
- 1.4k
- Forks
- 366
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
A minimal working example is below:
```Matlab
close all;
xlabel('x','units','pixels')
ylabel('y','units','pixels')
export_fig('test.png')
```
The result is as follows:

The x and y labels are shifted, when they should remain in the middle of their respective axes.
I am using MATLAB 2015b for Mac and the most recent version of `export_fig` (as of March 30, 2016).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.