Which one do you think is better for boardroom/publication quality graphs?
A serious question
Are you asking a question or answering it? It gets muddy between seaborn and bokeh. Bokeh is based on GoG, but has has interactive controls so maps more neatly in to ggvis.
From a functionality PoV, ggplot2 is really not that superior to any other plotting system. ggplot2's "superiority" is mainly driven by Hadley Wickham's relentless focus on consistency.
matplotlib = base R graphics
seaborn = ggplot2
bokeh = ggvis
plotly = shinyYou really think seaborn is as good as the superior ggplot2?