Re: [問題] Graphics3D 標記坐標的名子

看板Mathematica作者 (養花種魚數月亮賞星星)時間12年前 (2012/07/13 13:04), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《chrisliu0419 (今晚星空陽光普照)》之銘言: : 請問各位 : 如果我有三個座標 : A(1,1,1), B(2,2,2), C(3,3,3) : 我想把這三個座標畫出來,然後分別標上A,B,C : 請問要用什麼option啊 : 我在documents找好久都找不到 : 謝謝 Show[Graphics3D[ { PointSize->0.05, Yellow,Point[{1,1,1}], Red,Point[{2,2,2}], Blue,Point[{3,3,3}] }, PlotRange->{{-4,4},{-4,4},{-4,4}} ], Graphics3D[ { Text[Style["A",Italic,24],{1,1,1}], Text[Style["B",Italic,24],{2,2,2}], Text[Style["C",Italic,24],{3,3,3}] }, PlotRange->{{-4,4},{-4,4},{-4,4}} ] ] -- 養花種魚數月亮賞星星 http://chungyuandye.twbbs.org -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.233.129.177

07/14 07:02, , 1F
謝謝老師
07/14 07:02, 1F
文章代碼(AID): #1F_wnr21 (Mathematica)
討論串 (同標題文章)
文章代碼(AID): #1F_wnr21 (Mathematica)