|
19 | 19 | <meta name="twitter:site" content="@tdhopper" />
|
20 | 20 | <meta name="twitter:creator" content="@tdhopper" />
|
21 | 21 |
|
| 22 | + <link rel="apple-touch-icon" sizes="57x57" href="/img/ico/apple-icon-57x57.png"> |
| 23 | + <link rel="apple-touch-icon" sizes="60x60" href="/img/ico/apple-icon-60x60.png"> |
| 24 | + <link rel="apple-touch-icon" sizes="72x72" href="/img/ico/apple-icon-72x72.png"> |
| 25 | + <link rel="apple-touch-icon" sizes="76x76" href="/img/ico/apple-icon-76x76.png"> |
| 26 | + <link rel="apple-touch-icon" sizes="114x114" href="/img/ico/apple-icon-114x114.png"> |
| 27 | + <link rel="apple-touch-icon" sizes="120x120" href="/img/ico/apple-icon-120x120.png"> |
| 28 | + <link rel="apple-touch-icon" sizes="144x144" href="/img/ico/apple-icon-144x144.png"> |
| 29 | + <link rel="apple-touch-icon" sizes="152x152" href="/img/ico/apple-icon-152x152.png"> |
| 30 | + <link rel="apple-touch-icon" sizes="180x180" href="/img/ico/apple-icon-180x180.png"> |
| 31 | + <link rel="icon" type="image/png" sizes="192x192" href="/img/ico/android-icon-192x192.png"> |
| 32 | + <link rel="icon" type="image/png" sizes="32x32" href="/img/ico/favicon-32x32.png"> |
| 33 | + <link rel="icon" type="image/png" sizes="96x96" href="/img/ico/favicon-96x96.png"> |
| 34 | + <link rel="icon" type="image/png" sizes="16x16" href="/img/ico/favicon-16x16.png"> |
22 | 35 | <!-- Bootstrap core CSS -->
|
23 | 36 | <link href="css/bootstrap.min.css" rel="stylesheet">
|
24 | 37 | <link href="css/bootstrap-grid.min.css" rel="stylesheet">
|
|
69 | 82 | <img class="img-fluid pb-4" src="http://pythonplot.com.s3-website-us-east-1.amazonaws.com/img/banner.png">
|
70 | 83 | <h1>Python Plotting for Exploratory Analysis</h1>
|
71 | 84 |
|
72 |
| - <blockquote>"The simple graph has brought more information to the data analyst's mind than any other device." — John Tukey</blockquote> |
| 85 | + <blockquote class="blockquote"> |
| 86 | + <p>The simple graph has brought more information to the data analyst's mind than any other device.</p> |
| 87 | + <footer class="blockquote-footer">John Tukey in <cite title="Source Title"><a href="https://books.google.com/books?id=JuQD42kUxzIC&pg=PA457&lpg=PA457#v=onepage&q&f=false" target='_new'>The Future of Data Analysis</a></cite></footer> |
| 88 | + </blockquote> |
73 | 89 |
|
74 | 90 | <h3>Contents</h3>
|
75 | 91 | <ul id="outline">
|
@@ -156,12 +172,11 @@ <h4>Data</h4>
|
156 | 172 | </div>
|
157 | 173 |
|
158 | 174 | <div class="row"><div class="col-xs-12 col-lg-8 offset-lg-2">
|
159 |
| - <div class="card"><div class="card-block"> |
160 |
| - |
161 |
| - <h5>ts</h5> |
| 175 | + |
| 176 | + <h5>ts</h5> |
162 | 177 |
|
163 |
| - <table class="table table-sm table-striped table-responsive"> |
164 |
| - <thead> |
| 178 | + <table class="table table-sm table-striped table-responsive table-bordered"> |
| 179 | + <thead class="thead-inverse"> |
165 | 180 | <tr style="text-align: right;">
|
166 | 181 | <th>date</th>
|
167 | 182 | <th>value</th>
|
@@ -190,11 +205,11 @@ <h5>ts</h5>
|
190 | 205 | </tr>
|
191 | 206 | </tbody>
|
192 | 207 | </table>
|
193 |
| - |
194 |
| - <h5>mpg</h5> |
| 208 | + |
| 209 | + <h5>mpg</h5> |
195 | 210 |
|
196 |
| - <table class="table table-sm table-striped table-responsive"> |
197 |
| - <thead> |
| 211 | + <table class="table table-sm table-striped table-responsive table-bordered"> |
| 212 | + <thead class="thead-inverse"> |
198 | 213 | <tr style="text-align: right;">
|
199 | 214 | <th>manufacturer</th>
|
200 | 215 | <th>model</th>
|
@@ -277,11 +292,11 @@ <h5>mpg</h5>
|
277 | 292 | </tr>
|
278 | 293 | </tbody>
|
279 | 294 | </table>
|
280 |
| - |
281 |
| - <h5>diamonds</h5> |
| 295 | + |
| 296 | + <h5>diamonds</h5> |
282 | 297 |
|
283 |
| - <table class="table table-sm table-striped table-responsive"> |
284 |
| - <thead> |
| 298 | + <table class="table table-sm table-striped table-responsive table-bordered"> |
| 299 | + <thead class="thead-inverse"> |
285 | 300 | <tr style="text-align: right;">
|
286 | 301 | <th>carat</th>
|
287 | 302 | <th>cut</th>
|
@@ -358,8 +373,7 @@ <h5>diamonds</h5>
|
358 | 373 | </tr>
|
359 | 374 | </tbody>
|
360 | 375 | </table>
|
361 |
| - |
362 |
| - </div></div> |
| 376 | + |
363 | 377 | </div></div>
|
364 | 378 |
|
365 | 379 | <hr>
|
@@ -1808,7 +1822,7 @@ <h6 class="text-muted mb-0 pb-0 pt-3 px-3">Code:</h6>
|
1808 | 1822 | <div class="row">
|
1809 | 1823 | <div class="col-3">© 2017 <a href="http://tdhopper.com">Tim Hopper</a></div>
|
1810 | 1824 | <div class="col-7">© 2017 <a href="https://github.com/tdhopper/pythonplot.com/blob/master/Examples.ipynb">
|
1811 |
| - Generated from an IPython Notebook on Github</a> (<a href="https://github.com/tdhopper/pythonplot.com/commit/fec7469">fec7469</a>) <a href="https://travis-ci.org/tdhopper/pythonplot.com" target="_blank"><img src="https://travis-ci.org/tdhopper/pythonplot.com.svg?branch=master"></a></div> |
| 1825 | + Generated from an IPython Notebook on Github</a> (<a href="https://github.com/tdhopper/pythonplot.com/commit/bee519c">bee519c</a>) <a href="https://travis-ci.org/tdhopper/pythonplot.com" target="_blank"><img src="https://travis-ci.org/tdhopper/pythonplot.com.svg?branch=master"></a></div> |
1812 | 1826 |
|
1813 | 1827 | <div class="col-2"><p class="float-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
|
1814 | 1828 | </div>
|
|
0 commit comments