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

support for interactive plot? #37

Open
YichaoOU opened this issue Jun 29, 2020 · 2 comments
Open

support for interactive plot? #37

YichaoOU opened this issue Jun 29, 2020 · 2 comments

Comments

@YichaoOU
Copy link

Hello!

Great tool! I want to integrate it into a dash application. Is it easy to convert the static plot into an interactive plot, like using plotly?

Thanks,
Yichao

@veghp
Copy link
Member

veghp commented Jun 30, 2020

Thank you,
I have not used plotly or dash before, but DNA Features Viewer uses matplotlib and perhaps these links will help: SO Question, plotly/dash#250

@Zulko
Copy link
Member

Zulko commented Jun 30, 2020

There is also Bokeh support in the DNA Features Viewer, which provides some interactive plots, although the features are limited. It basically uses the matplotlib plot to understand the vertical levels on which the different annotations are laid out, then converts them into interactive bokeh annotations. This could also be a good model for making a plotly plot.

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

3 participants