JuliaPlots/Plots.jl

[FR] Make it easier to have custom labels for levels in contour plot

Open

#4,531 opened on Nov 21, 2022

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Julia (1,943 stars) (381 forks)batch import
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.

Contributor guide