Mike Nolta

Results 33 comments of Mike Nolta

Which OS? I can't reproduce this on my mac.

Hmm, i haven't had any luck reproducing this. Which version of julia, and which version of Winston?

Thanks. I'm using julia f4d1e9400 + winston 0.11.0 on lubuntu 14.04, and not seeing any problems.

Instead of a new function, i just modified `plot` to accept zero arguments.

This needs better support, but for now: ``` julia using Color, TestImages, Winston img = testimage("mandrill") p1 = FramedPlot() rawimg = flipud(convert(Array{UInt32}, convert(Array{RGB24}, img))) add(p1, Image((0,30), (0,30), rawimg)) add(p1, Points(10,...

Thanks! Just a few minor suggestions: - I'm not sure about the name `Boxplot`. How about something like `QuartileBoxes` or `TukeyBoxes`? - Needs docs. Specifically, a `doc/fun/boxplot.rst` file and a...

Works for me. Which version of Winston? And this looks like Windows?

If the pango error is related, you might try replacing `font` with `size` in the `Cairo` package: https://github.com/JuliaLang/Cairo.jl/blob/cd923b1b7d90c16006b2c923f0c16277ec2392e6/src/Cairo.jl#L959

If you send a script, we can debug it. Also, the following works: ``` hold(true) plot(...) plot(...) ... hold(false) ```

No, none of the files came through. Could you put them in a [gist](https://gist.github.com)?