Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test if an expression is a graphics option
An option considered as a graphics option:
In[1]:= |
|
Out[1]= |
|
An option not considered as a graphics option:
In[2]:= |
|
Out[2]= |
|
A surface:
In[3]:= |
|
Out[3]= |
|
Extract graphics options:
In[4]:= |
|
Out[4]= |
|
Remove graphics options:
In[5]:= |
|
Out[5]= |
|
An anatomy plot:
In[6]:= |
|
Out[6]= |
|
Anatomy plots may contain a lot of options at different levels:
In[7]:= |
|
Out[7]= |
|
Not all rules are graphics options:
In[8]:= |
|
Out[8]= |
|
Some symbols have options in common with graphics options:
In[9]:= |
|
Out[9]= |
|
In[10]:= |
|
Out[10]= |
|
A bar chart:
In[11]:= |
|
Out[11]= |
|
Chart options that are graphics options too:
In[12]:= |
|
Out[12]= |
|
Chart options that are not graphics options:
In[13]:= |
|
Out[13]= |
|
A piece of geo graphics:
In[14]:= |
|
Out[14]= |
|
Many geo graphics options are graphics options, with some exceptions:
In[15]:= |
|
Out[15]= |
|
Here, Method is recognized as a graphics option:
In[16]:= |
|
Out[16]= |
|
But can be an option of many other symbols:
In[17]:= |
|
Out[17]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License