summaryrefslogtreecommitdiff
path: root/finance/visualize.py
AgeCommit message (Collapse)Author
2024-09-08Refactor finance.visualize.pyxengineering
This introduces the plot() helper function to plot the default data format list[tuple[datetime, Decimal]] with matplotlib.
2024-09-08Do not rotate dates in visualizationxengineering
2024-09-08Use list[tuple[datetime, Decimal]] consistentlyxengineering
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-08Add measured valuesxengineering
2024-09-08Move display() to finance.visualize.pyxengineering