-
fyi at https://juliaobserver.com/packages - seeing the following issue :
Whoops...
Something went wrong.
Let us know so we can try to fix it.
-
## Details
- Atom version: 1.34
- Julia version:1.1
- OS: Windows 10
- Package versions:
- Atom.jl: 7.6
- julia-client: 7.13
- ink: 9.14
### Steps to reproduce
This seems similar to…
-
(JuliaPro_v1.0.1.1) pkg> add Gadfly
ERROR: The following package names could not be resolved:
* Gadfly (not found in project, manifest or registry)
Please specify by known `name=uuid`.
-
In the second Brain-Body plot shown at http://gadflyjl.org/stable/tutorial.html, there are labels (Owl monkey, Galago, ...) shown on each point. How is this achieved?
For me it would be much better t…
-
With the current changes in the Julia data ecosystem migrating to DataFrames 11+, some packages have not kept up -- notably Gadfly. Until it's easy to manage multiple package sets (a la Python's virt…
-
```julia
img = SVG("iris_plot.svg", 14cm, 8cm)
draw(img, p)
# Warning: For svg transparent colors, use either e.g. fill(RGBA(r,g,b,a)) or fillopacity(a), but not both.
```
The file iris_plot.sv…
-
In v0.5, module `CausalMixtures` could, eg, load package like so: `using DataFrames`
Then when using module `CausalMixtures`, eg, in `causal-sims.jl`, I could simply do:
```
df = DataFrames.DataF…
-
Somebody working on [gadfly](https://github.com/dcjones/Gadfly.jl.git) support? Its `weave` function is similar to `knitr`.
-
I installed Gadfly, used it once, and then installed Cairo so that I could draw to PNGs. Even after I installed Cairo, I was getting:
```
julia> using Gadfly
julia> PNG("myplot.png", 12cm, 6cm)
ERRO…
-
Gadfly.spy(convert(Array{Float64,2}, rand(3)'))
this should produce a vector map. I think. It produces nothing.