You should probably test (plain) GR first:
```
using GR
inline("atom")
histogram(randn(10000))
```
Did you ``Pkg.checkout("GR") and download the latest run-time?
```
ENV["GRDIR"]=""
Pkg.build("GR")
```
On Sunday, October 16, 2016 at 6:45:07 PM UTC+2, [email protected] wrote:
>
> Hi folks,
>
> I don't seem to be able to have the display of a graph in GR. I'm calling
> the instructions using Atom.
>
> could someone post a Hello World example?
>
> thanks,
>
> On Thursday, March 10, 2016 at 5:11:57 AM UTC-8, Daniel Carrera wrote:
>>
>> Hello,
>>
>> Does anyone know the status of Plots.jl? It seems to have come a long
>> way. At least the documentation makes it look pretty complete:
>>
>> http://plots.readthedocs.org/en/latest/
>>
>> I'm looking at the backends. Does anyone know what "Gr", "Qwt", and
>> "unicodeplots" are? Apparently support for Winston was dropped?
>>
>> https://github.com/tbreloff/Plots.jl/issues/152
>>
>> I don't use Winston, but I'm curious to know what happened. Was Winston
>> hard to support?
>>
>> I am currently using PyPlot because I need the maturity of Matplotlib,
>> but I am happy to see all the effort that's going into making a native
>> plotting library for Julia.
>>
>> Cheers,
>> Daniel.
>>
>