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 have a decent size config for customizing my charts. Currently I'm copy-pasting the config into each plot. Is there a way to store the config to a variable for easy reuse?
I've tried to store config as a dictionary and directly how it's defined within vplot without success. This is very likely already possibly, I'm just missing something.
I have a decent size
config
for customizing my charts. Currently I'm copy-pasting the config into each plot. Is there a way to store theconfig
to a variable for easy reuse?I've tried to store
config
as a dictionary and directly how it's defined withinvplot
without success. This is very likely already possibly, I'm just missing something.Current
What I'd like to do
The text was updated successfully, but these errors were encountered: