-
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'm opening this issue here, because I can demonstrate the issue using Compose. Note that there are some examples in Gadfly where this issue does currently occur (e.g. `Geom.boxplot`):
```julia
ctx …
-
```
> using Gadfly
> plot(x=rand(10), y=rand(10), Theme(grid_color=nothing))
MethodError: `hex` has no method matching hex(::Void)
in render at /home/juser/.julia/v0.4/Gadfly/src/guide.jl:611
in ren…
-
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…
-
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…
-
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 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…
-
It turns out that other geometries are having even bigger issues...
```
et-imac-retina:~ sjbespa$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | …