ExamplePlots.jl icon indicating copy to clipboard operation
ExamplePlots.jl copied to clipboard

Collection of examples and recipes for Plots.jl

Results 4 ExamplePlots.jl issues
Sort by recently updated
recently updated
newest added

This pull request sets up the TagBot workflow on this repository. cc: @SimonDanisch

It seems that syntaxis has changed as some point (I am with `julia 1.1`, `Plots v0.26.0`). ```julia @recipe function f(::Type{Val{:my_histogram}}, x, y, z) edges, counts = myhist!(d) # leads to...

Ref: https://discourse.julialang.org/t/package-compatibility-caps/15301

The old example was not working, had loads of errors. With those fixes, it works well on the latest Plots.jl