Skip to content

Commit

Permalink
Deploying to gh-pages from @ 496a3ab 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Dec 19, 2023
1 parent f6c4012 commit c9e0c83
Show file tree
Hide file tree
Showing 28 changed files with 207 additions and 207 deletions.
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": "894e1f24-2f74-49ae-946e-4b9e2009fe17"
"id": "4fd1d1e1-6945-4123-a91d-4769bc35a061"
},
{
"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": "b78f6660-941f-4103-9010-052232cde400"
"id": "93c3bc26-2be6-4974-a21b-9207697ed1a7"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -2999,7 +2999,7 @@
"source": [
"The final image of the spiral"
],
"id": "78455973-355b-441a-9084-772b81c471a1"
"id": "eb15b07b-4dfb-42a2-b644-b600a8c8e2d8"
},
{
"cell_type": "code",
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": "d3005301-acd0-408b-8188-0c6161a782ed"
"id": "c6c27555-e881-4fd7-ba0b-5e7204b98e4f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -40,7 +40,7 @@
"\n",
"Mapping variables to the visual properties of a plot."
],
"id": "c099cf24-83ce-4573-901b-eb56c1ca53cb"
"id": "37f3c5f3-a617-4e35-8000-01d16ebe1373"
},
{
"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": "d67c452c-8767-4f82-9697-df3b0de69da4"
"id": "e005e4fa-9cab-4007-a71c-f8957d03fd46"
},
{
"cell_type": "code",
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": "a818e482-be36-4829-8850-44dca3783713"
"id": "4e5a74d3-d42c-4d1b-8f53-a2efca37b8e6"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -46,7 +46,7 @@
"\n",
"Start off with a mapping to the `color`."
],
"id": "001c48b8-1f69-4ff2-bb2b-8bf64cc8ddb8"
"id": "b326d47b-b42c-4860-be39-b80c29dd7cb9"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -85,7 +85,7 @@
"source": [
"We can match the `color` with the `fill`."
],
"id": "d1538634-2631-491e-852d-12a21d462fa5"
"id": "afb2b7e2-7003-44a3-91b2-0d9709505a51"
},
{
"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": "d68110fc-a0e0-4808-ba76-8c9c22ad4a54"
"id": "c74d98c7-0126-4b10-8361-ff6bb385ac63"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -162,7 +162,7 @@
"\n",
"With a fitting theme."
],
"id": "5511c2bb-3421-40f0-9b05-dccbd71f3d2b"
"id": "5b4409ba-9dbd-4874-bc9f-18e1d8da6d81"
},
{
"cell_type": "code",
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": "ade44644-13fa-40de-a4bd-79d7d5e3a00c"
"id": "37e24d7d-72f4-4270-8ec2-8e9b98b78535"
},
{
"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": "ebc40ddf-0764-448f-8005-e4ca731f2d89"
"id": "0123de77-591f-4033-8d53-4916ebd39065"
},
{
"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": "c8c7f084-d616-4e45-a2b8-81e358e79d75"
"id": "8ab5029d-1595-4ccd-8568-a53e625017f4"
},
{
"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": "5432f033-ca7c-4be2-b9bb-aff2528201e4"
"id": "f0c8c993-375a-445a-aac9-fff1adfc2257"
},
{
"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": "cb42f20d-aa08-47f5-a77a-368c74b0e7ea"
"id": "a8537c1b-8f3b-4357-9483-302d832cf349"
},
{
"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": "fea6e7e2-61ba-4904-b595-eba9b60bced2"
"id": "1a4e7df0-c01c-4e81-b71c-79192731e68a"
},
{
"cell_type": "code",
Expand Down
22 changes: 11 additions & 11 deletions 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": "fef363f6-0eae-4034-87fc-cecaa36af94c"
"id": "bad70b54-611c-4665-b10b-8c51e5e96fae"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -46,7 +46,7 @@
"columns of the grid are set by the faceting variables. It is useful for\n",
"visualising two discrete variables."
],
"id": "543c7368-2289-48b2-b1d1-79a66f610b72"
"id": "b5f94d81-0016-4f90-a775-e3ce1fcf6358"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -82,7 +82,7 @@
"source": [
"Basic scatter plot:"
],
"id": "fb36ed8c-8f47-410e-b54d-71e0e15bfacc"
"id": "9a11e070-b7ba-4e01-8bb7-42126b1082c0"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -119,7 +119,7 @@
"source": [
"Facet a discrete variable into rows:"
],
"id": "a17b3768-ff13-461c-8efd-90ada97e84a9"
"id": "a59426de-15c6-4912-a736-28ecff642905"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -157,7 +157,7 @@
"source": [
"Facet a discrete variable into columns:"
],
"id": "e74e4f87-856b-46d2-b939-9704c4b040b0"
"id": "e589f66c-de87-4da9-9ee9-ffade431b876"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -195,7 +195,7 @@
"source": [
"Facet two discrete variables into rows and columns:"
],
"id": "ca1aa431-eb9e-4b7c-b258-9736f2404c3d"
"id": "064f30ab-2ea8-4850-8d1c-95f35cce83ff"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -234,7 +234,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": "1a7af705-bb84-4e8d-86aa-2604ac7de53d"
"id": "b4a5a616-d28a-4a03-8ac0-8ad8494f237a"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -292,7 +292,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": "9e0a4171-63b7-4dd1-b346-85d89a699e85"
"id": "f1025e3d-0d2c-476c-b9a9-92d8f03b9558"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -332,7 +332,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": "dab60912-48ce-4f80-9495-6644b72a8b00"
"id": "fbb4034f-b150-40da-a453-1f91804ffe56"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -370,7 +370,7 @@
"source": [
"You can add two discrete variables to a facet:"
],
"id": "8350594a-2315-430a-95fc-d43d601300b5"
"id": "7089eda9-a584-48a0-b62f-f80ae847713c"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -469,7 +469,7 @@
"You can also change the colour of the strip by specifying `color` in\n",
"`element_text()` ."
],
"id": "bf01019b-44e3-428d-aea7-dd69d7856021"
"id": "79125a7e-ecdf-4a0c-896c-5382ae83da33"
},
{
"cell_type": "code",
Expand Down
20 changes: 10 additions & 10 deletions 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": "1f640c8f-e981-4d44-a6af-d503cc354b3e"
"id": "b8cff2f3-334d-472d-91e3-745b94aa038e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -46,7 +46,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": "18bb316b-89c1-4e54-80d8-fe85a3cca2f7"
"id": "854faa91-363b-4bbd-8296-daa8d2632173"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -82,7 +82,7 @@
"source": [
"Basic scatter plot:"
],
"id": "f48e4049-f2f2-4520-ae8e-c59e76ba9f31"
"id": "ec7c0160-478c-4143-b8af-08138c0d874e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -119,7 +119,7 @@
"source": [
"Facet a discrete variable using `facet_wrap()`:"
],
"id": "cfa577e0-f46e-4851-8c2b-f250ed69a90b"
"id": "c7f68468-128e-433a-afdf-facebdc996ac"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -158,7 +158,7 @@
"Control the number of rows and columns with the options `nrow` and\n",
"`ncol`:"
],
"id": "e31702f3-b729-45b0-8154-47c9e0269379"
"id": "dd88c5f0-efc2-40b7-86a8-a87ebc84d24d"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -234,7 +234,7 @@
"To change the plot order of the facets, reorder the levels of the\n",
"faceting variable in the data."
],
"id": "0805e915-dc33-408e-b4f5-2e2e4484ac44"
"id": "e795925f-1591-4a37-8a5a-4eb9917a68ec"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -293,7 +293,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": "aa823ab2-b891-405f-91b8-66c68519fa09"
"id": "8b7db3f3-0bb5-4759-855b-bf186c24fdeb"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -340,7 +340,7 @@
"\n",
"A fixed scale is the default and does not need to be specified."
],
"id": "95b56392-0875-4fc5-befc-b9d25dd7bede"
"id": "bef71a05-6242-4e82-a882-73d509770dcd"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -384,7 +384,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": "950dac5a-439b-4b70-b473-ff4ae70cad7e"
"id": "7a47653e-ee43-4ffd-aab3-439449b0181a"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -423,7 +423,7 @@
"source": [
"You can add two discrete variables to a facet:"
],
"id": "04ff6466-5399-45c8-9703-a82e5be19e5c"
"id": "6482df0c-35cf-4950-8cda-dad4a6be4de3"
},
{
"cell_type": "code",
Expand Down
Loading

0 comments on commit c9e0c83

Please sign in to comment.