Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d59e150

Browse files
authored
Merge pull request plotly#1943 from plotly/connectgaps
connectgaps
2 parents 38559dd + 769b7b9 commit d59e150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/python/line-charts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ fig.show()
161161
```
162162

163163
#### Connect Data Gaps
164+
[connectgaps](https://plot.ly/python/reference/#scatter-connectgaps) determines if missing values in the provided data are shown as a gap in the graph or not. In [this tutorial](https://plot.ly/python/filled-area-on-mapbox/#multiple-filled-areas-with-a-scattermapbox-trace), we showed how to take benefit of this feature and illustrate multiple areas in mapbox.
164165

165166
```python
166167
import plotly.graph_objects as go

0 commit comments

Comments
 (0)