Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
plottools パッケージの紹介
使い方
plottools[function](args)
function(args)
説明
plottools は、プロットデータ構造で用いている基本グラフィカルオブジェクトを生成することのできる、 Maple ルーチンのパッケージです。関数 plottools の実行結果は、通常、関数 plots[display] を用いて表示すべきプロットオブジェクトになります。
関数 plottools を使用するためには、コマンド with(plottools, function) により関数単独で定義するか、または、コマンド with(plottools) によりすべての plottools 関数を定義します。別の方法としては、長い形 plottools[function] を用いて関数を使います。パッケージ関数名と同一セッションで用いられる別の関数名が同一のため衝突が起きる場合には、この長い形の記法が必要となります。
プロット構造を作成する関数には、次のものがあります。
arc arrow circle cone cuboid curve cutin cutout cylinder disk dodecahedron ellipse ellipticArc hemisphere hexahedron hyperbola icosahedron line octahedron pieslice point polygon rectangle semitorus sphere tetrahedron torus
プロット構造を変更する関数は、次の通りです。
homothety project reflect rotate scale stellate transform translate
手続き plottools[stellate] は、POLYGON 構造とのみ使用可能です。
プロットデータ構造を外部グラフィックス形式 (VRML) に変換する関数は、 plottools[vrml] です。
特定の関数のヘルプに関しては、?plottools[function] を使います。
参照
with, plot, plot3d, plots, plot[structure], plot3d[structure], DEtools, stats[statplots]
Download Help Document