You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, looks like this is a normalisation issue. If you change mpl_toolkits.clifford.plot(ax1, [circle2.dual()], color='tab:blue') mpl_toolkits.clifford.plot(ax1, [plane], color='tab:red')
to mpl_toolkits.clifford.plot(ax1, [circle2.dual().normal()], color='tab:blue') mpl_toolkits.clifford.plot(ax1, [plane.normal()], color='tab:red')
you will get the correct visualisation.
@eric-wieser does the mpl_toolkit do normalisation before extraction of objects parameters etc?
If not we should probably add it
The text was updated successfully, but these errors were encountered: