tikzplotlib
tikzplotlib copied to clipboard
Changed object.ncol to object.ncols
trafficstars
Since matplotlib=3.6 matplotlib.legend attribute ncol was renamed to ncols. Renaming in the _legend.py file solves this error.
This is a duplicate of #558 and should be closed in favour of #558 (which also remains backwards-compatible with older matplotlib versions)