使用“填充”时如何更改边缘线颜色MATLAB 中的函数?
我正在编写代码,其中使用 MATLAB 的 fill
命令来绘制 2D 形状。我可以指定形状的填充颜色。但是,边框线颜色始终为黑色。我希望边框线颜色与填充颜色相同。我怎样才能指定边框线颜色?
I'm writing code in which I use MATLAB's fill
command to plot 2D shapes. I can specify the fill color of the shape. However, the border line color is always black. I want the border line color the same as the fill color. How can I also specify the border line color?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此线程:
应该处理边框。
See this thread:
that should take care of the border.
除了 schnaader的回答,您还可以在初始调用中设置边缘颜色FILL:
或者完全停止绘制边缘:
In addition to schnaader's answer, you can also set the edge color in the initial call to FILL:
Or stop the edges from being drawn altogether: