Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delaunay Tesselation
#2
Scipy, matplotlib, etc are packages that are used by the various tesselation libraries, and should be installed when running pip on the package.
You don't specify how you are looking for 'libaries' (packages in python) you should be looking here first: https://pypi.org/search/?q=+Python+2D+tesselation
anything found on PyPi can be installed simply, with pip for example, for the tessagon package()
pip3 install tessagon
would do the trick.
Reply


Messages In This Thread
Delaunay Tesselation - by paul18fr - Jul-03-2019, 09:11 AM
RE: Delaunay Tesselation - by Larz60+ - Jul-03-2019, 11:03 AM
RE: Delaunay Tesselation - by scidam - Jul-03-2019, 11:13 AM
RE: Delaunay Tesselation - by paul18fr - Jul-04-2019, 12:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020