|
94 | 94 | "\n", |
95 | 95 | "https://matplotlib.org/\n", |
96 | 96 | "\n", |
| 97 | + "\n", |
| 98 | + "\n", |
97 | 99 | "Advantages:\n", |
98 | 100 | "\n", |
99 | 101 | "* Simple\n", |
|
121 | 123 | "\n", |
122 | 124 | "https://seaborn.pydata.org/\n", |
123 | 125 | "\n", |
| 126 | + "\n", |
| 127 | + "\n", |
| 128 | + "* Statistical data visualization\n", |
124 | 129 | "* Built on top of Matplotlib.\n", |
125 | 130 | "* Closely integrated with Pandas\n", |
126 | 131 | "* Higher level then Matplotlib, so easier to use\n", |
|
143 | 148 | "\n", |
144 | 149 | "https://plot.ly/python/\n", |
145 | 150 | "\n", |
| 151 | + "\n", |
| 152 | + "\n", |
146 | 153 | "* javascript plotting library that has Python wrappers for generating the code.\n", |
147 | 154 | "* capable of generating interactive plots.\n", |
148 | 155 | "* Freemium model (they sell cloud hosted services)\n", |
|
162 | 169 | "\n", |
163 | 170 | "https://bokeh.pydata.org\n", |
164 | 171 | "\n", |
| 172 | + "\n", |
| 173 | + "\n", |
165 | 174 | "* based on The Grammar of Graphics.\n", |
166 | 175 | "* streaming and real-time data\n", |
167 | 176 | "* can create interactive, web-ready plots, which can easily output as JSON objects, HTML documents, or interactive web applications.\n" |
168 | 177 | ] |
169 | 178 | }, |
| 179 | + { |
| 180 | + "cell_type": "markdown", |
| 181 | + "metadata": {}, |
| 182 | + "source": [ |
| 183 | + "## Paraview\n", |
| 184 | + "\n", |
| 185 | + "\n", |
| 186 | + "\n", |
| 187 | + "* Scientific visualization\n", |
| 188 | + "* Primarily a standalone application, but has a built-in python interpreter and API\n", |
| 189 | + "* Client/server model\n", |
| 190 | + "* Works on laptops and supercomputers\n", |
| 191 | + "* Advanced: learning curver is steeper than the other listed packages" |
| 192 | + ] |
| 193 | + }, |
170 | 194 | { |
171 | 195 | "cell_type": "markdown", |
172 | 196 | "metadata": { |
|
177 | 201 | "source": [ |
178 | 202 | "**[On to the next notebook (Plotly Scatter plots)](02-plotly-scatter.ipynb) ...**" |
179 | 203 | ] |
| 204 | + }, |
| 205 | + { |
| 206 | + "cell_type": "code", |
| 207 | + "execution_count": null, |
| 208 | + "metadata": {}, |
| 209 | + "outputs": [], |
| 210 | + "source": [] |
180 | 211 | } |
181 | 212 | ], |
182 | 213 | "metadata": { |
|
0 commit comments