Tom Breloff
                                            Tom Breloff
                                        
                                    I haven't looked at this for a while, but you might want to check out my toy package [Qt5.jl](https://github.com/tbreloff/Qt5.jl) for comparisons sake. I used @Keno 's Qt code to get...
Fyi this has been discussed at length and resolved in Plots: https://github.com/tbreloff/Plots.jl/issues?utf8=✓&q=is%3Aissue%20heatmap%20transpose https://github.com/tbreloff/Plots.jl/issues?utf8=%E2%9C%93&q=is%3Aissue%20heatmap%20transpose You'll need to add 'yflip=true' to also put the origin in the upper-left corner (not the most...
This sounds really cool... I have a lot to catch up on!
Yes that should be possible... here's an example that you should be able to adopt... it draws a circle behind a plot. Just replace the circle with an image and...
Hmm nevermind... epic fail: ``` julia> b = bitmap("image/png", readbytes(open("/home/tom/tmp.png")), 0, 0, 4inch, 4inch) Compose.Form{Compose.BitmapPrimitive{Tuple{Measures.Length{:cx,Int64},Measures.Length{:cy,Int64}},Measures.Length{:mm,Float64},Measures.Length{:mm,Float64}}}([Compose.BitmapPrimitive{Tuple{Measures.Length{:cx,Int64},Measures.Length{:cy,Int64}},Measures.Length{:mm,Float64},Measures.Length{:mm,Float64}}("image/png",UInt8[0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00 … 0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82],(0cx,0cy),101.6mm,101.6mm)],symbol("")) julia> draw(PNG("/home/tom/tmp2.png", 4inch, 4inch), compose(context(), b, render(p))) ERROR: Embedding bitmaps in Cairo backends...
See: https://github.com/dcjones/Compose.jl/issues/140 and: https://github.com/dcjones/Compose.jl/pull/141
Decent progress: ``` julia graphplot(A, markersize=20rand(n)+10, marker_z=rand(n), lc=:blues, dim=3) ``` 
 
Thinking about tree-based layouts for directed graphs... I'd really prefer that GraphLayouts.jl was the source for layout algorithms, but I worry about the speed at which the dependencies will go...
Here's another: http://web2-clone.research.att.com/export/sites/att_labs/groups/infovis/res/legacy_papers/DBLP-conf-gd-CarmelHK02.pdf