Skip to content

v0.12.4

Compare
Choose a tag to compare
@flekschas flekschas released this 04 Apr 18:51
· 142 commits to main since this release
v0.12.4
b481548

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, then B, and finally A:

    scatter.legend(True)
    scatter.color(map=dict(C='red', B='blue', A='pink'))
  • Update third-party JS libraries