cvxgrp / pymde

Minimum-distortion embedding with PyTorch
https://pymde.org
Apache License 2.0
536 stars 27 forks source link

Fix 3D plotting #70

Closed akshayka closed 1 year ago

akshayka commented 1 year ago

Creating Axes3D directly silently fails in newer versions of matplotlib. Use the current recommended method of adding a 3d projection to a figure instead.