mirror of
https://github.com/xingyzt/fire.git
synced 2025-06-04 02:20:03 +00:00
feat: X axis with major days and minor hours. #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hastebrot on 1/10/2025
this changes the x-axis to show days and hours in a different way. since it disables auto format of the axis it sometimes requires to update the
interval
params after new data was added.this also adds
import matplotlib.dates as mdates
and fixes the warning message when.plt.legend(loc='upper left')
uses no params