Fix the weather plot #5

Open
opened 2023-05-29 17:35:02 +00:00 by feliix42 · 2 comments
Owner

The current axis has multiple problems:

  • The Y labels are almost overlapping with the axis
  • The X labels show the time delta to the current time, which is not very pleasing to read.
  • The scaling of the plot is a bit awkward, there should be some air on the Y level above/below.
The current axis has multiple problems: - [x] The Y labels are almost overlapping with the axis - [x] The X labels show the time delta to the current time, which is not very pleasing to read. - [ ] The scaling of the plot is a bit awkward, there should be some air on the Y level above/below.
Author
Owner

The solution to all these things seems to be to manually construct the plot from its parts, similarly to how the SinglePlot wrapper does it.

The only inconvenience here will be that I have to split the X axis in 2 parts, one for all times up to x-24 and one for 0-y. The overlap there will have to be resolved manually?

The solution to all these things seems to be to manually construct the plot from its parts, similarly to how the `SinglePlot` wrapper does it. The only inconvenience here will be that I have to split the X axis in 2 parts, one for all times up to x-24 and one for 0-y. The overlap there will have to be resolved manually?
feliix42 referenced this issue from a commit 2023-07-30 20:04:48 +00:00
Author
Owner

Okay, the scaling is still an issue that needs to be taken care of I guess.

Okay, the scaling is still an issue that needs to be taken care of I guess.
feliix42 reopened this issue 2023-07-31 05:09:17 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: feliix42/inky-ticker#5
No description provided.