-
Notifications
You must be signed in to change notification settings - Fork 85
Allow to define draw function in hpainer #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It shows how file can be opened and items are draw
|
First of all, thank you for implementing this functionality. |
|
In the example I show how original The only special case is TTree::Draw() - there original |
|
Right, understood — since we don’t need to handle special case like the TTree scan, it should work perfectly for our needs. Thanks for the clarification! |
|
@linev we have first draft version for browser: https://ndmspc.gitlab.io/ndmspc-browser and i see now that when we click on |
|
I need to provide more global way to redefine draw function. |
|
So I create new PR #378 It works differently and allow catch any "real" drawing. |
Add possibility to set draw function in hpainter
Provide demo for node.js