You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/time-series.md
+14-13
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,16 @@ jupyter:
34
34
permalink: python/time-series/
35
35
thumbnail: thumbnail/time-series.jpg
36
36
title: Time Series Plots | plotly
37
+
v4upgrade: true
37
38
---
38
39
39
40
### Time Series Plot with `datetime` Objects ###
40
41
41
-
Time series can be represented using either `plotly_express` functions (`px.line`, `px.scatter`) or `plotly.graph_objs` charts objects (`go.Scatter`). For more examples of such charts, see the documentation of [line and scatter plots](https://plot.ly/python/line-and-scatter/).
42
+
Time series can be represented using either `plotly.express` functions (`px.line`, `px.scatter`) or `plotly.graph_objs` charts objects (`go.Scatter`). For more examples of such charts, see the documentation of [line and scatter plots](https://plot.ly/python/line-and-scatter/).
0 commit comments