Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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