|
|
||
|
|
| Options[function] | 给出所有选项当前缺省值的列表 |
| Options[function,option] | 给出特定选项的缺省值 |
| SetOptions[function,option->value,...] | 重新设置缺省值 |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| In[3]:= |
| Out[3]= |
| Options[plot] | 给出特定图形所使用的全部选项 |
| Options[plot,option] | 显示特定选项的设置 |
| AbsoluteOptions[plot,option] | 显示特定选项的绝对形式,即使该选项的设置是 Automatic 或 All |
| In[4]:= |
| Out[4]= | ![]() |
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= |