pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[BUG] vanilla encode icon only working through a workaround

Open lmeyerov opened this issue 5 years ago • 0 comments

From a Slack error report:

.bind( point_icon='icon') - Seems like it isn't working

=>

df.rename(columns={'icon':'node_icon'}) and it worked

TODO:

  • [ ] Check api 1, 2, 3
  • [ ] Check whether REST level or PyGraphistry

lmeyerov avatar Nov 16 '20 20:11 lmeyerov