PlotDivision
Usage
• PlotDivision 是的一个选项,指定在试图产生一个光滑曲线时使用的最大子集的数目。
Notes
• Plot 初始使用PlotPoints等间距样本点。试图产生不大于MaxBend的弯曲的曲线时,Plot用至多PlotDivision因子细分。 • Plot中最好的分辨率是有阶 1/(PlotPoints PlotDivision). • 参见 Mathematica 全书 : 节 1.9.3.
Further Examples
By severely reducing the number of allowable subdivisions, you make it virtually impossible for Mathematica to draw a smooth curve of a function that oscillates a lot. Evaluate the cell to see the graphic.
In[1]:=
|
|