Roger Herikstad

Results 20 issues of Roger Herikstad

This is what I mean: http://pgfplots.sourceforge.net/example_282.pdf

This adds a basic boxplot function to Winston. I've included code to indicate notches around the median, which uses a simple analytical expression for the notch size (http://en.wikipedia.org/wiki/Box_plot). I'm mainly...

It would be nice to be able to specify a colorbar, indicating the range represented by the colors when using imagesc

Hi, I'm trying to create an image consisting of overlapping filled circles, where I'd like the intersection of the circles to have a fill color representing a blend of the...

I was wondering if there is any interest in having a way to perform hypotheses tests directly on Dataframes? Recently, I found myself wanting this for the Kruskal-Wallis test, and...

I was wondering whether it would be feasible to have BufferedReader/Writer work for general io, rather than just for IOStream? The reason I'm asking is that I'm experimenting with reading...

question
discussion

I'm having problems getting Immerse to work on my Mac. This is what I get: ``` ➜ ~ julia _ _ _ _(_)_ | A fresh approach to technical computing...

When using Gadfly through Jupyter, I can create a plot with transparent background like this ``` pp = plot(x=rand(10), y=rand(10), Geom.point, Theme(panel_fill=colorant"white", background_color=nothing)) draw(PDF("/tmp/test.pdf", 10cm, 10cm), pp) ``` However, when...

I tried several of the examples using the Compose backend, and the the plots all appear shifted upwards when displayed, as can be seen in this screenshot: http://pasteboard.co/3H7eQ3CO1.png ``` julia>...

Is there currently a way to deal with shared libraries referenced by other packages used in compiled code? I'm trying to create a standalone binary for a tool that should...