in _legend.py ``` if obj._ncol != 1: data["current axes"].axis_options.append(f"legend columns={obj._ncol}") ``` leads to AttributeError: 'Legend' object has no attribute '_ncol' Fix: replace with _ncols