-
Issue Type: Bug
in jupyter notebook, produce any plot, then select and try to copy to clipoard either by pressing ctrl-c or edit-copy.
It doesn't do anything and the clipboard remains empty. The on…
-
Issue Type: Bug
My terminal.integrated.defaultProfile.linux setting is **zsh**.
However, when VSCode first starts, when it re-starts, or after opening a project, the Terminal window opens with…
-
#### Expected behaviour
Handle WebGL context loss, such that previous plots are still visible
#### Actual behaviour
An exeption is thrown, because data from the lost context is accessed resulting…
-
https://mp.weixin.qq.com/s/ESJJ5Qrg94Iq-iusfmuBzg
ixxmu updated
2 years ago
-
Currently Colab only supports the widgets included in the ipywidgets package and does not allow installing additional widgets.
Additional background is available at https://github.com/nteract/nes/t…
blois updated
2 years ago
-
Issue Type: Bug
using Plots
pyplot()
using Random
Random.seed!(1234)
#ys = Vector[rand(10), rand(20)]
#plot(ys, color=[:black :orange], line=(:dot, 4), marker=([:hex :d], 12, 0.8, Plots.stroke(3,…
-
It's radical but has many benefits. I've found a project which converts S-57 and KAP charts into some kind of JSON.
It's the code which can run in web server side and stream it to client. Vector char…
-
I want to plot a (non-rational) B-spline surface. Following the advice on the forum, I used [NURBSsurface](https://github.com/vectorgraphics/asymptote/blob/master/examples/NURBSsurface.asy) as a start…
-
plotly svg component performance appears to drop off a cliff around ~10k data points (observed in alpha CCAM database). this poses issues for both extensibility and futureproofing. switching to webgl …
-
Hello,
I’ve installed gempy using pip on Ubuntu22. I was wondering if you could advise me on how to solve the following error which happens when I import it :
Traceback (most recent call last):
…