Replies: 1 comment 3 replies
-
You're trying to scatter plot arrows ( |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am plotting 10000 vertical lines in 100 years data and waited for 2 hours still not finish. I used adding style with this:
fplt.plot(data[f'{k}'], ax=ax, color='#1ad845', style='>', legend=f'{namer}', width=3)
which is faster but I love to see the lines, is there any alternative way of plotting lines with fplt.plot so that it can be faster?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions