Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can I implement a pen tool to draw lines or markers on the canvas? #483

Open
pikapi12321 opened this issue Dec 31, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@pikapi12321
Copy link

I can do that by writing a callback to mouse move and click events in matplotlib. Don't know if I can do similar things in finplot.

@pikapi12321 pikapi12321 added the bug Something isn't working label Dec 31, 2023
@highfestiva
Copy link
Owner

Straight lines can be drawn using Ctrl+drag, and then Ctrl+click to add additional poly lines. If you want curves, you'd have to implement them yourself in pyqtgraph (which finplot is based upon). GL!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants