mnets / pymnet

The original library for analyzing multilayer networks.
https://mnets.github.io/pymnet/
GNU General Public License v3.0
118 stars 24 forks source link

Pymnet.draw() uses deprecated 'projection' keyword in matplotlib #13

Closed DaminK closed 1 year ago

DaminK commented 1 year ago

TypeError: FigureBase.gca() got an unexpected keyword argument 'projection'

As stated in https://github.com/matplotlib/matplotlib/issues/20770/ matplotlib's FigureBase.gca() deprecated the 'projection' argument, however Pymnet draw() is still using it in the current version.

DaminK commented 1 year ago

See https://github.com/bolozna/Multilayer-networks-library/pull/14