Aaron Kaw
Aaron Kaw
Also failing on Julia 1.6 ``` julia> using Cxx [ Info: Precompiling Cxx [a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2] ERROR: LoadError: LoadError: could not load library "C:\Users\user\.julia\packages\Cxx\1RaOv\src\..\deps\usr\bin\libcxxffi" ```
> does the ribbon make sense if you plot vectors? Or is it better to use it only for something smooth, like a function (plot(f, x))? Probably the distinction vectors...
Thanks @mortenpi I couldn't find any info on an "at-eval" block in your link, do you know where I can find it? I tried Google-searching it as well.
Ah, my bad, I misinterpreted "at-eval" thinking it was different from `@eval`. Thanks, but `@eval` block doesn't hide every line of code in the block. I guess I'll stick to...
> Hello! :) Is there something new to this? I would use this quite often for model simulations where ribbons are way more effective than error bars. My apologies, I...
I have some changes on a local branch in a local clone, but I don't have permission to push. @giordano how would you like me to submit a pull request?
@dfabianus here's a preview =) ```julia x = range(0, 2π, 301) yval = cospi.(x) yunc = (5 .+ 2sinpi.(5x))/10 y = measurement.(yval, yunc) plot(x, y, uncertainty_plot = :ribbon, label =...
@giordano how do I get permission to push to `JuliaPhysics/Measurements.jl`? I can't open a pull request because I don't have permission to publish and push my branch to this repository.
Ah, thanks heaps! I didn't know I had to fork it. Edit: I should add some unit tests actually.
Hi all, can someone ELI5 how to activate the KaTeX rendering for HTML output using `[email protected]`? Passing `html_doc` to `serve` throws an error.