Skip to content

Commit

Permalink
Add scatter plot example.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Oct 23, 2024
1 parent 04330de commit 9a660d5
Show file tree
Hide file tree
Showing 5 changed files with 1,276 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/deploy_to_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def deploy():
deploy_py_files(Path("examples/data"), ":/data")
deploy_py_files(Path("src/tempe"), ":/lib/tempe")
#deploy_py_files(Path("src/tempe/fonts"), ":/lib/tempe/fonts")
#deploy_py_files(Path("src/tempe/colormaps"), ":/lib/tempe/colormaps")
deploy_py_files(Path("src/tempe/colormaps"), ":/lib/tempe/colormaps")
except subprocess.CalledProcessError as exc:
print("Error:")
print(exc.stderr)
Expand Down
Loading

0 comments on commit 9a660d5

Please sign in to comment.