initial commit

This commit is contained in:
Jan Petykiewicz 2025-11-04 19:12:10 -08:00
commit 40a33ecf13
11 changed files with 1530 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# miscplot
Miscellaneous plots with non-obvious matplotlib implementations.
## Variability chart
![Hierarchical variability chart](docs/variability_chart.png)
Scatter- and box-plots organized based on hierarchical labels.
## Wafer map
![pcolor with binned shading](docs/wafermap.png)
Tiled map with uniform per-tile color.