altmany / altmany/export_fig

axis labels with pixel units get shifted in export

Abierto
#135 4 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
MATLAB
Estrellas
1.4k
Forks
366
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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:

![test](https://cloud.githubusercontent.com/assets/18172461/14150011/373048d6-f664-11e5-949f-6951bcdc47c5.png)

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).

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.