-
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=…
-
@tlnagy, @bjarthur
Here is a MWE of the subsequent #314 issue in Compose (this example reproduces the code in Gadfly's [`Guide.background`](https://github.com/GiovineItalia/Gadfly.jl/blob/3483498410…
-
I have a fresh installation of Ubuntu 14.04, with julia version 0.2.1.
I tried to reproduce those magnificent plot from Gadfly demo
```
using Gadfly
plot(x=rand(10), y=rand(10))
```
but I get an er…
-
With regard to gradient scale, I got a problem.
When I set the gradient range from 0 to 20 It work well. But in case of set the range from 4 to 16, the gradient scale doesn't changed. I attached pict…
-
Can't install in Linux.
Rust is installed. and while loading rust packages it shows the follow error:
> error[E0658]: use of unstable library feature 'result_map_or_else'
> --> /home/carlo…
-
With [this](https://gist.github.com/pfitzseb/61878904ac003b7283402cd96d4ef198) manifest (and the neovim language client) I'm getting:
```
[ Info: TIME:0.44
[ Info: RECEIVED: {"jsonrpc":"2.0","metho…
-
Hi all,
I just installed Gadfly (`add Gadfly#master`) but it won't precompile (macOS High Sierra, Julia v1.0.0). In case it's useful, here's what I get:
```
[ Info: Precompiling Gadfly [c91e804…
-
I've been having trouble adding packages to JuliaPro 1.0.1 (on Mac OSX) despite having been able to add them in Julia 1.0.1. For example, if I type
`Pkg.add("Gadfly")`
in JuliaPro, I get
`Updating…
-
I am using julia to generate plots for my thesis.
Currently I am working on a quite huge [dataset](http://bastinat0r.de/nightshift.tar.gz) of that I can only plot smaller subsets without errors.
When…
-
@ChrisRackauckas Can you or someone please update most if not all notebooks in DiffEqTutorials to run smoothly on current Julia v1.0.1 and DifferentialEquations v5.3.1. For a fruitful dissemination of…