gpt4 book ai didi

wolfram-mathematica - 如何使 PlotLegend 与 Mathematica 中的 ParametricPlot 一起使用?

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

看来我不能使用 PlotLegendParametricPlot .这是我尝试过的:

ParametricPlot[{Sin[t], Cos[Sqrt[t]]}, {t, 0, 2 Pi}, 
PlotLegend -> {"My Plot"}]

最佳答案

如果您调用PlotLegends首先打包,它应该可以工作,尽管使用 ShowLegends 可能会更好版本比 PlotLegend选项,以获得更多控制:

Needs["PlotLegends`"]

ParametricPlot[{Sin[t], Cos[Sqrt[t]]}, {t, 0, 2 Pi},
PlotLegend -> {"My Plot"}]

enter image description here
ShowLegend[
ParametricPlot[{Sin[t], Cos[Sqrt[t]]}, {t, 0,
2 Pi}], {{{Graphics[{Blue, Disk[{0, 0}, 1]}], {Sin[t],
Cos[Sqrt[t]]}}}}]

enter image description here

关于wolfram-mathematica - 如何使 PlotLegend 与 Mathematica 中的 ParametricPlot 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7624169/

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