怎么改变中间两条线的颜色,麻烦大家帮忙看看,谢谢啦
mathematica吧
全部回复
仅看楼主
level 4
a := RegionPlot[{y <= x^2}, {x, 0, 1}, {y, 0, 1}];
b := RegionPlot[{y < x, y >= x^2}, {x, 0, 1}, {y, 0, 1}];
c := RegionPlot[{y > x}, {x, 0, 1}, {y, 0, 1}];
Show[a, b, c]
2022年06月29日 03点06分 1
吧务
level 10
BoundaryStyle
2022年06月30日 06点06分 2
谢谢答主
2022年06月30日 08点06分
1