-
I'm experiencing some strange behavior when trying to generate a series of plots with axes using SceneCanvas. Minimal code:
```
import sys
from vispy import app
from vispy import scene
canvas = sce…
DGalt updated
3 years ago
-
Does someone know how to implement constraints on 2d or 3d geometries.
I have a problem on how to implement a distance constraint between two 3d vectors.
Imagine 2 points in the space
```
D = …
ghost updated
3 years ago
-
This is really a question, although it can be seen as something to include in the website more explicitly.
When there's a range of possible solutions that do not break any constraint, does it implici…
-
Computer algebra systems are usually designed to solve systems of equations, but I don't see an example of this in Symmath's documentation. Is it currently able to solve a system of equations instead …
-
Currently graph editing can be a bit fiddly, as you need to play a lot with the positioning of nodes to make the graphs look nice.
A lot of this could be automated by the work done in the CS communit…
-
Hello,
I was searching for a JS MILP Solver and here it is!
Actually I was wondering if adding function API for constraint system definition was planned?
Let me explain: I created a library (named […
-
The `deficit` below remains at 0 after the `balance` constraint is applied. I must be doing something incorrectly. Is there something I am missing here?
``` js
var spending = new c.Variable({value: 3…
-
I am trying out the 0.3 branch. When it is ready I recommend publishing it as version 1.0.0 as there are several breaking changes. Following [Semantic Versioning](http://semver.org) is always a good t…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
1.7 (sorry i am using windows at the office, the issue occurs at home)
#…
noypi updated
7 years ago
-
Slalom is definitely an incredible approach to make physics-based UIs quicker to develop and way more approachable. I really hope this turns out into a mature library.
Since there is no discussion pa…