Files
lab_scatter/constants.py
2025-08-28 04:57:55 +00:00

5 lines
69 B
Python

PLOT_HEIGHT = 400
PLOT_WIDTH = 400
PLOT_PADDING = 20
TICK_LENGTH = 5