Re: [問題]請問要如合才可以有層次ListPlot多組數據

看板Mathematica作者 (養花種魚數月亮賞星星)時間12年前 (2012/08/14 12:40), 編輯推噓1(101)
留言2則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《skyskill ( 無欲則剛)》之銘言: : 大家好,小弟有個問題一直試不出來, : 我的2D數據有很多組,我希望以"階梯式的方式斜向把數據呈現", : 因為我覺得畫在同一張圖用不同顏色很雜亂... : 看了範例的方式如下: : Graphics3D[Table[Plot[Sin[x]^n, {x, 0, \[Pi]}], {n, 5}]], Axes -> False, : BoxRatios -> {1, 1, 1}] : 這是可以輸出的,也是我希望圖的 因為上面的程式跑不出來,所以用GraphicsGrid取代一下 data=Table[RandomReal[BinormalDistribution[{-1,1},{1,2},r],100], {r,0.1,0.9,0.1}]; GraphicsGrid[ Partition[Labeled[ListPlot@data[[#]],"data-"<>ToString@#]&/@ Range[Length@data],3] ] n=4; myplot=Labeled[ListPlot@data[[#]],"data-"<>ToString@#]&/@ Range[Length@data[[1;;n]]]; GraphicsGrid[ Reverse[DiagonalMatrix[Range[n]]]/. Flatten@{0->"",Rule@@@Transpose@{Range[n],myplot}} ] -- 養花種魚數月亮賞星星 http://chungyuandye.twbbs.org -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.233.129.177

08/17 22:32, , 1F
感謝你熱心的回覆 我剛剛才看到 ^^ 先謝謝你
08/17 22:32, 1F

08/17 22:32, , 2F
我晚點再看看 3QQQ
08/17 22:32, 2F
文章代碼(AID): #1GATQbfq (Mathematica)
文章代碼(AID): #1GATQbfq (Mathematica)