tulip-control / polytope

Geometric operations on polytopes of any dimension
https://pypi.org/project/polytope
Other
73 stars 19 forks source link

Customizable plotting + removed deprecated logger.warn calls #53

Closed samuelkolb closed 5 years ago

samuelkolb commented 5 years ago

I am using polytope to plot polytopes and the default settings were not ideal for me. I changed the Polytope.plot function to accept additional parameters. Moreover, logger.warn has been deprecated so I changed those calls to logger.warning

slivingston commented 5 years ago

for reference, a statement of the deprecation of Logger.warn is given in the Python standard library documentation.