twosigma / twosigma/beakerx

Incomplete plot

Open
#8,244 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.