-
The idea is to create a separate route for generating Gadfly plots through a client app. A user enters a Julia expression that uses Gadfly to draw a plot, and this expression is then POSTed to this ne…
-
It seems that recent changes to ImageCore.jl has broken Gadfly.ManualDiscreteKey (manual_discrete_key(....) and manual_color_key(...)). The key line is `convert(::Type{Array{ColorTypes.Color,N} where…
-
Just running through the README and
```julia
# Load into an IndexedTable
it = IndexedTable(load("data.bedgraph"))
# Plot directly with Gadfly
plot(load("data.bedgraph"), xmin=:leftposition, …
-
When I run the code cells to plot in Jupyter, all plots are displayed correctly in my .ipynb file. Then I got the following issues:
1. If I reopen the .ipynb file, all plots become texts, instead of …
-
-
On RC3, Gallium crashes while stepping through function, using Gadfly master and v0.0.4 of Gallium
``` julia
julia> using Gadfly; using Gallium
julia> Gallium.breakpoint(Gadfly.plot)
Locations (+: a…
-
## description
I posted a question at the discourse forums, but now I suspect that this perhaps is a bug. Reference: https://discourse.julialang.org/t/im-not-able-to-use-gadfly-weave/47810
I have …
-
I can't seem to get Gadfly graphs to render within the markdown document. I've tried passing the plot to outside the function, and several different ways to display. The image displays fine in atom\Ju…
-
So I'm just trying to get Gadfly to plot an IndexedTable I've produced with the JuliaDB.table function.
The IterableTables documentation claims to support JuliaDB tables as data sources and Gadfly …
-
Error message:
```
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CoupledFields [7ad07ef1]:
CoupledFields [7ad07ef1] log:
├─possible versions are: 0.1…