-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (68 loc) · 3.16 KB
/
index.html
File metadata and controls
74 lines (68 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="library-agnostic, ai-powered python plotting." />
<meta name="keywords" content="python, plotting, matplotlib, seaborn, plotly, bokeh, altair, plotnine, pygal, highcharts, letsplot, data visualization, charts, graphs, ai-generated, code examples" />
<title>pyplots.ai</title>
<!-- Canonical -->
<link rel="canonical" href="https://pyplots.ai/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pyplots.ai/" />
<meta property="og:title" content="pyplots.ai" />
<meta property="og:description" content="library-agnostic, ai-powered python plotting." />
<meta property="og:image" content="https://pyplots.ai/og-image.png" />
<meta property="og:site_name" content="pyplots.ai" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="pyplots.ai" />
<meta name="twitter:description" content="library-agnostic, ai-powered python plotting." />
<meta name="twitter:image" content="https://pyplots.ai/og-image.png" />
<!-- Preconnect to GCS for font loading -->
<link rel="preconnect" href="https://storage.googleapis.com" crossorigin>
<!-- Preload MonoLisa Basic Latin (most used, variable font = all weights) -->
<link rel="preload" href="https://storage.googleapis.com/pyplots-static/fonts/0-MonoLisa-normal.woff2" as="font" type="font/woff2" crossorigin>
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "pyplots.ai",
"url": "https://pyplots.ai",
"description": "library-agnostic, ai-powered python plotting.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Markus Neusinger",
"url": "https://www.linkedin.com/in/markus-neusinger/"
},
"keywords": ["python", "plotting", "matplotlib", "seaborn", "plotly", "bokeh", "altair", "plotnine", "pygal", "highcharts", "letsplot", "data visualization", "code examples"],
"isAccessibleForFree": true
}
</script>
<!-- Privacy-friendly analytics by Plausible (production only) -->
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
if (location.hostname === 'pyplots.ai') {
var s = document.createElement('script');
s.async = true;
s.src = '/js/script.js';
document.head.appendChild(s);
plausible.init({ autoCapturePageviews: false, endpoint: '/api/event' });
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>