Using Altair for most of my visualization in Python
1–10 of 75 posts
Re: Using Altair for most of my visualization in Python
#2What visualization library are you using in Python?
Re: Using Altair for most of my visualization in Python
#3Altair is incredible until you realise your plots are bigger than your data. It's annoying, but overall still very good.
Re: Using Altair for most of my visualization in Python
#4Pretty cool.
> Sadly, in Python, we do not have a ggplot2.
I've got to ask, though: why is that the case?
Re: Using Altair for most of my visualization in Python
#5What visualization library are you using in Python?
Mainly Seaborn and Plotly. Holoviews and Altair are certainly noteworthy:
Re: Using Altair for most of my visualization in Python
#6Pretty cool. > Sadly, in Python, we do not have a ggplot2. I've got to ask, though: why is that the case?
matplotlib & things built upon it e.g. seaborn are the dominate forces in python visualizaiton.
Re: Using Altair for most of my visualization in Python
#7What visualization library are you using in Python?
Bokeh is my choice.
http://bokeh.pydata.org/en/latest/docs/user_guide.html
Re: Using Altair for most of my visualization in Python
#8This talk from PyCon 2019 is related and may be of interest: https://www.youtube.com/watch?v=vTingdk_pVM
Re: Using Altair for most of my visualization in Python
#9I came in here expecting to see one hell of a rationalization for using a 44 year old computer to do visualizations. :)
Re: Using Altair for most of my visualization in Python
#10Altair is incredible until you realise your plots are bigger than your data. It's annoying, but overall still very good.
Can you speak more about this? Are you saying that Altair's speed scales poorly with dataset size?