Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.05 Fix tessellation typo #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/04.05-Histograms-and-Binnings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@
"source": [
"### ``plt.hexbin``: Hexagonal binnings\n",
"\n",
"The two-dimensional histogram creates a tesselation of squares across the axes.\n",
"Another natural shape for such a tesselation is the regular hexagon.\n",
"The two-dimensional histogram creates a tessellation of squares across the axes.\n",
"Another natural shape for such a tessellation is the regular hexagon.\n",
"For this purpose, Matplotlib provides the ``plt.hexbin`` routine, which will represents a two-dimensional dataset binned within a grid of hexagons:"
]
},
Expand Down