Skip to content

Commit dcef221

Browse files
committed
plotly note
1 parent ef78e6a commit dcef221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/python_data_libraries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
Sebastian Raschka
5-
last updated: 09/04/2014
5+
last updated: 10/22/2014
66

77
# Useful libraries for data science in Python
88

@@ -117,7 +117,7 @@ SymPy is a Python library for symbolic mathematical computations. It has a broad
117117

118118
Website: [http://statsmodels.sourceforge.net](http://statsmodels.sourceforge.net)
119119

120-
Statsmodel is a Python libarary that is centered around statistical data analysis mainly through linear models and includes a variety of statistical tests.
120+
Statsmodel is a Python library that is centered around statistical data analysis mainly through linear models and includes a variety of statistical tests.
121121

122122
<br>
123123
<br>
@@ -228,7 +228,7 @@ Matplotlib is Python's most popular and comprehensive plotting library that is e
228228

229229
Website: [https://plot.ly](https://plot.ly)
230230

231-
Plotly is a plotting library that is focussed on adding interactivity to data visualizations and to share them via the web for collaborative data analysis.
231+
Plotly is a plotting library that is focussed on adding interactivity to data visualizations and to share them via the web for collaborative data analysis. To produce interactive plots, plotly requires connection to the internet to stream data to the plotly servers, however, plots can also be saved in common image formats for offline use.
232232

233233
<br>
234234

0 commit comments

Comments
 (0)