# `Curves.Utils.Plotting`
[🔗](https://github.com/greetingsfellowhumans/curves/blob/main/lib/curves/utils/plotting.ex#L1)

These are helper functions for making it easier to plot curves with VegaLite.

# `curve_to_scatterplot`

Given a curve, build a list of points, in map format.

## Opts
* `:label`, default: `"Curve"`
* `:count`, default: `1000`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
