Wolfram Data Drop 입문 튜토리얼

시각화

데이터 서비스는 어떠한 Wolfram 언어 시각화 함수도 사용할 수 있습니다.

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.}}

DateListPlot/@EventSeries [Databin["ID"]]을 사용하여 각각의 키에 대한 별도의 플롯을 얻을 수 있습니다.

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

참조: 스타일 옵션 »

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.}}

참조: 데이터 시각화 기능 »

de en es ja pt-br zh