|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
7 | | - <meta name="description" content="Interactive comparison of Python plotting libraries for exploratory data analysis. Examples of using Pandas plotting, plotnine, Seaborn, and Matplotlib. Includes comparison with ggplot2 for R."> |
| 7 | + <meta name="description" content="Side-by-side comparison of Python plotting libraries for exploratory data analysis: pandas, Matplotlib, Seaborn, plotnine, Lets-Plot, plotly, hvPlot, and Altair, with R's ggplot2 for reference."> |
8 | 8 | <meta name="author" content="Timothy Hopper"> |
9 | 9 |
|
10 | 10 | <title>Python Plotting for Exploratory Analysis</title> |
11 | 11 |
|
| 12 | + <link rel="canonical" href="https://pythonplot.com/"> |
| 13 | + |
12 | 14 | <meta property="og:title" content="Python Plotting for Exploratory Analysis" /> |
13 | 15 | <meta property="og:type" content="article" /> |
14 | | - <meta property="og:url" content="https://pythonplot.com" /> |
15 | | - <meta property="og:image" content="http://pythonplot.com/img/cover.png" /> |
| 16 | + <meta property="og:site_name" content="pythonplot.com" /> |
| 17 | + <meta property="og:url" content="https://pythonplot.com/" /> |
| 18 | + <meta property="og:image" content="https://pythonplot.com/img/banner.png" /> |
| 19 | + <meta property="og:image:alt" content="The same plot drawn with several Python plotting libraries side by side." /> |
16 | 20 | <meta property="og:description" |
17 | | - content="Interactive comparison of Python plotting libraries for exploratory data analysis. Examples of using Pandas plotting, plotnine, Seaborn, and Matplotlib. Includes comparison with ggplot2 for R." /> |
18 | | - <meta name="twitter:card" content="summary" /> |
| 21 | + content="Side-by-side comparison of Python plotting libraries for exploratory data analysis: pandas, Matplotlib, Seaborn, plotnine, Lets-Plot, plotly, hvPlot, and Altair, with R's ggplot2 for reference." /> |
| 22 | + <meta name="twitter:card" content="summary_large_image" /> |
19 | 23 | <meta name="twitter:site" content="@tdhopper" /> |
20 | 24 | <meta name="twitter:creator" content="@tdhopper" /> |
| 25 | + <meta name="twitter:title" content="Python Plotting for Exploratory Analysis" /> |
| 26 | + <meta name="twitter:description" |
| 27 | + content="Side-by-side comparison of Python plotting libraries for exploratory data analysis: pandas, Matplotlib, Seaborn, plotnine, Lets-Plot, plotly, hvPlot, and Altair, with R's ggplot2 for reference." /> |
| 28 | + <meta name="twitter:image" content="https://pythonplot.com/img/banner.png" /> |
21 | 29 |
|
22 | 30 | <link rel="apple-touch-icon" sizes="57x57" href="/img/ico/apple-icon-57x57.png"> |
23 | 31 | <link rel="apple-touch-icon" sizes="60x60" href="/img/ico/apple-icon-60x60.png"> |
|
0 commit comments