# | Likes | Tech tags | Title | Creator | Created date |
---|---|---|---|---|---|
1 | 0 |
Matplotlib
|
2022-08-13 00:10
|
||
2 | 0 |
Plotly
|
2022-12-15 21:37
|
||
3 | 0 |
Bokeh
|
2022-12-15 21:12
|
Renders the following interactive line graph:
import plotly.express as px
fig = px.line(x=[1, 2, 3, 5], y=[2, 5, 4, 6])
fig.show()
functions | |
plotly.basedatatypes.BaseFigure.show |
plotly.com |
plotly.express.line |
plotly.com |
Render a line graph. Include a picture of the line graph in the specification.