JuliaApproximation / ApproxFunExamples

Examples for using ApproFun.jl
MIT License
24 stars 7 forks source link

add notebook on Galerkin OPs #3

Closed MikaelSlevinsky closed 5 years ago

MikaelSlevinsky commented 5 years ago

I don't know why the file is so big though (17 MB).

dlfivefifty commented 5 years ago

What plot package did you use?

MikaelSlevinsky commented 5 years ago

The default... GR

MikaelSlevinsky commented 5 years ago

Maybe it's because of the use of the size keyword?

dlfivefifty commented 5 years ago

Yes must be, since I think GR produces pixels.

Plotly may be better since I think it produces SVG/WebGL.

MikaelSlevinsky commented 5 years ago

Well now that I updated my PlotlyJS, I can't load IJulia without re-compiling an outdated version of ApproxFun (and vice versa). I've never seen this happen before!

I changed the example to a .jl script.