Mathematica 网格中的多个背景子区域
我不知道如何定义几个具有不同颜色背景的子区域,如下所示。
有什么想法吗?
非常感谢,
洛杉矶
Grid[Table["g", {4}, {7}],
Background -> {None, None, {{{1, 3}, {1, 3}} -> LightRed}}]
I can`t figure out how to define several subregions with different color background as in the below.
Any Idea ?
Many thanks,
LA
Grid[Table["g", {4}, {7}],
Background -> {None, None, {{{1, 3}, {1, 3}} -> LightRed}}]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
顺便说一句,通常的要求是根据值指定背景颜色。
为此,您可以执行以下操作:
编辑
如果您不知道先验值的范围,您可以尝试以下操作:
Just as a side note, a usual requirement is to specify background colors depending on values.
For that you can do:
Edit
If you don't know a priori the range of values, you may try something like:
只需列出您已经拥有的第一个区域和颜色:
Simply list the regions and colors as you already have the first one: