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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add interactive plots with Plotly #537

Open
akihironitta opened this issue Jan 23, 2021 · 1 comment
Open

docs: Add interactive plots with Plotly #537

akihironitta opened this issue Jan 23, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation let's do it! Looking forward to have it implemented
Milestone

Comments

@akihironitta
Copy link
Contributor

akihironitta commented Jan 23, 2021

馃摎 Documentation

It would be nice to have interactive plots instead of the current screenshots of losses and metrics on tensorboard in our docs.

We can employ sphinx-plotly-directive like Optuna, a hyperparameter optimization framework, does in their docs.

Example

Source

.. plotly::

   >>> import plotly.express as px
   >>> px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16])

Output
tmp

Alternative

Suggested by @Borda http://nipy.org/nipy/devel/guidelines/sphinx_helpers.html#inserting-matplotlib-plots

@akihironitta akihironitta added the documentation Improvements or additions to documentation label Jan 23, 2021
@Borda Borda added the let's do it! Looking forward to have it implemented label Jan 23, 2021
@Borda Borda added this to the v0.4 milestone Jan 23, 2021
@Borda
Copy link
Member

Borda commented Jan 23, 2021

see an alternative with basic matplotlib: http://nipy.org/nipy/devel/guidelines/sphinx_helpers.html#inserting-matplotlib-plots

@Borda Borda modified the milestones: v0.4, v0.5 Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation let's do it! Looking forward to have it implemented
Projects
None yet
Development

No branches or pull requests

2 participants