-
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):
…
-
## Description of proposed feature
Hi, IMO it would be great, if the output of this library was not only video, but some sort of a permanent live stream, which could be use for interactivity. By inte…
-
Type: Performance Issue
probléme de main github + probléme que tout est denied dans gitbash et de plus sa ne prend pas mes dépendances installé
et j'en ai besoin pour créer mon projet
VS Code ve…
-
# 问题背景
ref #281
WebGL 版本的 G 想做什么:
* 为 G2、G6、L7 提供底层高性能图形渲染、交互能力。
* GPGPU 提供复杂布局算法的计算能力。目前已有一些不错的实现:
* 力导布局实现1 https://github.com/jaredmcqueen/analytics
* 实现2 https://nblintao.github.io/…
-
**This is my code:**
fig = plot_scene({
"Pointcloud": {
"person": point_cloud
}
}
, pointcloud_max_points=700000
# , raybundle_max_rays=700000
# , raybundle_max_p…
Zxlan updated
2 years ago
-
I´d like to build on belay lib, but it lacks some mechanisms:
- how to call the status of a connection (connected, lost..)
- how to cleanly re-establish a connection
While i can use the exception…