Fix the weather plot #5
Loading…
Reference in a new issue
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?
The current axis has multiple problems:
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?
Okay, the scaling is still an issue that needs to be taken care of I guess.