Naoki Saito

Results 17 comments of Naoki Saito

It would be really great if the `plotlyjs` backend also supports these arrow constructions. Currently, the arrow attribute is not supported in the `plotlyjs` somehow.

I just want to report that not only IJulia, but also simple REPL sessions and Juno/Atom sessions, LaTeXStrings do not work properly with PlotlyJS (although I am using PlotlyJS backend...

Hi, @sglyon . Thank you for your reply! I'm hesitant to agree with "LaTeXStrings are fully integrated into PlotlyJS" at this point. I ran your example with just PlotlyJS, not...

Thanks a lot, vchuravy and dlfivefify! If [JLD.jl](https://github.com/JuliaIO/JLD.jl) works for any constructs generated by ApproxFun functions, that would be great! I tried myself to use [MAT.jl ](https://github.com/simonster/MAT.jl)to save matrices and...

Well, I store the constructs without generating error using JLD: ``` julia> D = Interval()^2 # The domain is [-1,1]x[-1,1]. julia> Δ = Laplacian(D) julia> g = Fun((x,y)->cos(5pi*x+7pi*y)) # an...

Is someone working on this pull request? It would be quite useful if SpecialFunctions.jl has polylogarithms and related functions!

I investigated a bit more, and found out that the problems are mainly in Linear Algebra functions: ``` @test sumabs2(Array(chol(ad*ad')) - chol(a*a')) < 1e-5 @test sumabs2(Array(ctranspose(chol(ad*ad'))) - ctranspose(chol(a*a'))) < 1e-5...

Hi @ranjanan. Thanks for your reply. Well, I haven't tried to compile the c++ codes in ArrayFire/examples/ yet. I just installed make and cmake on my Windows machine. I already...

Well, Microsoft Visual Studio is a Microsoft software product, which I have to buy; Am I correct?

BTW, in order to successfully install ```librsvg``` under Homebrew.jl (the Julia specific version of Homebrew stuff), I had to install ```librsvg``` on my main systemwide Homebrew system first. By doing...