Martin Foot

Results 5 comments of Martin Foot

I had the same error. I was able to fix it by changing the start/end dates format to: ``` start_date = pd.Timestamp('2016-1-1', tz='utc') end_date = pd.Timestamp('2018-4-1', tz='utc') ``` Also, FYI,...

@domoritz Would you mind taking a look at this small example? I am aiming to use a selector to toggle different layered time-series but can't figure out how to generate...

Hi Jake - thanks for your reply. I'm am aware of native legend interactivity (which is great). I should have probably mentioned more that I am new to Altair and...

@domoritz No problem, I will keep exploring. Am really impressed with Altair!

Thanks, I will give it a try...