Simon Barthelmé

Results 14 issues of Simon Barthelmé

Currently only ` showable("image/svg+xml",Figure)` is defined. Adding `showable("image/png",Figure) = true` should enable third-party display systems like ElectronDisplay.jl to work with PyPlot.jl out of the box.

I'm getting ``` qt5ct: using qt5ct plugin Qt: Session management error: Could not open network socket ``` everytime plot is invoked. The plot appears anyways but this seems to slow...

I have some code involving polynomials that I'd like to make generic in dimension. To be precise, consider the following bit of code: ```julia @polyvar x[1:2] p = sum(x.^2) #......

There's a bug involving the REPL completion mechanism when strings contain the backslash character. To trigger the bug: 1. Open a julia-snail .jl buffer 2. C-c C-z to active REPL...

bug