Function Repository Resource:

IconizeAs

Source Notebook

Create labeled icons easily in a notebook with the curried operator form of Iconize

Contributed by: Jason Biggs

ResourceFunction["IconizeAs"]["name"]

represents an operator that will create an iconized form with the label "name".

This simple utility is useful for quickly creating labeled iconized data.

Examples

Basic Examples (1) 

Iconize a random piece of data:

In[1]:=
ResourceFunction["IconizeAs"]["data"]@RandomReal[100, {50, 2}]
Out[1]=

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.0.0 – 03 December 2018

Related Resources

License Information