Plotting a CSV file with Typst and CeTZ-Plot
Whenever I need to plot some data, I usually prefer to have a tool that
is fast,
is easy to install,
is reliable,
is flexible,
is free to use,
produces high-quality plots, and
doesn't require many dependencies.
gnuplot and matplotlib are popular choices, but I personally don't like the appearance of gnuplot and I usually am not so happy with Python's large amount of dependencies.
For quick plotting, I recently discovered CeTZ-Plot. It's a plotting library inside Typst. Typst is a modern alternative to LaTeX, so it is meant to create full documents, but it's also quite easy to use it to create images.