Maple 16 における可視化機能の改善
|
2-D プロットと 3-D プロットの表示の改善
|
|
Maple 16 では、プロットが最も美しく表示されるように、数多くのプロットオプションのデフォルト値を更新しました。2-D プロットでは、線の太さと塗りつぶし領域の透明度などを変更しました。3-D プロットについては、サンプリングレート、照明、面の光沢度などを変更しました。
>
|

|
>
|

|
>
|

|
>
|
![A[1] := plot([seq(BesselJ(n, x), n = 1 .. 4)], x = 0 .. 10)](/support/helpjp/helpview.aspx?si=2569/file01569/math28.png)
|
>
|
![A[2] := plot([seq(BesselJ(n, x), n = 1 .. 4)], x = 0 .. 10, filled)](/support/helpjp/helpview.aspx?si=2569/file01569/math32.png)
|
>
|

|
>
|

|
>
|
![P[1, 1] := Student:-Calculus1:-VolumeOfRevolution(cos(x)+3, sin(x)+2, x = 0 .. 4*Pi, output = plot, caption = "")](/support/helpjp/helpview.aspx?si=2569/file01569/math57.png)
|
>
|
![P[1, 2] := plot3d([1, x, y], x = 0 .. 2*Pi, y = 0 .. 2*Pi, coords = toroidal(10), scaling = constrained)](/support/helpjp/helpview.aspx?si=2569/file01569/math61.png)
|
>
|
![P[2, 1] := plot3d(x*exp(-x^2-y^2), x = -2 .. 2, y = -2 .. 2, color = x, orientation = [30, 70, -40])](/support/helpjp/helpview.aspx?si=2569/file01569/math65.png)
|
>
|
![P[2, 2] := plot3d(sin(x*y), x = -Pi .. Pi, y = -Pi .. Pi, scaling = constrained, color = "SteelBlue")](/support/helpjp/helpview.aspx?si=2569/file01569/math69.png)
|
>
|

|
|
|
スマートビュー
|
|
2-D の plot コマンドのスマートビュー機能は、Maple 16 の新機能です。smartview オプション (デフォルトでは true に設定) を使ってこの機能を有効にすると、Maple により、プロットの重要な領域に表示される計算済みデータを表示するのに最適なビューが検索されます。
>
|

|
>
|
![V[1, 1] := plot(1/x, discont)](/support/helpjp/helpview.aspx?si=2569/file01569/math120.png)
|
>
|
![V[1, 2] := plot([tan(x), cos(x), x = 0 .. 2*Pi], discont, color = "Niagara_Navy")](/support/helpjp/helpview.aspx?si=2569/file01569/math124.png)
|
>
|
![V[2, 1] := plot({cos, cot, csc, sec, sin, tan}, discont)](/support/helpjp/helpview.aspx?si=2569/file01569/math128.png)
|
>
|
![V[2, 2] := plot(ln(x^2)/(x^2-2), discont)](/support/helpjp/helpview.aspx?si=2569/file01569/math132.png)
|
>
|

|
|
|
plottools パッケージの新規コマンド
|
|
Maple 16 では、prism、sector および annulus コマンドが plottools パッケージに追加されました。詳細については、prism、sector および annulus のヘルプページを参照してください。
>
|

|
>
|

|
>
|
![T[1, 1] := display(prism(disk([0, 0], color = "Niagara_LeafGreen", transparency = .3)), scaling = constrained)](/support/helpjp/helpview.aspx?si=2569/file01569/math202.png)
|
>
|
![T[1, 2] := display(prism(sector([0, 0], 2, 3*Pi*(1/4) .. 5*Pi*(1/4), color = "Niagara_Violet"), base = .5, transparency = .4), scaling = constrained, orientation = [45, 45, 30])](/support/helpjp/helpview.aspx?si=2569/file01569/math206.png)
|
>
|
![T[2, 1] := display([annulus(2 .. 3, color = "Niagara_GreenishBlue"), annulus(1 .. 2, color = "Niagara_BlueGreen")], axes = boxed, scaling = constrained)](/support/helpjp/helpview.aspx?si=2569/file01569/math210.png)
|
>
|
![T[2, 2] := display(sector([0, 0], 5, 0 .. (1/3)*Pi, color = "Niagara_Burgundy", transparency = .5), axiscoordinates = polar, coordinateview = [0 .. 5, 0 .. (1/2)*Pi])](/support/helpjp/helpview.aspx?si=2569/file01569/math214.png)
|
>
|

|
|
|
2-D プロットのズーム
|
|
Maple 16 では、2-D プロットのズーム操作に関して、よりわかりやすい方式を採用しました。この方式では、クリックとドラッグの組み合わせを使って対象領域を選択する「ラバーバンド」という技法を使用します。
この機能を使うと、表示するプロットの水平範囲と垂直範囲を正確に選択できます。
この新しいズーム機能に加え、[デフォルトのビューを表示] という新コマンドを [プロット] メニュー、コンテキストメニュー、および 2-D プロットツールバーに追加しました。このコマンドを実行すると、プロットがデフォルトのビューで表示されます。詳細は、zoom ヘルプページを参照してください。
|

|
Download Help Document
Was this information helpful?