Skip to content

round labels to 3 significant digits and display y_label #362

round labels to 3 significant digits and display y_label

round labels to 3 significant digits and display y_label #362

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
linting:
uses: ./.github/workflows/lint.yml
testing:
uses: ./.github/workflows/test.yml
needs: linting