Mike Nolta

Results 30 comments of Mike Nolta

Actually, this is a different problem: http://winston.readthedocs.org/en/latest/faq.html#why-is-nothing-displayed-when-i-call-plot-in-a-script You can work around this by replacing `pw = FramedPlot()` with `pw = plot()`, and then calling `display(pw)` after the for loop. But...

Yeah, i don't want to change the current script behavior. But i do want to reduce the number of times that the repl doesn't appear to do anything.

I'm ok with switching, but it seem premature, given [this problem](https://github.com/JuliaGraphics/Winston.jl/pull/279#issuecomment-315179759).

Thanks to @jverzani, basic contour plotting now works: ``` f(x,y) = sin(x)*sin(y) x = linspace(-pi, pi, 50); y = linspace(-pi, pi, 50); c = Winston.contourc(f, x, y); plot(c) |> Winston.tk...

Thanks, except: - `examples.jl`, `issues.jl`, & `plot.jl` aren't separate tests, but part of `compare.jl`. - `compare.jl` diffs the current output of Winston against a baseline set of images, which are...

(oops, wrong button)

Sorry for the delay. @pcrutchl Usually `could not open file deps.jl` means something went wrong during installation. Winston works fine on my 10.9 laptop, and here's what the install log...

Yes, let's go with `(x, y, dx, dy)`.

`plot` now handles matrices.

Yeah, i find this bug a bit mysterious. The calls appear to reach cairo/pango, but no output shows up.