linewidth <1 becomes 1 in exported EPS/PDF
Offen
- Vorherrschende Sprache
- MATLAB
- Sterne
- 1.4k
- Forks
- 366
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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!).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.