Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7159748 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 9, 2024
1 parent 345860b commit 166553c
Show file tree
Hide file tree
Showing 420 changed files with 3,742 additions and 1,793 deletions.
13 changes: 9 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.528">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>plotnine 0.0.post1+gab01b45 - About Plotnine</title>
<title>plotnine 0.0.post1+g7159748 - About Plotnine</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -79,7 +79,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">plotnine 0.0.post1+gab01b45</span>
<span class="navbar-title">plotnine 0.0.post1+g7159748</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -362,7 +362,12 @@ <h2 class="anchored" data-anchor-id="built-with">Built with</h2>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
13 changes: 9 additions & 4 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.528">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>plotnine 0.0.post1+gab01b45 - Changelog</title>
<title>plotnine 0.0.post1+g7159748 - Changelog</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -113,7 +113,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">plotnine 0.0.post1+gab01b45</span>
<span class="navbar-title">plotnine 0.0.post1+g7159748</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -1109,7 +1109,12 @@ <h2 class="anchored" data-anchor-id="v0.1.0">v0.1.0</h2>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
13 changes: 9 additions & 4 deletions examples/PlotnineAnimation-preview.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.528">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>plotnine 0.0.post1+gab01b45 - Spiral Animation ###</title>
<title>plotnine 0.0.post1+g7159748 - Spiral Animation ###</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -208,7 +208,7 @@ <h6><i class="bi bi-journal-code"></i> for animation in the notebook</h6>
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">plotnine 0.0.post1+gab01b45</span>
<span class="navbar-title">plotnine 0.0.post1+g7159748</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -3479,7 +3479,12 @@ <h3 class="anchored" data-anchor-id="spiral-animation">Spiral Animation</h3>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
6 changes: 3 additions & 3 deletions examples/PlotnineAnimation.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Spiral Animation \\###"
],
"id": "42a71354-85e9-42ee-9168-062fdb15be7e"
"id": "02e10c36-f915-4c39-8475-cd207187d21b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -55,7 +55,7 @@
"with the same limits for each aesthetic, including the `x` and `y`\n",
"aesthetics."
],
"id": "1fafde05-5239-45bc-a0ed-e2a42ef27d27"
"id": "cd099e63-2daf-4766-b119-039d86a10adf"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -3059,7 +3059,7 @@
"source": [
"The final image of the spiral"
],
"id": "fd706781-4bb7-49ae-9f4a-ee2ff1e28d67"
"id": "6ef8316d-21dd-4cd9-9a3d-703c04bc1d44"
},
{
"cell_type": "code",
Expand Down
13 changes: 9 additions & 4 deletions examples/aes-preview.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.528">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>plotnine 0.0.post1+gab01b45 - aes</title>
<title>plotnine 0.0.post1+g7159748 - aes</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -206,7 +206,7 @@ <h6><i class="bi bi-journal-code"></i> aes</h6>
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">plotnine 0.0.post1+gab01b45</span>
<span class="navbar-title">plotnine 0.0.post1+g7159748</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -532,7 +532,12 @@ <h3 class="anchored" data-anchor-id="aes">aes</h3>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
6 changes: 3 additions & 3 deletions examples/aes.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# aes"
],
"id": "38cfc390-9696-42bb-87a0-1a0b2a24fcee"
"id": "572290c8-17ae-40a1-aedd-e1bf0f4fa2b4"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -40,7 +40,7 @@
"\n",
"Mapping variables to the visual properties of a plot."
],
"id": "4cbb7bd9-528c-44f4-83d4-33af80e9ae62"
"id": "3594def9-3530-43ce-8531-bf6e3904bcab"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -135,7 +135,7 @@
"The first two positional arguments are `x` and `y` aesthetics. Any other\n",
"aesthetic must be mapped with a keyword argument."
],
"id": "80435d90-74ec-4943-b145-1b1a4f633421"
"id": "99dd0a07-ef82-4806-a160-7fd91cdecd9b"
},
{
"cell_type": "code",
Expand Down
13 changes: 9 additions & 4 deletions examples/after_scale-preview.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.528">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>plotnine 0.0.post1+gab01b45 - after_scale</title>
<title>plotnine 0.0.post1+g7159748 - after_scale</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -206,7 +206,7 @@ <h6><i class="bi bi-journal-code"></i> after_scale</h6>
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">plotnine 0.0.post1+gab01b45</span>
<span class="navbar-title">plotnine 0.0.post1+g7159748</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -547,7 +547,12 @@ <h3 class="anchored" data-anchor-id="after_scale">after_scale</h3>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
10 changes: 5 additions & 5 deletions examples/after_scale.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# after_scale"
],
"id": "1a45aa7e-9459-4c5b-b3fc-456e2ae0ba54"
"id": "e3e8bb60-bc3a-4db5-a5b1-c7511fa3af27"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -46,7 +46,7 @@
"\n",
"Start off with a mapping to the `color`."
],
"id": "d3012821-4722-4266-90bc-82746629ca4a"
"id": "5a897b24-2503-4b84-82ad-cc6f05c6bf5b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -85,7 +85,7 @@
"source": [
"We can match the `color` with the `fill`."
],
"id": "577fb945-e330-4e99-b481-41ffa3d1c122"
"id": "aac67b60-9f23-4a19-b63c-7d5c2f268429"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -122,7 +122,7 @@
"modify the `color` by adding to it an alpha channel i.e. `'#AABBCC'` to\n",
"`'#AABBCC66'`."
],
"id": "a5a8a8b3-4abb-4e5a-a4ed-63ce2bb1828f"
"id": "05d3c256-b2a4-4cec-acc3-10ca9f79ca5f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -162,7 +162,7 @@
"\n",
"With a fitting theme."
],
"id": "9c085c12-d5be-406c-b24c-91d1f3e0f661"
"id": "15965396-a9f9-4f88-b2b7-c358f042ccc8"
},
{
"cell_type": "code",
Expand Down
13 changes: 9 additions & 4 deletions examples/after_stat-preview.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.528">
<meta name="generator" content="quarto-1.4.549">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>plotnine 0.0.post1+gab01b45 - after_stat</title>
<title>plotnine 0.0.post1+g7159748 - after_stat</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -206,7 +206,7 @@ <h6><i class="bi bi-journal-code"></i> after_stat</h6>
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="../index.html">
<span class="navbar-title">plotnine 0.0.post1+gab01b45</span>
<span class="navbar-title">plotnine 0.0.post1+g7159748</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
Expand Down Expand Up @@ -559,7 +559,12 @@ <h3 class="anchored" data-anchor-id="after_stat">after_stat</h3>
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
Expand Down
12 changes: 6 additions & 6 deletions examples/after_stat.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# after_stat"
],
"id": "8af24e54-5cf5-4659-8f0d-0b184e43a4de"
"id": "bf04412b-c23a-4659-afed-d9c296654886"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -43,7 +43,7 @@
"`geom_bar` uses `stat_count` which by default maps the `y` aesthetic to\n",
"the `count` which is the number of observations at a position."
],
"id": "7e178044-80f0-4a70-bd8d-2bb59672d5f4"
"id": "a0cb3bc3-c52e-4748-ada0-83050700f57e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -83,7 +83,7 @@
"Using the `after_stat` function, we can instead map to the `prop` which\n",
"is the ratio of points in the panel at a position."
],
"id": "e2839a7f-3343-4260-b1a6-964bab154ec7"
"id": "49480832-634e-4a11-85fd-8adf4d96edbd"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -119,7 +119,7 @@
"With `after_stat` you can used the variables calculated by the stat in\n",
"expressions. For example we use the `count` to calculated the `prop`."
],
"id": "f370292e-01ef-45a6-89a3-bfe1403b6a6e"
"id": "5ce90697-6d9a-46e5-ac8d-854cb654a347"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -162,7 +162,7 @@
"For example, below `fill='var1'` has no effect, but the `var1` variable\n",
"has not been lost it has been turned into `x` aesthetic."
],
"id": "d34e8bb7-2744-4934-80e1-25c2bd37706b"
"id": "9cc2e9b6-bc55-4644-8724-5b3327e63fd9"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -198,7 +198,7 @@
"We use `after_stat` to map `fill` to the `x` aesthetic after it has been\n",
"computed."
],
"id": "d9ed2d68-1afb-44a0-9c10-981c941bebef"
"id": "e2ccfc93-aa96-4035-925b-40693b8de19c"
},
{
"cell_type": "code",
Expand Down
Loading

0 comments on commit 166553c

Please sign in to comment.