altmany / altmany/export_fig

linewidth <1 becomes 1 in exported EPS/PDF

Aperta
#90 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
MATLAB
Stelle
1.4k
Fork
366
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

This seems like a Matlab bug hitting export_fig, and similar to https://github.com/altmany/export_fig/issues/31. So:

``` Matlab
h = plot([0 0],[0 1],'linewidth',0.9); export_fig test01 -deps; % results in a line width = 1
h = plot([0 0],[0 1],'linewidth',1.1); export_fig test01 -deps; % results in a line width = 1.1
```

I have the latest version of export_fig running on 2015b (thanks for all the good work!).

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.