Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Iconize desired types of subexpressions
ResourceFunction["IconizedView"][expr] iconizes numerical arrays in expr. | |
ResourceFunction["IconizedView"][expr,ps] iconizes numerical arrays and subexpressions in expr, as specified by named patterns or custom patterns ps. |
"Assignment" | assignments |
"Association" | associations |
"BigNumber" | large numbers |
"ChartOption" | options for chart functions |
"Depth" | nested expressions with large depth |
"GeoOption" | geo graphics functions options |
"GraphicsDirective" | graphics directives |
"GraphicsOption" | options from all graphics functions |
"GraphicsPrimitive" | graphics primitives |
"ManipulateOption" | options for Manipulate |
"NotebookOption" | notebook options |
"Power" | expressions with powers |
"Rule" | sequence of rules |
"StyleOption" | options for styling |
"Wrapper" | wrappers |
A plot:
In[1]:= |
![]() |
Out[1]= |
![]() |
Look at the structure of the code of a plot, while explicitly showing only directives:
In[2]:= |
![]() |
Out[2]= |
![]() |
Copy and paste the previous output, then use Activate to recover the original expression:
In[3]:= |
![]() |
Out[3]= |
![]() |
A piece of geo graphics:
In[4]:= |
![]() |
Out[4]= |
![]() |
Iconize geo graphics options:
In[5]:= |
![]() |
Out[5]= |
![]() |
Iconize subexpressions using a ByteCount pattern:
In[6]:= |
![]() |
Out[6]= |
![]() |
A pie chart:
In[7]:= |
![]() |
Out[7]= |
![]() |
A financial chart:
In[8]:= |
![]() |
In[9]:= |
![]() |
Out[9]= |
![]() |
In[10]:= |
![]() |
Out[10]= |
![]() |
Iconize an expression nested many times:
In[11]:= |
![]() |
Out[11]= |
![]() |
Iconize nested radicals:
In[12]:= |
![]() |
Out[12]= |
![]() |
Iconize large numbers, strings and big strings:
In[13]:= |
![]() |
Out[13]= |
![]() |
Iconize an Association:
In[14]:= |
![]() |
Out[14]= |
![]() |
Iconize a Dataset:
In[15]:= |
![]() |
Out[15]= |
![]() |
Iconize an Image:
In[16]:= |
![]() |
Out[16]= |
![]() |
Create a list of integers:
In[17]:= |
![]() |
Show the size in bytes of the list:
In[18]:= |
![]() |
Out[18]= |
![]() |
Iconized view of the data but using the method Compress:
In[19]:= |
![]() |
Out[19]= |
![]() |
Verify that the size of the previous cell is smaller than the original datas:
In[20]:= |
![]() |
Out[20]= |
![]() |
A Wolfram Demonstration:
In[21]:= |
![]() |
Out[21]= |
![]() |
Iconize elements of the Manipulate and manually add a pattern:
In[22]:= |
![]() |
Out[22]= |
![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License