pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[ENH] title cascade

Open lmeyerov opened this issue 5 years ago • 0 comments

Richer title bindings:

  • prioritized list (similar to /pivot's), hitting on first: bind(point_title=['name', 'label', ...])
  • hierarchical (for type dispatch): bind(point_title=[{'type': {'car': 'model', 'pet': 'name'}}])

lmeyerov avatar Sep 08 '20 22:09 lmeyerov