Wolfram Data Drop Quick Reference

Visualization

Use any Wolfram Language visualization function on a databin:

In[1]:=
Out[1]= {{This returns an association, where each key is mapped to a plot of it's values.}}
In[2]:=
Out[2]= {{%["WindChill"] gets the "WindChill" key of the most recent result, so this will return a plot of values of "WindChill"}}
In[3]:=
X
Out[3]= {{Like DateListObject, this returns an association, where each key is mapped to a plot of it's values.}}
In[4]:=
X
Out[4]= {{And this just returns the plot for the 'Temperature' EventSeries from the above association}}
In[5]:=
X
Out[5]= {{This will return a plot (with automatic legends) of all keys for the databin on one chart.}}

Use DateListPlot/@EventSeries[Databin["ID"]] to get separate plots for each key.

In[6]:=
X
Out[6]= {{This returns a plot of the 'WebBulbGlobeTemp' key inside the databin, formatted using the 'Web' theme.}}

QUICK REFERENCE: Styling Options »

In[7]:=
X
Out[7]= {{This returns an association, where each key is mapped to a histogram of it's values.}}
In[8]:=
X
Out[8]= {{This returns an association, where each key is mapped to a box-and-whisker plot of it's values.}}

QUICK REFERENCE: Data Visualization Functions »

de es ja ko pt-br zh