Is it possible to get around MATLAB's limitation on font embedding in vector format files?

前端 未结 2 1173
一个人的身影
一个人的身影 2021-01-01 02:13

According to the MATLAB manual, when you save a figure using print or by choosing file|save, if you choose the painters renderer and s

2条回答
  •  萌比男神i
    2021-01-01 03:00

    I also encountered this problem for many times, and I have an simple but effective way that never fails me (on Windows, need GSview).

    1) save fig as PDF

    2) save PDF as ps

    3) open ps with GSview, then click "File->PS to EPS", specify a file name and done.

    Hope this helps.

提交回复
热议问题