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.

Select Mode in Plot not working

See original GitHub issue

How is the Select Mode (ctrl pressed) supposed to work. I can’t select anything in a plot. Should I be able to? I am pressing the ctrl key and click with my mousepointer on a glyph, but nothing happens.

BTW:

s = ipv.scatter(..., selection=[range(100)])

does not work for me

s.selected = [range(100)]

but this does

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
TimoFriedricommented, Mar 20, 2018

Awesome.

I had some troubles with conda install, pip install -e, but now the lasso tool works after calling pv.selector_default() I will try it out tomorrow and give some feedback. Thanks

(For anyone to come by: check conda.pth and easy-install.pth in case of troubles with pip install -e and conda)

0reactions
maartenbreddelscommented, Mar 20, 2018

Indeed! Ok, make sure you have a modern nodejs installed:

conda install -c conda-forge nodejs

Then do (in the repo root):

pip install .
Read more comments on GitHub >

github_iconTop Results From Across the Web

ggplot plots in scripts do not display in Rstudio - Stack Overflow
If I select the whole script with Ctrl+A , then Run the current line or selection ( Ctrl+Enter ), then the plot does...
Read more >
Plot style is not reflected accurately when plotting from AutoCAD
When plotting or viewing the plot preview in AutoCAD, the selected plot style is not reflected in the output.
Read more >
FAQ-984 Why can't I select graph objects by mouse clicking?
If you cannot select graph objects (including axes, plots, labels, drawing objects, layer frame, .etc) by mouse clicking, you may disable ...
Read more >
loglog plot command not working,gives linear plot - MathWorks
If one of the plot calls was supposed to be a loglog call, this is the expected behavior. The first thing you do...
Read more >
Customizing Graphs and Charts - NI - National Instruments
Right-click the graph or chart and select Visible Items from the shortcut menu to display or hide the following options: Note These options...
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