-
```
julia> plot(x, y) # works, then close window, trivial two previous lines from tutorial omitted
julia> plot(x, y)
send: Broken pipe
julia> ENV["GKSwstype"] = "x11" # with or without this l…
-
When using `interactive_evolution` (and possibly other function that support `idxs`; I haven't tested them), the `idxs` parameter doesn't seem to behave correctly. When using DynamicalSystem's double …
-
Currently, compiling an application with `PackageCompiler.jl` breaks if you rely on `Makie` integration.
Building a non-incremental sysimage fails without a very helpful error message:
```
⡆ [00m…
-
This is used a lot in control systems. Would adding this as a network to this repository be acceptable? I'm assuming it shouldn't go into core nengo.
-
From http://projects.scipy.org/scipy/ticket/1187, comment of Pearu:
f2py supports user-defined functions that have multiple return values. These return values are expected to be returned as a single …
-
The default visualizer works fine but upon pressing space I'm left with a blank terminal until I get back to the original visualizer. From what I understand the ellipse / Lorenz visualizers should be …
-
I think the readme needs cleanup, ideas:
- [ ] update fancy examples gif, have some things from different domains. We also have axes now so something that demonstrates that! Maybe the 3D line stack…
-
### Details
Using Arch linux (tested on 2 different computers):
`sudo pacman -S julia`
`inside julia: add Plots`
Result in animation not working. This bug can be tested using the [Lorenz Att…
-
Comments on https://hydroecology.net/generating-networks-from-rasters-with-r/
-
Thank you for the assistance figuring out installation and building. I can run the pyslds examples under python2 now (under python3 they run, but the graphics don't pop up).
I am able to take one …