JuliaPlots/Plots.jl

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

Open

#4,531 创建于 2022年11月21日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Julia (1,943 star) (381 fork)batch import
enhancementextensionhelp wanted

描述

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.

贡献者指南