Skip to content

Commit 5ef1c2d

Browse files
committed
Fix typos
1 parent 9818fe0 commit 5ef1c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tutorial/axis_grids.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:61f5b9ffdeffa30ebcff91089681524d0309c9f39584c07df8eef467b60651ed"
4+
"signature": "sha256:6f336429c3f5f736e2d14de899c8b70252b398690771485d0010a78edfa425eb"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -291,7 +291,7 @@
291291
"Plotting pairwise relationships with :class:`PairGrid` and :func:`pairplot`\n",
292292
"---------------------------------------------------------------------------\n",
293293
"\n",
294-
":class:`PairGrid`, also allows you to quickly draw a grid of small subplots with the same plot type used to visualize data in each. In the :class:`PairGrid`, each row and column is assigned to a different variable, so the resulting plot shows each pairwise relationship in the dataset. This style of plot is sometimes called a \"scatterplot matrix\", as this is the most common way to show each relationship, but :class:`PairGrid` is not limited to scatterplots.\n",
294+
":class:`PairGrid` also allows you to quickly draw a grid of small subplots using the same plot type to visualize data in each. In a :class:`PairGrid`, each row and column is assigned to a different variable, so the resulting plot shows each pairwise relationship in the dataset. This style of plot is sometimes called a \"scatterplot matrix\", as this is the most common way to show each relationship, but :class:`PairGrid` is not limited to scatterplots.\n",
295295
"\n",
296296
"It's important to understand the differences between a :class:`FacetGrid` and a :class:`PairGrid`. In the former, each facet shows the same relationship conditioned on different levels of other variables. In the latter, each plot shows a different relationship (although the upper and lower triangles will have mirrored plots). Using :class:`PairGrid` can give you a very quick, very high-level summary of interesting relationships in your dataset.\n",
297297
"\n",
@@ -396,7 +396,7 @@
396396
"cell_type": "raw",
397397
"metadata": {},
398398
"source": [
399-
"The square grid with identity relationships on the diagonal is actually juse a special case, and you can plot with different variables in the rows and columns."
399+
"The square grid with identity relationships on the diagonal is actually just a special case, and you can plot with different variables in the rows and columns."
400400
]
401401
},
402402
{

0 commit comments

Comments
 (0)