Skip to content

Commit

Permalink
Deploying to gh-pages from @ 217b7f9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 19, 2024
1 parent b4f46ac commit 457f4f0
Show file tree
Hide file tree
Showing 27 changed files with 205 additions and 205 deletions.
6 changes: 3 additions & 3 deletions reference/examples/PlotnineAnimation.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Spiral Animation \\###"
],
"id": "c7619557-80cb-46b6-88e5-7e6e328d5c12"
"id": "56d6d792-fe28-4c8b-ab48-ed55c6bce62c"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -49,7 +49,7 @@
"with the same limits for each aesthetic, including the `x` and `y`\n",
"aesthetics."
],
"id": "66dbf942-b6a3-4fb7-ba34-957442372bb7"
"id": "5efaa96f-ad31-44b9-b8c8-63f7bd7a535b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -3150,7 +3150,7 @@
"source": [
"The final image of the spiral"
],
"id": "59c6003d-f1b1-4691-98b8-ff5cfe021f4c"
"id": "b426342a-84ee-4b33-adc9-5305be1a3e22"
},
{
"cell_type": "code",
Expand Down
6 changes: 3 additions & 3 deletions reference/examples/aes.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# aes"
],
"id": "780f8500-516f-4be7-a741-93da0d8236b0"
"id": "97f9cf89-182a-42d2-aa6d-c8e1c3ff8dfc"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -36,7 +36,7 @@
"\n",
"Mapping variables to the visual properties of a plot."
],
"id": "24720d31-2d6c-4fb1-a1c8-dc4cdebd0451"
"id": "bcaf611e-c440-42d3-9978-cc564c423c60"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -134,7 +134,7 @@
"The first two positional arguments are `x` and `y` aesthetics. Any other\n",
"aesthetic must be mapped with a keyword argument."
],
"id": "16b733ca-3d64-4a57-a982-c8ce2c8b39cc"
"id": "70c22d54-cd1a-4b67-979e-939302e981ae"
},
{
"cell_type": "code",
Expand Down
10 changes: 5 additions & 5 deletions reference/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": "3c44733f-e215-4a3a-9b5b-2a924c47a155"
"id": "75c2e2d2-b5c8-4526-b00b-ac587836bfc9"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -39,7 +39,7 @@
"\n",
"Start off with a mapping to the `color`."
],
"id": "a82a1781-f36a-411c-b523-64820b03d56d"
"id": "36a3591d-1833-4571-9773-fc1e897ae4fd"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -77,7 +77,7 @@
"source": [
"We can match the `color` with the `fill`."
],
"id": "fcc7f39f-a2e8-458a-8f12-67f803259362"
"id": "949b20db-934d-4847-9a71-78a5ed69879f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -115,7 +115,7 @@
"modify the `color` by adding to it an alpha channel i.e. `'#AABBCC'` to\n",
"`'#AABBCC66'`."
],
"id": "f6d4ee5b-9f17-4f6b-b6d5-6edeae6c0eb1"
"id": "e2508ffd-93d3-4ff8-b4ec-ddb5f5d50476"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -156,7 +156,7 @@
"\n",
"With a fitting theme."
],
"id": "4130de00-066d-4cc6-bed4-014ab285e45a"
"id": "88a282df-2877-4fac-a8e5-97b962043d32"
},
{
"cell_type": "code",
Expand Down
12 changes: 6 additions & 6 deletions reference/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": "78c9fe60-1473-4545-b083-31c9a2ecef1b"
"id": "2157f577-5f50-442f-a9a6-1e7e1e85419c"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -36,7 +36,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": "ea5a6b5a-5ec4-45c6-821a-6395c18e5b4b"
"id": "5f5aff6c-0750-4d3d-a89f-893881adf8fa"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -77,7 +77,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": "294843f8-d4bd-4b15-9a8d-c05ab8bce39d"
"id": "074cfa54-b6f5-4050-a396-e9f324908b9b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -114,7 +114,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": "6ea1cb3f-2a8d-4d78-9a33-72a441bc0d70"
"id": "e2b0de06-8b1a-4123-a26d-c5fc777fb7f4"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -150,7 +150,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": "ae5dd296-53e0-4975-86b8-eb9903d47598"
"id": "6e9e0e24-52b2-4520-8655-5b50414124d8"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -184,7 +184,7 @@
"We use `after_stat` to map `fill` to the `x` aesthetic after it has been\n",
"computed."
],
"id": "7c0062c1-45b9-4f93-861c-67be1f485d24"
"id": "bd8f4517-27cb-4c8b-ba04-f34e1a648376"
},
{
"cell_type": "code",
Expand Down
22 changes: 11 additions & 11 deletions reference/examples/facet_grid.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Facet grid"
],
"id": "d06fda1a-86ee-4521-9a50-26aa9d7cd95e"
"id": "17daac8c-8fc1-4be1-bee9-6298369e16ab"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -37,7 +37,7 @@
"columns of the grid are set by the faceting variables. It is useful for\n",
"visualising two discrete variables."
],
"id": "f3594657-80ff-4a74-8502-e03c5d4b0b6f"
"id": "133ca545-ef26-48d1-a66a-00a3bc85fff4"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -73,7 +73,7 @@
"source": [
"Basic scatter plot:"
],
"id": "918a2bea-81b6-4908-96f6-fc6a143e4aaf"
"id": "748ffcbe-643f-407c-865a-4d31b5d4eb03"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -110,7 +110,7 @@
"source": [
"Facet a discrete variable into rows:"
],
"id": "df42b0b8-8f72-4269-a3ad-07ac195cccc5"
"id": "9b0ac088-bb4d-4ebb-8b7f-4bd042d3d55f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -148,7 +148,7 @@
"source": [
"Facet a discrete variable into columns:"
],
"id": "d11260d3-86ab-449b-ae9b-cd9d8b77485d"
"id": "f8d5632e-4bbd-4ff1-b740-b7d957270083"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -186,7 +186,7 @@
"source": [
"Facet two discrete variables into rows and columns:"
],
"id": "f2d83b9a-53d7-4634-92b6-ac3c8cc3580a"
"id": "eb4f8037-03dc-4b34-821d-92d01b29d5e8"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -225,7 +225,7 @@
"To change the plot order of the rows or columns in the facet grid,\n",
"reorder the levels of the faceting variable in the data."
],
"id": "b3788d2c-77c5-420a-84ac-982a2d5fbed3"
"id": "dd4e37f6-1302-4e3b-8321-b6276edd1d62"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -283,7 +283,7 @@
"You can choose if the scale of x- and y-axes are fixed or variable by\n",
"using the `scales` argument within the `facet_grid()` command:"
],
"id": "7a3ba1d3-7c60-4bcc-a2e2-a561f2654be6"
"id": "d2aa4e3b-ea43-4f51-8154-1ea47d63c8a4"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -323,7 +323,7 @@
"`labeller` argument within the `facet_grid()` command. Below we use\n",
"`labeller = 'label_both'` to include the column name in the facet label."
],
"id": "fe414c5f-7b9b-4b32-9d1b-6b964a3a8458"
"id": "464d9492-14c3-42b6-bf29-45f28c8b194e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -361,7 +361,7 @@
"source": [
"You can add two discrete variables to a facet:"
],
"id": "4e486209-df57-48a7-816f-de4cd5530deb"
"id": "363eca93-cafc-48a5-8147-38e916c29b34"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -462,7 +462,7 @@
"You can also change the colour of the strip by specifying `color` in\n",
"`element_text()` ."
],
"id": "ff05d6e2-06db-48dc-a477-ca3140ebf575"
"id": "7d3fc4ec-2b69-4851-b96a-be613a6ae757"
},
{
"cell_type": "code",
Expand Down
20 changes: 10 additions & 10 deletions reference/examples/facet_wrap.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Facet wrap"
],
"id": "1f675790-d3b5-48a0-9d94-07fc72076ccb"
"id": "2af271da-cc23-471d-ab25-90529f18801f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -37,7 +37,7 @@
"is differentiated by the faceting variable. These plots are wrapped into\n",
"a certain number of columns or rows as specified by the user."
],
"id": "7c6614a2-9f18-4387-9b02-8cf1784fec2d"
"id": "a32755d0-bd72-436c-ae5d-f79e9cd036f9"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -73,7 +73,7 @@
"source": [
"Basic scatter plot:"
],
"id": "1444a3e7-2d68-4415-8ce8-bde48f479263"
"id": "f792a5e6-ed4f-412d-a154-2a51da3b283b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -110,7 +110,7 @@
"source": [
"Facet a discrete variable using `facet_wrap()`:"
],
"id": "a3056e21-e81b-4e93-bb11-ebf754f5579e"
"id": "cef01d70-dd6d-4e99-b984-badf9388868b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -149,7 +149,7 @@
"Control the number of rows and columns with the options `nrow` and\n",
"`ncol`:"
],
"id": "d9d0d4d5-9f80-427a-abc7-eb963f07f12c"
"id": "47771d69-5ff7-4e24-8b73-d16aea4b8513"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -227,7 +227,7 @@
"To change the plot order of the facets, reorder the levels of the\n",
"faceting variable in the data."
],
"id": "fa4fba51-2259-4d66-b39f-3513013d3a84"
"id": "a54d354c-399c-4e10-9a82-92ca1f484096"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -288,7 +288,7 @@
"to bottom). However if you would prefer a vertical layout (facets are\n",
"arranged top-to-bottom, from left to right) use the `dir` option:"
],
"id": "f07dd83b-f347-4c34-b037-1512cce053e0"
"id": "b3122cef-5ecc-4e52-9483-a409dc1ba806"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -336,7 +336,7 @@
"\n",
"A fixed scale is the default and does not need to be specified."
],
"id": "ac28b700-fdae-408f-847f-c9d2020c27f9"
"id": "fe53b677-6b63-4087-afc5-68148bec60f8"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -380,7 +380,7 @@
"`labeller` argument within the `facet_wrap()` command. Below we use\n",
"`labeller = 'label_both'` to include the column name in the facet label."
],
"id": "e588315f-6899-4afe-a0d9-3fd43a622f4b"
"id": "543a90b3-ef1a-432a-a4bf-96ab1b01aec6"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -419,7 +419,7 @@
"source": [
"You can add two discrete variables to a facet:"
],
"id": "34f04bc3-b61d-4cc6-a2ed-69d3433bec1f"
"id": "c62be499-e2ef-4250-95d9-ae28c0285b3d"
},
{
"cell_type": "code",
Expand Down
Loading

0 comments on commit 457f4f0

Please sign in to comment.