Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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