question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add interactives plot in the plot viewer

See original GitHub issue

I would like to make interactive plots with matplotlib in vscode as I do in Jupyter Notebook using the magic code %matplotlib notebook at the top of the code, in order to use the data zoom cursor and the data tracker as I show in the next image:

https://i.imgur.com/b4mLgex.jpg

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:8
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
rchiodocommented, Oct 13, 2020

%matplotlib widget should work as an alternative. (https://github.com/matplotlib/ipympl)

%matplotlib notebook uses jupyter notebook specific UI so doesn’t load in our UI.

0reactions
grigosbackcommented, Oct 13, 2020

@rchiodo that worked! thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add interactives plot in the plot viewer · Issue #3156 - GitHub
I would like to make interactive plots with matplotlib in vscode as I do in Jupyter Notebook using the magic code %matplotlib notebook...
Read more >
5 Python Libraries for Creating Interactive Plots - Mode Analytics
Learn how to create interactive plots with Python with our 5 favorite Python visualization libraries. Make charts that you can embed online ...
Read more >
How to produce Interactive Matplotlib Plots in Jupyter ...
Built on top of Matplotlib and Widgets, this technique allows you to have interactive plots without third party libraries. The only requirement ...
Read more >
Chapter 2 Interactive graphs | Data Visualization with R
Be aware of R interactive graphing capabilities and options; Know some graphing packages that are based on htmlwidgets; Create a simple interactive plot...
Read more >
Is there any way to show interactives plots in the plot viewer ...
I'm using the Microsoft Python extension for Visual Studio Code which since June supports a plot viewer with the Python Interactive window.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found