-
I'm looking into visualizing different feature Ids by rendering them each as different colors for the sake of both debugging and displaying feature coverage but the requirement in the specification do…
-
any plans for this?
https://github.com/Kcnarf/d3-voronoi-treemap
-
Good day,
I'm Alan, I have been trying to create a Voronoi diagram using my data which is comprised of three columns, X, Y and Z. So, the data would be like:
x1 y1 z1
x2 y2 z2
. . .
I want to g…
-
Discussion in this issue of canned schematic plots to support. Ideas:
- [x] bars
- [x] boxplot
- [ ] chord diagram
- [ ] donut chart
- [ ] heatmap
- [x] histogram
- [ ] horizon chart
- [ ] marimekko
-…
-
Recently, and in particular with the Github integration, the citation file format got popular for specifying metadata for software and/or code. According to twitter responses, Github is also consideri…
-
I am having troubles installing HFO. I have followed the installation directions:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo ..
make -j4
make install
At t…
-
Problem name: Euclidean MST
Problem ID: euclideanmst
## 問題文
2次元平面上に $N$ 個の点が与えられる. $i$ 個目の頂点の座標は $(x_i,~y_i)$ である.
2点間の距離をユークリッド距離, つまり $\sqrt{(x_i - x_j)^{2} + (y_i - y_j)^{2}}$ で定義するときの, MST…
-
This thread collects declaration of participation to the [Ten Years Reproducibility Challenge](https://rescience.github.io/ten-years/). You can add your own declaration by adding the article your targ…
-
## Issue Details
I set CMake flags but code still requires gmp, why?
The CMAKE code below is enough for mac and windows but not ubuntu. Please help!
```
SET(CGAL_CMAKE_EXACT_NT_BACKEND BOOST…
-
Linux, Ubuntu 22.04 LTS:
```
cmake -DCMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info…