Andreas Lobinger

Results 94 comments of Andreas Lobinger

at all: I got this notified in my github notifications, but i don't see any update? What happened.

@grinsted Unfortunatly i can't see your inline images on github.

@jingpengwu I think the output of readall changed in the meanwhile, so you need to convert from UTF8String to the Uint8 array.

with https://github.com/dcjones/Compose.jl/issues/141?

@jingpengwu, look's like it builds on release but not on nightly.

This DataFrame vs. other input to be organized as different lines in the same plot. There was some time ago on julia-users a discussion about generalizing plot-APIs. Maybe a "generalized...

something like #172 ? You see x-y grid with 15 steps, random length and direction.

A pull request is already the polite question to include the code into the main repo... I never worked with quiver, is the interface x,y, direction, length OK? Winston would...

I don't have a working solution right now - even not on my own computer(s). The set_font_face works with the Pango (pangocairo) interfaces which should work once fontconfig is working,...

![a](https://cloud.githubusercontent.com/assets/5199059/4207182/b08ead2e-3853-11e4-913d-7cee1f7e8766.png) done with: ``` julia> x = repmat(linspace(1,15,15),1,15); julia> y = repmat(linspace(1,15,15).',15,1); julia> Winston.quiver(vec(x),vec(y),2*pi*rand(225,1),4*rand(225,1),"#ff33dd",linewidth=3.0) ```