Is it possible to improve the performance of line()?
Open
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 376
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
I started with examples/timeseries.ipynb, modifying to have only one column:

In a bit of an ugly process, I then time `canvas.line()` and `canvas.points()` for increasing repeats of the dataframe:

line seems to be a lot slower than points:


(Sorry for the screenshots, but github doesn't seem to allow notebooks to be attached.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.