Replies: 1 comment 1 reply
-
|
The simple answer is… no. I also note that the transform you're applying disregards the facets, is that on purpose? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Say we have an expensive selection/mapping/transformation that needs to be re-used between marks (example notebook):
This will calculate the transform twice, once per mark. Now we could simply apply the filtering/mapping beforehand on the data array or provide a custom render function with some caching logic, but I would like to see if there is a more idiomatic way to re-use Plot's built-in transforms when the underlying data remains the same.
Beta Was this translation helpful? Give feedback.
All reactions