while it doesn't issue any errors, the slider doesn't affect the plot...?

Yakir Gagnon
The Queensland Brain Institute (Building #79)
The University of Queensland
Brisbane QLD 4072
Australia

cell +61 (0)424 393 332
work +61 (0)733 654 089

On Wed, Sep 30, 2015 at 2:25 PM, Yakir Gagnon <12.ya...@gmail.com> wrote:

> omg, awesome! Thank you (again)!
>
>
> Yakir Gagnon
> The Queensland Brain Institute (Building #79)
> The University of Queensland
> Brisbane QLD 4072
> Australia
>
> cell +61 (0)424 393 332
> work +61 (0)733 654 089
>
> On Wed, Sep 30, 2015 at 2:17 PM, Shashi Gowda <shashigowd...@gmail.com>
> wrote:
>
>> here is the change you need:
>>
>>
>> https://github.com/shashi/Escher.jl/commit/d2b5c57dd91abc74901821120f57e020809b3bb1
>>
>> On Wed, Sep 30, 2015 at 9:45 AM, Shashi Gowda <shashigowd...@gmail.com>
>> wrote:
>>
>>> You need Gadfly.inch in place of inch. It's because of a  new change in
>>> Julia 0.4 - if two packages (in this case Escher and Gadfly) export two
>>> different things with the same name (in this case inch), Julia requires you
>>> to fully qualify it (such as Gadfly.inch or Escher.inch). You can use
>>> Escher.inch when setting the width / height of an Escher object and
>>> Gadfly.inch when setting the dimensions of a Gadfly plot in drawing
>>>
>>> On Wed, Sep 30, 2015 at 8:56 AM, Yakir Gagnon <12.ya...@gmail.com>
>>> wrote:
>>>
>>>> I’m trying to use Escher as the main GUI for a program I’m writing. I
>>>> need to replot some data every time the user changes a slider. The
>>>> plotting.jl example seems like the best point to start at. But I get
>>>> the following error (shown only in the browser, not at the shell): 
>>>> UndefVarError:
>>>> inch not defined
>>>>
>>>> Has anyone managed to plot some data and have a (say) slider update it
>>>> in Escher?
>>>> ​
>>>>
>>>
>>>
>>
>

Reply via email to