-
(@v1.7) pkg> st Gadfly
Status `C:\Users\monty\.julia\environments\v1.7\Project.toml`
[c91e804a] Gadfly v1.3.4
(@v1.7) pkg> st Compose
Status `C:\Users\monty\.julia\environments\v1.…
-
Plots
DataFrames
Gadfly
PyPlot
etc
-
Gadfly is currently on version 1.4, which limits CoupledFields.jl to version 0.2. However, the master is compatible with CoupledFields 0.3. This matters downstream since CoupledFields 0.2 is compatibl…
-
In `Gadfly.jl` it would be nice to embed plots in the autogenerated docstrings via `@autodocs`. For example, it would be great if I could include an example like
````
```@example
using RDatasets,…
-
Problem
=====
```julia
plot((x, y)->x+y/2.0, 0.1, 5, -1, 3, Guide.Title("My Title"))
```
yields this error:
```
ERROR: Layers can't be used with elements of type Gadfly.Guide.Title
Stacktrac…
-
I'm porting some ggplot code that works in R to Gadfly. With a sufficiently large DataFrame, I run the following code.
```
plot(d_p2, x=:runtime,y=:loglik, group=:group, xgroup=:dataset,
Geom.s…
-
So I have an issue executing Julia code on sublime takes around more than 20 seconds. Compare the same code in python in sublime text takes 3 seconds.
Second problem is Gadfly graphs do not display a…
-
Details are in https://github.com/GiovineItalia/Compose.jl/issues/372 It's possible that this just needs to be noted in the documentation until Compose supports show methods for pdf output. Or Weave c…
-
Hi 👋
First of all, thanks for the amazing work on this library, I'm a big fan and use it every day!
I wanted to create some animation (= GIFs) in Gadfly and realized that there is no easy way to…
-
This came up in a discussion with @alanedelman in the context of teaching. We are using julia at MIT for various classes with IJulia. One of the teaching tools is `eigshow` in matlab, which requires s…