JuliaPlots/Plots.jl
View on GitHub[FR] Make it easier to have custom labels for levels in contour plot
Open
#4,531 opened on Nov 21, 2022
enhancementextensionhelp wanted
Description
Relevant discourse thread. Goal is to achieve feature parity with matplotlib, as seen here and here with:
- Manual placements of contour labels
- Custom level formatters (e.g. percentages,
%.4f, strings)
without having to deal directly with the backend.