v0.12.4
Changes
-
Respect the dictionary key-value order of categorical encoding maps in the legend. E.g., the following categorical color map legend will read
C
, thenB
, and finallyA
:scatter.legend(True) scatter.color(map=dict(C='red', B='blue', A='pink'))
-
Update third-party JS libraries