Incomplete plot
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
x_data = kbos.index.to_series()
len(x_data)
914197
type(x_data)
pandas.core.series.Series
y_data = kbos['base_px']
len(y_data)
914197
type(y_data)
pandas.core.series.Series
time_plot_2 = TimePlot()
time_plot_2.add(Line(x=x_data, y=y_data))
When I plot this, I see the graph plotted but incomplete or for a very short duration.
Can you please tell me if I am doing something wrong?
Feel free to let me know if you need more information.
Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.