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
Currently Compose does not handle the Missing type. But the basis of Compose is Measure units, so all numbers are converted to Measure units anyway, including NaNs (either natively supported by Compose's graphical backends or already handled in Compose).
This means that there is a simple fix to supporting the Missing type in Compose:
I'll also work on fixing some other problems in Compose. The next example works for PNG, but for SVG the black line gets truncated, and the red line doesn't appear.
Currently Compose does not handle the
Missing
type. But the basis of Compose isMeasure
units, so all numbers are converted toMeasure
units anyway, including NaNs (either natively supported by Compose's graphical backends or already handled in Compose).This means that there is a simple fix to supporting the
Missing
type in Compose:This fix would pave the way for supporting Missing values in Gadfly, because it means that Compose won't error when it comes to drawing the plot.
Comments? If none, I'll open a PR here sometime.
The text was updated successfully, but these errors were encountered: