-
```julia
using Statistics
using Gadfly
plot(
y=1:15|> cumsum,
Geom.line,
Guide.yticks(ticks = 0:25:100 |> collect))
```
It would be nice not to have to collect the ticks mysel…
-
I am attempting to create a bar graph similar to [the first plot shown here using Gadfly](https://juliacomputing.com/blog/2016/09/28/knn-char-recognition.html).
The problem is Plots does not show m…
-
I need to do more to promote diskcache.Index and diskcache.Deque. Good to do some feature comparisons with:
* ZODB -- http://www.zodb.org/en/latest/
* ldtable -- https://github.com/Jwink3101/ldtab…
-
Following up from this [discourse issue](
https://discourse.julialang.org/t/cant-install-gadfly-unsatisfiable-requirements-detected/22205/10), I looked further at StatsBase and Distributions in Gadfl…
-
I'm stuck on a broken version of Distributions because Gadfly's dependencies are a little too restrictive as of https://github.com/GiovineItalia/Gadfly.jl/pull/1283. My understanding is that currently…
-
I get error message when I try to `add RandomMatrices`
`ERROR:` Unsatisfiable requirements detected for package RandomMatrices [2576dda1]:
RandomMatrices [2576dda1] log:
├─possible versions are…
-
I trying to clear the image on a GtkImage
-
After importing `Cairo` and `Fontconfig` (e.g. to export to PDF), I can not display my plot in the browser anymore. When running `display(p)` on `p::Compose.Context` representing the plot output I get…
-
I noticed dep warnings coming from Distributions during Gadfly tests, turns out it was coming from `src/qq.jl`. Apparently this code is untested, so it wasn't detected.
-
Good morning, I am running juno with a Atom installation on Linux Mint 19.1, I have recently (1 month maybe) changed laptop and reinstalled uber-juno and everything seemed to go fine. A week ago I tri…
ghost updated
5 years ago