Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-08 | Refactor finance.visualize.py | xengineering | |
This introduces the plot() helper function to plot the default data format list[tuple[datetime, Decimal]] with matplotlib. | |||
2024-09-08 | Do not rotate dates in visualization | xengineering | |
2024-09-08 | Use list[tuple[datetime, Decimal]] consistently | xengineering | |
This type is useful for finance-py in general. It is often required to handle money in datetime context. Using this type consistently makes the code easier to read and maintain. | |||
2024-09-08 | Add measured values | xengineering | |
2024-09-08 | Move display() to finance.visualize.py | xengineering | |