qcr / quadricslam

Demonstrations of performing SLAM using Quadrics
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

Function parameter issue in plot_wireframe() function in visualization.py #12

Closed AllenIsaacJose closed 1 year ago

AllenIsaacJose commented 1 year ago

visualization.py line 133, in visualise_ellipsoid plt.gca().plot_wireframe()

error: got multiple values for keyword argument 'edgecolors'

AllenIsaacJose commented 1 year ago

Fixed by replacing 'edgecolors' with 'color' for matplotlib Ver 3.1.2