Leon Wabeke

Results 8 comments of Leon Wabeke

I still see this with master from both PlotlyJS and Plots. I tried to figure out what happened by going through the history. It seems at during the rework on...

https://github.com/JuliaPlots/Plots.jl/blob/712b567752989ad3ba9319620a93923577a4259b/src/backends/plotlyjs.jl#L55 write(io, PlotlyJS.html_body(PlotlyJS.JupyterPlot(plt.o)))

I am experiencing a similar issue to the segmentation fault on the "using" from REPL as @shipengcheng1230 ```Leons-MacBook-Pro:~ lwabeke$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_)...

Hi I just did a `]update` and still getting the same If I open Julia and call `]test OpenCL` I get essentially the same output as @davidbp , where some...

I was thinking of something similar, just wasn't sure if there was something already that I had just missed. Something like a call: `img = applycolormap(dataIn, cmap("R3"), RGB) ` I...

I found the `get` function in ColorSchemes.jl, by just making sure it can run over an array, it seems to work for both their ColorSchemes and the PerceptualColourMaps, see: [https://github.com/JuliaGraphics/ColorSchemes.jl/pull/9](url)...

I was getting similar errors My process to work around it: Inspired by: https://superuser.com/questions/776061/installing-lapacke-using-make-on-mac Went to https://www.netlib.org/lapack/lug/node14.html which gave me the link to download the sources from http://www.netlib.org/lapack/lapack.tgz ``` extract...

``` mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DAF_BUILD_CUDA=OFF -DAF_BUILD_OPENCL=ON -DCMAKE_INSTALL_PREFIX=/opt/arrayfire cd .. make -j8 ``` I am a bit confused, why after running cmake in the build folder,...