Digits Cut off In Axis Text
- Lingua principale
- MATLAB
- Stelle
- 1.4k
- Fork
- 366
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.