Joonas Nättilä

Results 24 comments of Joonas Nättilä

I remember seeing Winston in the GSoC-project list but did anybody apply for that? Maybe this would be a good project to do there. I was planning on applying myself...

Now that `FramedArray` is removed this issue and proposed fixes are even more relevant. Due to the nature of `Table` one can not really combine figures of different sizes. I...

In the meanwhile, if somebody else needs to also make these kinds of figures, here is what I did (warning: this is horrible and dirty fix): ``` julia #Arrange figures...

This is a problem concerning homebrew mostly. The reason is most probably that you have a pango library already installed (using the system-wide homebrew) and currently the julia-homebrew can not...

In regards to my first suggestion, we of course have already function like this: `FramedPlot`. But what I am suggesting is a little bit more user friendly name and some...

I experimented a little with this and ended up with syntax like this (remake of example 6): ``` julia p=fig(aspect_ratio=1) fig(p.frame1, draw_grid=true, tickdir=1) fig(p.x1, label="bottom", subticks=1) fig(p.y1, label="left", draw_spine=false) fig(p.x2,...

What about the modification of different axis styles? Should we wrap the `setattr()` into something more user-friendly form?

We discussed this issue with @jverzani and he has already produced a simple interface that can be found from here https://gist.github.com/natj/7272043 However, we would need to come up with a...

I remember having the same issue when I first made the oplot and I also remember using the copy just like you did. However, we have to ask @nolta if...

Build setup can also be improved more overall: - it is preferred to have a proper installation with an additional `make install` step - each submodule/library should be installed independently,...