Skip to content
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

hacking in text annotations? #58

Open
tachim opened this issue Aug 22, 2017 · 2 comments
Open

hacking in text annotations? #58

tachim opened this issue Aug 22, 2017 · 2 comments

Comments

@tachim
Copy link

tachim commented Aug 22, 2017

Hey, I'd like to hack in support for rendering text annotations at a subset of the points in a quiver plot. Do you have any suggestions for how to go about this? I haven't seen anything remotely promising given the lack of support for custom glyphs etc.

@maartenbreddels
Copy link
Collaborator

Hi Tudor,

sounds like a good idea, you can check how text is being done here:
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/figure.js
Look for everything related to THREEtext2d.
What did you have in mind, I see two options:

  • separate widget, say Label/Text
  • built in to the Scatter widget

Regards,

Maarten

@Cerebrock
Copy link

@tachim were you able to make it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@tachim @maartenbreddels @Cerebrock and others