forked from Ravise/misc-scripts
19 lines
688 B
Plaintext
19 lines
688 B
Plaintext
This folder deals with visualization of Haven's Post Office mailbox allocation.
|
|
|
|
Input: data.csv read from cwd. Expected format: x,y,z,owner (no header)
|
|
|
|
Output: if given, file from $1 argument, or none
|
|
|
|
Improve:
|
|
- labels should not overlap, arrows should point to mailboxes whereever annotation is out of mailbox bounds
|
|
- walls should be displayed, as well as entrance orientation
|
|
- fiddle with grid options
|
|
|
|
Requirements:
|
|
- recent enough python (author used 3.10x64)
|
|
- matplotlib per requirements.txt
|
|
|
|
License:
|
|
- included code CC-0
|
|
- matplotlib Copyright (c) 2012- Matplotlib Development Team; All Rights Reserved
|
|
- Jinja2 Copyright 2007 Pallets, used under BSD-3-Clause License |