Problem with print command
显示 更早的评论
In a script for generating a 3d plot, using surf, text, plot3, annotation etc, I mark a point with
plot3(x1,y1,z1,'k.','MarkerSize',20);
It appears as a bullet of the expected size in the figure window. But when I subsequently do
print -dpng 'translate.png'
and open translate.png, the bullet appears in a smaller (probably default) size, really too small to see. Is this a bug in Matlab or am I doing something wrong. Is there some known way to fix the problem?
3 个评论
Walter Roberson
2021-1-28
If I recall correctly, '.' marker is the only one affected.
Brynjulf Owren
2021-1-28
Bjorn Gustavsson
2021-1-28
This might also be version/OS-dependent, when I tried your example (V2020a/Ubuntu) it worked OK...
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Data Type Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!