Closed ahairshi closed 1 year ago
A comma is missing in below lines of code after color object.
color
Plot.plot( { color: {legend: true} #comma missing here grid: false, marks: [Plot.dot(data, {x: "x", y: "y", fill: "type", r: 5})] } )
op({ "color": {"legend": True} #missig comma here as well "grid": False, "marks": [Plot.dot(data, {"x": "x", "y": "y", "fill": "type", "r": 5})], })
https://juba.github.io/pyobsplot/usage.html
You're right ! This should be fixed, thanks for taking the time to report the issue.
A comma is missing in below lines of code after
color
object.https://juba.github.io/pyobsplot/usage.html