You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a line plot where I want to add a light gray rectangle where there are no results. I do have some heuristic on how to tell which data I want to gray out (since it's discrete anyways).
Hello,
Thank you for this nice library.
I'm trying to create a line plot where I want to add a light gray rectangle where there are no results. I do have some heuristic on how to tell which data I want to gray out (since it's discrete anyways).
My plot is more or less like this:
ts
is of typeUTCTime
so the axis is determined automatically by the library to be of date-time type.I'm guessing the code should be close to the one in
Graphics.Rendering.Chart.Plot.FillBetween
:https://hackage.haskell.org/package/Chart-1.9.4/docs/Graphics-Rendering-Chart-Plot-FillBetween.html.
However, I'm not sure how to set
y
axis so that the whole y axis range is greyed out.The text was updated successfully, but these errors were encountered: