altmany / altmany/export_fig

Digits Cut off In Axis Text

Ouverte
#268 4 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
MATLAB
Étoiles
1.4k
Forks
366
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I'm trying to export PDF with OpenGL and transparency on and using Matlab R2018b. The text on left and right axes is being cut off, in particular zeros:
![image](https://user-images.githubusercontent.com/11501130/52383763-9e2e8d00-2a72-11e9-94b0-c948108b122f.png)
![image](https://user-images.githubusercontent.com/11501130/52384003-860b3d80-2a73-11e9-898b-ddf6a478069f.png)
```Matlab
export_fig(fig, 'myfile','-OpenGL','-pdf','-nocrop');
```

I've tried switching fonts, adding padding, turning off cropping, turning off font switching, but nothing helps. Painters and Zbuffer fixes the issue but I really need to use the transparency option.

I am using multiple subplots in this which might be the cause.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.