how can i print axes in the figure
13 次查看(过去 30 天)
显示 更早的评论
hi everyone
i have a figure that includes 3 axeses. i want to print only these axeses. when i use print command and ghostscript command i get only a part of axeses.
how can i do that?
this is my figure window.

0 个评论
回答(2 个)
Jan
2014-4-22
Copy the three axes to a new figure using copyobj. Then simply print it.
Maybe the part "when i use print command and ghostscript command" contains a bug. So please post more details.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!