gonum / gonum/plot

plotter: consider modifying Contour to produce reproducible plots

Open
#622 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
3k
Forks
201
PR merge metrics
No merged PRs in 30d

Description

as noted in https://github.com/gonum/plot/pull/620, plots produced by `Contour` are not reproducible.
they look visually the same but the vg operations underneath are different.
this leads to plots not being exactly the same at the binary level (except for `pdf`. probably a feature of the backend)

the "naive" draw strategy does generate reproducible plots.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.