/swift-plop

Quick plotting from the command line on macOS

Primary LanguageSwift

swift-plop

Plot graphs in the command line

Example

swift run swift-plop \
    --smoothing 0.5 \
    -o examples/plot.png \
    -x step \
    -y loss \
    run1 examples/run1.txt \
    run2 examples/run2.txt

Plot output