-
```
What steps will reproduce the problem?
1. have a date range label (or some label that is relatively wide: mine is
100px)
2. have it show a tickMark relatively close to either edge of the graph
3. …
-
Hi,
Thanks for this good library, I wanted to ask whether is there any repository or well known method for meshing a 2d region with quadrilaterals instead of triangles?
Thanks
-
This implements the dual graded graph introduced by Vasu Tewari and Stephanie Van Willigenburg in https://arxiv.org/pdf/1512.04614v1.pdf.
I don't know whether local rules are available. I made up …
-
Perhaps we should have
abs(Dual(-0.0,1.0)) == Dual(0.0,-1.0)?
``` julia
julia> abs(Dual(0.0,1.0))
0.0 + 1.0du
julia> abs(Dual(-0.0,1.0))
-0.0 + 1.0du
julia> abs(Dual(-eps(),1.0))
2.220446049250313…
-
In func (instr *execOp) exec(m *tapeMachine) (err error) {
there is one handling of swapping of dualValue for a gradient node here
```
// this is a gradient node then, we should also bind the val…
-
### Summary
Currently duality uses the nightlybuilder, a completely custom tool written by Adam himself. Consider moving towards more modern tooling. At work iam using [NUKE build](https://nuke.bui…
-
The existing React visualization libraries such as `victory` or `react-vis` are more useful for **explanatory** data visualization projects. However, they have less consistent visual encoding grammars…
-
## Feature request
It would be cool if I could compare multiple ammo on current ship and current weapon in graph on "one click".
### Expected behavior:
It should be possible to add new series…
-
Its seems that https://github.com/vlarmet/cppRouting is fast and powerful, perhaps this is how we should be doing route networks?
mem48 updated
4 years ago
-
@mcflugen : Couple of questions on your Graph package:
1) Here, or elsewhere, is there a mechanism to compute the number of corners and their (x,y) locations? Or does that still need to be created?…