Re: [問題] 圖上兩條曲線如何加註

看板Mathematica作者時間13年前 (2011/10/04 21:30), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/4 (看更多)
※ 引述《chungyuandye (養花種魚數月亮賞星星)》之銘言: : ※ 引述《tsungjen ()》之銘言: : : 在一張有兩條方程式曲線的圖上面 : : 我想要像在excel上一樣,加註哪一條顏色代表哪一條方程式 : : 但是我找不到方法 : : 書上,help,跟網路資源都沒有提到 : : 是不是mathematica沒有提供這項功能阿? : : 那這樣我要找別的繪圖軟體了QQ : Needs["PlotLegends`"] : Plot[{fun1, fun2]}, {x, range}, : PlotLegend -> {"name 1", "name 2"}, : LegendPosition -> {位置}, LegendSize -> {大小}, : LegendShadow -> None, LegendBorder -> {Black}] : example : Plot[{Sin[x], Cos[x]}, {x, 0, 2 Pi}, PlotLegend -> {"sine", "cosine"}, : LegendPosition -> {0, 0}, LegendSize -> {1, 0.5}, : LegendShadow -> None, LegendBorder -> {Black}] : 如果加圖例只是要自己判斷函數位置的話,那比較簡單的方法應該是Tooltip : Plot[{Tooltip[Sin[x], "Sine Sine Sine Sine"], : Tooltip[Cos[x], "Cosine Cosine Cosine Cosine"]}, {x, 0, 2 Pi}] : 記得把滑鼠游標到函數上 因為我想要做出有數值點又有連續方程式的圖,所以我把指令這樣打 Needs["PlotLegends"] Show[ListPlot[data],Plot[{f[x],g[x]},{x,0,100},PlotLegend->{"f","g"}, PlotRange->Full],Frame->True, AspectRatio -> Full] 可是畫出來的圖並不正確 我找不到方法可以解決 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.4.181 ※ 編輯: tsungjen 來自: 140.112.4.181 (10/04 21:31) ※ 編輯: tsungjen 來自: 140.112.4.181 (10/04 21:35)
文章代碼(AID): #1EYmfpvF (Mathematica)
文章代碼(AID): #1EYmfpvF (Mathematica)