Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 448 Bytes

File metadata and controls

6 lines (6 loc) · 448 Bytes

Modifications to the Groupers returned by get_shared_x_axes and get_shared_y_axes

... are deprecated. In the future, these methods will return immutable views on the grouper structures. Note that previously, calling e.g. join() would already fail to set up the correct structures for sharing axes; use .Axes.sharex or .Axes.sharey instead.