-
import Gadfly
X = rand(300, 300)
p1 = Gadfly.spy(X)
p2 = Gadfly.spy(X)
p3 = Gadfly.spy(X)
g = Compose.hstack(p1, p2, p3)
Gadfly.draw(Gadfly.PNG("test.png", 18Compose.inch, 6Compose.inch, dpi=1…
-
Gadfly precompilation even though slow, is a one time thing - and after that `using Gadfly` is fast. However, even then, the first plot in a clean Julia session typically takes 20-30 seconds.
It seem…
-
I'm thinking about interactivity a fair bit these days. I'm still learning the code base, but I think I understand enough now to ask an architectural question: might we need a layer of "rendering" tha…
-
Hi, as you mentioned in https://github.com/dcjones/Gadfly.jl/issues/79 you clearly seem to have plans for implementing dashed lines and hopefully other types of lines here, but since I couldn't find a…
-
I am attempting to output a PCA plot in Gadfly 0.4.1 using the following code:
```
pca_plot = Gadfly.plot(x=pca.proj[:,1], y=pca.proj[:,2], label=vec(header), Geom.point, Geom.label, Theme(backgroun…
-
Hi, I have the following problem with subplot_grid:
I want to plot Data that is gathered in a pairwise fashion. i.e. I want to get something like
--- a>b a>c
b>a --- b>c
c>a c>b ---
with somewhat g…
-
I think https://github.com/dcjones/Gadfly.jl/issues/520 should start off with a 3D Compose API.
Rough plan could be:
1. Extend (and [possibly simplify](https://gist.github.com/shashi/e712bc4776a6abf5…
-
I am trying to follow the documentation below.
>In some cases, explicitly transforming the data can be burdensome. Gadfly lets you avoid this by referring to columns or groups of columns in an implic…
-
I want to plot a matrix with text labels on the axes:
spy(eigen_mat, Guide.yticks(ticks=param), Guide.YLabel("Parametes"), Guide.XLabel("Eigenvalues"))
where
param = String["a","b"]
2-element Array…
-
It turns out that other geometries are having even bigger issues...
```
et-imac-retina:~ sjbespa$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | …