Skip to content

Commit 608a30f

Browse files
committed
Typo: remove duplicate 'given in pixels' (issue jakevdp#27)
1 parent 36e9bd6 commit 608a30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: notebooks/04.02-Simple-Scatter-Plots.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"cell_type": "markdown",
265265
"metadata": {},
266266
"source": [
267-
"Notice that the size of points is given in pixels, the color argument is automatically mapped to a color scale (shown here by the ``colorbar()`` command), and that the size argument is given in pixels.\n",
267+
"Notice that the color argument is automatically mapped to a color scale (shown here by the ``colorbar()`` command), and that the size argument is given in pixels.\n",
268268
"In this way, the color and size of points can be used to convey information in the visualization, in order to visualize multidimensional data.\n",
269269
"\n",
270270
"For example, we might use the Iris data from Scikit-Learn, where each sample is one of three types of flowers that has had the size of its petals and sepals carefully measured:"

0 commit comments

Comments
 (0)