raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Update demos to support latest changes in Raysect and Matplotlib #420

Closed vsnever closed 1 year ago

vsnever commented 1 year ago

A few demos throw errors due to incompatibility with latest versions of Raysect or Matplotlib:

I've already fixed these, and will make a PR now.

vsnever commented 1 year ago

Also, materials/tetrahedra_mesh_emission.py fails to run with the latest version of Py3DViewer, but a bug is on their side, https://github.com/cg3hci/py3DViewer/issues/11.

Update: Fixed.