PATCH PLOT - RGB COLOR

Hello!
I use the path command to plot the results of a finite element computation. I also use the 'Face','interp' option for coloring. So far, I haven't found a way to produce a vector graphic (eps, tiff, ...) from this plot! I think MatLab has some problems with the 'Rederer'!? How can I create a vector graphic from such a plot?
Thank you!

1 件のコメント

Jan
Jan 2011 年 7 月 25 日
@Franz-Josef: Why do you think, that Matlab has problems with the renderer? Do the standard methods "print('-depsc')" or "saveas('pdf')" work, and if not, what are the problems?

サインインしてコメントする。

回答 (1 件)

Jan
Jan 2011 年 7 月 25 日

1 投票

If the OpenGL renderer is active, Matlab export pixel graphics even for the EPS and PDF format. This is not a bug or problem, but a limitation of the PostScript format, which does not support 3D natively. Mutual intersection of triangles and translucency cannot be displayed in PostScript. Therefore the EPS will contain a high-resolution pixel image only.
Only the Painters renderer can create native vector formats.

カテゴリ

ヘルプ センター および File ExchangeDiscrete Data Plots についてさらに検索

タグ

質問済み:

2011 年 7 月 25 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by