Skip to content

add colors, move legend (#18) #63

add colors, move legend (#18)

add colors, move legend (#18) #63

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tsplot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.20'
- run: make test
- run: make build