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
We have identical plot recipes for HPolygon, VPolgyon, and Zonotope which could all be unified by using AbstractPolytope instead. This would also speed up the plotting for other polytopic set types. And furthermore, this would allow us to plot 2D VPolytopes without using the Polyhedra library.
The text was updated successfully, but these errors were encountered:
We have identical plot recipes for
HPolygon
,VPolgyon
, andZonotope
which could all be unified by usingAbstractPolytope
instead. This would also speed up the plotting for other polytopic set types. And furthermore, this would allow us to plot 2DVPolytope
s without using thePolyhedra
library.The text was updated successfully, but these errors were encountered: