White, Fill-6ren">
gpt4 book ai didi

graphics - 数学冲刺 "Up and down"

转载 作者:行者123 更新时间:2023-12-02 14:42:14 26 4
gpt4 key购买 nike

mathematica 呈现此图的方式是否有任何原因

ListPlot[
Table[{x, x*01}, {x, -5, 5, .08}],
PlotStyle -> White,
Filling -> 0,
FillingStyle -> {Dashed, Brown}]

虽然图表中零边界上方的部分存在虚线,但图表的另一部分具有实心填充。

我做错了什么吗?

最佳答案

没有错。 Mathematica 将您的填充样式解释为低于零的虚线和高于零的棕色。您只需要另一对大括号,如下所示:

ListPlot[Table[{x, x*01}, {x, -5, 5, .08}], PlotStyle -> White, 
Filling -> 0, FillingStyle -> {{Dashed, Brown}}]

enter image description here

希望有帮助。

关于graphics - 数学冲刺 "Up and down",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7332485/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com