nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.43k stars 133 forks source link

networkframe: sketchy nodes seem to render only in radial (v2.beta-22) #516

Closed demartsc closed 4 years ago

demartsc commented 4 years ago

I am running into a situation where if I apply sketchy nodeRenderMode (and import roughjs as renderingEngine) it appears to always render nodes in the radial, tree layout. Here are some pics for tree and network with sketchy and non-sketchy applied to nodes.

Network: image image

Tree: image image

demartsc commented 4 years ago

Also, I am not sure painty is working, I can get normal and sketchy nodes to render, but not painty (they just render as "normal").

emeeks commented 4 years ago

Sorry, painty was retired in v2. You are welcome to take a look at old semiotic-mark versions and pull out the function and create a sketchyRenderEngine that draws in that way.

The sketchy redrawing should be fixed in .23.