You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The markdown README file in ipyvolume shows a screencast example of a quiver plot being updated by directly altering the attributes quiver.x, quiver.y, etc.
I can't do the same thing for quickquiver() or quickscatter() plots. Is this expected behaviour?
Version numbers
Python 3.6
ipyvolume - 0.5.1
ipywidgets - 7.4.2
ipywebrtc - 0.4.3
pythreejs - 2.0.2
ipython - 7.5.0
Chrome (latest, up to date) - Version 74.0.3729.169 (Official Build) (64-bit)
Works
importnumpyasnpimportipyvolumeasipvx, y, z=np.random.random((3, 100))
figure=ipv.figure()
myplot=ipv.scatter(x, y, z)
ipv.show()
The markdown README file in ipyvolume shows a screencast example of a quiver plot being updated by directly altering the attributes
quiver.x
,quiver.y
, etc.I can't do the same thing for
quickquiver()
orquickscatter()
plots. Is this expected behaviour?Version numbers
Python 3.6
ipyvolume - 0.5.1
ipywidgets - 7.4.2
ipywebrtc - 0.4.3
pythreejs - 2.0.2
ipython - 7.5.0
Chrome (latest, up to date) - Version 74.0.3729.169 (Official Build) (64-bit)
Works
Then when I run this...
... all the points update on the plot.
Doesn't work
Then when I run this...
... nothing happens to the plot.
I don't see any python errors.
Oddly there is a javascript error or warning for the first, working example, but NOT the second non-working example.
I do see a lot of javascript deprecation warnings, but I think they're irrelevant to this.
The text was updated successfully, but these errors were encountered: