Note
Go to the end to download the full example code.
Cell shapeΒΆ
The shape of a cell can be changed by the shape argument.
import plotly
import ptvis
elements = list(ptvis.Element)
fig = plotly.graph_objects.Figure()
ptvis.attach_plain_cells(fig, elements, shape="circle")
plotly.io.show(fig)