-
Gadfly.spy(convert(Array{Float64,2}, rand(3)'))
this should produce a vector map. I think. It produces nothing.
-
Hi Rob-
You might recall that I created a feature request in https://github.com/goedman/Stan.jl/issues/46 for saving Stan's summary. At the time, Mamba sufficed. But now that CmdStan does not requ…
-
the two cases each of adding `!` to `value` and `jacobian` are causing bad fits for some real world data of mine. i found this with `git bisect` after upgrading from LsqFit v0.6.0 to v0.7.1.
here …
-
### Problem
As pointed out by https://discourse.julialang.org/t/gadfly-svgs-render-without-color/16804/, using RGBA with fill doesn't appear to be widely supported outside of browsers since it's no…
-
It's time :wink:
I think "SimpleQP" is underselling how useful this package is (and not necessarily accurate if we decide to add MIPs in the future).
* ParametricOptimization.jl
* Parameteriz…
-
I'm in the process of rewriting the documentation for Gadfly and we're transitioning to `Documenter.jl`. What would be the best way to show the plot in an `@example` block?
Currently:
``` @example
u…
-
I guess the error is "missing catch or finally".
enviroment: julia v1.0.0
OS: win 10 Pro v1803 17134.285
![default](https://user-images.githubusercontent.com/20922321/45797259-5384c200-bcd7-11e8-…
-
I really like the macro provided by JuliaDBMeta. But I am currently having an issue converting a code working with JuliaBox to a local JuliaPro 0.6.2.2 and JuliaDBMeta 0.2.0.
I have to filter a table…
-
I apologize if this issue has already been raised or is well known, but I can't seem to install Gadfly on Julia 1.0.0.
I'm new to Julia, so I'm not sure exactly what's causing this to fail.
Po…
-
looking at :
```
using Gadfly, Distributions
g = Gamma(3,3)
x=range(0, stop=3, length=20)
plot(x=x, y=[pdf(g,i) for i in x])
```
results in a graph that instead of tapering to a thin tail at x=…