mathcell
mathcell copied to clipboard
Interactive mathematics in the browser
The function `injectFunctions` modifies the `contentWindow` of a 3D-scene to include additional function definitions, which cannot be passed via the JSON-parsed `config` dictionary. This works fine for both Firefox and...
As suggested by @axkr in #24
Please add legends for complex parametric plots with colours and their corresponding values. Example: ``` function z1(z) { try { return inverseHaversine(z);}catch(e){return complex(Number.NaN);} } var p1 = parametric( (re,im) =>...
Can we get a more "adaptive" plot function? See for example these discussions: - https://scicomp.stackexchange.com/questions/2377/algorithms-for-adaptive-function-plotting - https://github.com/JuliaPlots/Plots.jl/issues/621 Especially this function plot example will benefit from such an "adaptive" approach: ```...