Digits Cut off In Axis Text
- 主要语言
- MATLAB
- 星标
- 1.4k
- 派生
- 366
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。