Digits Cut off In Axis Text
- Lenguaje dominante
- MATLAB
- Estrellas
- 1.4k
- Forks
- 366
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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:


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