-
When I try to update my packages using the Pkg manager, I get a MethodError as shown below. Does anyone have a suggestion on what I need to do to fix this?
```
MLC02V607JHV2Q:Cancer.jl mcfefa$ ju…
-
Maybe not something reasonable to do, but...
```julia
julia> Pkg.add(["ACME",
"AbbrvKW",
"ActiveAppearanceModels",
"AdaptiveRejectionSampling",
"ApproxBayes",
…
-
e.g.:
```
julia> using Gadfly; using Unitful;
julia> plot(x=[1;2;3]u"m/s", y=[1;2;3]u"s", Geom.line)
Error showing value of type Gadfly.Plot:
ERROR: DimensionError: s and 1 are not dimension…
-
Since `jupyter--debug` doesn't seem to log incoming requests (can't look at the metadata associated with svg myself), I haven't been able to get very far in debugging this myself. You're a julia user,…
-
i have two environments with some packages in common. when i `using` one of the common packages in one environment, it has to be recompiled after i `activate` the other environment and `using` it the…
-
```julia
using DifferentialEquations
using Plots
gr()
g = @ode_def LorenzExample begin
dx = σ*(y-x)
dy = x*(ρ-z) - y
dz = x*y - β*z
end σ ρ β
u0 = [1.0,0.0,0.0]
tspan = (0.0,10.0)
…
-
@bjarthur any ideas on why Travis is skipping doc deployment? https://travis-ci.org/GiovineItalia/Gadfly.jl/jobs/476704204
```
Documenter: populating indices.
Documenter: rendering document.
Doc…
-
Would be great to get a release that has https://github.com/GiovineItalia/Compose.jl/pull/327 in it.
-
I like Gadfly and enjoy working with it. Unfortunately, it is unstable and has failed me at times when I've needed it to work.
Have you seen the git-flow workflow? The workflow promotes an always s…
-
https://github.com/GiovineItalia/Gadfly.jl