Ok, I need to correct my instructions: to get interactivity in Gadfly you
must use Pkg.checkout("Compose"), not Pkg.checkout("Gadfly"). Checking out
Gadfly too won't hurt, but isn't mandatory. I can't guarantee that either
will be stable so if there are problems just call Pkg.free("Compose") (same
for Gadfly if applicable) and it should return to a non-interactive but
stable state.
Johan, running Pkg.checkout("Compose") this should fix your issue.
On Monday, 30 June 2014 14:37:14 UTC+1, Johan Sigfrids wrote:
>
> I can't get Gadfly to plot anything. It gives me this error:
>
> WARNING: Jewel: pad_inner not defined
> in render at C:\Users\admin\.julia\v0.3\Gadfly\src\Gadfly.jl:643
> in writemime at C:\Users\admin\.julia\v0.3\Gadfly\src\Gadfly.jl:736
> in sprint at io.jl:465
> in display_result at
> C:\Users\admin\.julia\v0.3\Jewel\src\LightTable/LightTable.jl:126
> in anonymous at C:\Users\admin\.julia\v0.3\Jewel\src\LightTable\eval.jl:51
> in handle_cmd at
> C:\Users\admin\.julia\v0.3\Jewel\src\LightTable/LightTable.jl:65
> in server at
> C:\Users\admin\.julia\v0.3\Jewel\src\LightTable/LightTable.jl:22
> in server at C:\Users\admin\.julia\v0.3\Jewel\src\Jewel.jl:13
> in include at boot.jl:244
> in include_from_node1 at loading.jl:128
> in process_options at client.jl:285
> in _start at client.jl:354
>
> On Monday, June 30, 2014 3:24:43 PM UTC+3, Mike Innes wrote:
>>
>> PSA: I've just realised that installing the plugin doesn't change the
>> default theme as I had thought. I've added an instruction to the readme,
>> but if you installed before that you'll want to see here
>> <https://github.com/one-more-minute/Jupiter-LT/wiki/Settings-%26-Configuration>
>>
>> to change the theme to June. (This is only strictly necessary if you want
>> plotting to work, but the error features do look better with either of the
>> June themes).
>>
>> I've also added a few more pages of documentation which may be worth
>> skimming through (wiki
>> <https://github.com/one-more-minute/Jupiter-LT/wiki>).
>>
>