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
A NotImplementedError is raised for anything that has a timeUnit.
Expected outcome
Any plot with a timeUnit transformation should work.
This plot should look something like this:
Possible solution and notes
Manipulate the data in parse_chart.ChannelMetadata() so that the data reflects the timeUnit aggregation. (see parse_chart.ChannelMetadata._handle_timeUnit().)
Also note that timeUnit transformations can also be applied separately from timeUnit transformations in the encoding channel.
The text was updated successfully, but these errors were encountered:
mpl-altair currently doesn't support conversion for Altair charts that use timeUnit aggregations.
Code for reproduction
This and other timeUnit transformations don't work:
Actual outcome
A
NotImplementedError
is raised for anything that has a timeUnit.Expected outcome
Any plot with a timeUnit transformation should work.
This plot should look something like this:
Possible solution and notes
parse_chart.ChannelMetadata()
so that the data reflects the timeUnit aggregation. (seeparse_chart.ChannelMetadata._handle_timeUnit()
.)The text was updated successfully, but these errors were encountered: