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

Skip to content

Improved qhull triangulations with large x,y offset #8873

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

Merged
merged 4 commits into from
Aug 25, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Improved api change comment
  • Loading branch information
ianthomas23 committed Aug 23, 2017
commit d9ea551823e477bde3f81e9d78c77387bfafdb1b
6 changes: 5 additions & 1 deletion doc/api/api_changes/2017-07-14-IT_qhull_large_offset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ Improved Delaunay triangulations with large offsets

Delaunay triangulations now deal with large x,y offsets in a better
way. This can cause minor changes to any triangulations calculated
using Matplotlib.
using Matplotlib, i.e. any use of `matplotlib.tri.Triangulation` that
requests that a Delaunay triangulation is calculated, which includes
`matplotlib.pyplot.tricontour`, `matplotlib.pyplot.tricontourf`,
`matplotlib.pyplot.tripcolor`, `matplotlib.pyplot.triplot`,
`mlab.griddata` and `mpl_toolkits.mplot3d.plot_trisurf`.