Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b82f257

Browse files
authored
Merge pull request plotly#1125 from gdw2/patch-2
fixing warning
2 parents f066373 + 2d90637 commit b82f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/python/statistical/box/box.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
"\n",
575575
"from numpy import * \n",
576576
"\n",
577-
"N = 30. # Number of boxes\n",
577+
"N = 30 # Number of boxes\n",
578578
"\n",
579579
"# generate an array of rainbow colors by fixing the saturation and lightness of the HSL representation of colour \n",
580580
"# and marching around the hue. \n",

0 commit comments

Comments
 (0)