Chris Hamblin

Results 1 issues of Chris Hamblin

Varying `marker.line.width` works nicely in `go.Scatter`, you're able to specify a different outline width for each point: _works_ ```python import plotly.graph_objs as go x = [1,2,3] y = [1,2,3] fig...