Ack, just finally found the page on Patch object properties. The correct command is set(h,'EdgeColor','none')
How do I remove the outline from a fill object?
158 次查看(过去 30 天)
显示 更早的评论
Hi,
I have a gray ([.7 .7 .7]) shape in a figure, which I generate using "fill." I'd like the border to be set to invisible/the color of the shape/white, whichever is easiest, but I can't find the right property to alter. I've tried:
h=fill(x,y,[.7 .7 .7]); set(h,'Color','w')
...and a few other things like that unsuccessfully. Can anyone help me out with this?
Much appreciated, Jonathan
2 个评论
采纳的回答
Claudia Teresa Canedo Rosso
2017-11-1
编辑:Claudia Teresa Canedo Rosso
2017-11-1
fill(X,Y,[0.7 0.7 0.7],'LineStyle','none');
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!