-
Whenever I do something like
``` r
foo
-
ggplot() + geom_path() joins the ends of a path. Exactly the same code with different data does not cause this bug.
Here is a picture of the problem, the red ends shouldn't be joined.
[https://dr…
-
Hey!
Elm 0.15.1 here
I'm not sure if this is the right repository to ask for such feature, but anyway...
I've been trying to simulate Lorenz attractor using Elm and ThreeJS. To do so, i generate po…
-
Hey,
This package has really evolved and looks really cool! I was thinking it would be nice to add common interface bindings. To do this, it would just need to add a dependency on DiffEqBase and im…
-
Notebooks might be viewed:
* in jupyter notebook server (or jupyter lab)
* on github
* when turned into standalone html
* or when used as part of a website.
* ...
Notebooks always have …
-
As I only have a few weeks left in my contract to work on libCellML, it was suggested that it might be best to put a pin in work on the Validator ( #127 ) for now. The broad strokes are in place for v…
dladd updated
6 years ago
-
First reported in JuliaDiffEq/DifferentialEquations.jl#58.
The example code:
``` julia
using Plots, ImageMagick
# initialize the attractor
n = 1500
dt = 0.02
σ, ρ, β = 10., 28., 8/3
x, y, z = 1., 1.…
-
@finmod I think you might want to see these:
https://github.com/jonathanBieler/BlackBoxOptimizationBenchmarking.jl
This probably explains our speed and success rates. Optim and BlackBoxOptim don…
-
I have this rotation function from one of Jerobeam's algorithms:
```
void JerobeamBoing::rotate(double in_x, double in_y, double in_z, double z_depth, double rot_x, double rot_y, double * out_l, d…
-
This is only documentation, no new feature or anything...
See https://juliadynamics.github.io/DynamicalSystems.jl/latest/nlts/#case-of-a-continuous-system
Just use a timeseries from the Lorenz att…