altmany / altmany/export_fig

axis labels with pixel units get shifted in export

Đang mở
#135 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
MATLAB
Star
1.4k
Fork
366
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.