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
2-D プロットのスタイルのオプション
使い方
plot(f, h, v, style=s)
パラメータ
f
-
プロットする関数
h
横軸範囲
v
(オプション) 縦軸範囲
s
'point', 'patch', または 'line'
説明
プロットのスタイルには、point、line、patch の 3 種類があります。来歴上、 POINT、LINE、PATCH も許容されます。デフォルトは line です。
スタイルが point の場合、plot では計算済みの点または指定された点だけがプロットされます。これは順序が指定された対のリストとして次のように指定する必要があります。
または次のように指定することもできます。
スタイルが line の場合、計算済みの点は直線で連結されます。
スタイル patch は、多角形にのみ影響し、色が付けられます。プロットに多角形がない場合は、patch オプションは line オプションと等価になります。
例
スタイル point を指定した正弦曲線とスタイル line を指定した余弦曲線を並べたプロット
参照
plot/options, plot/structure
Download Help Document