BrisPy / talks

Brisbane Python User Group
15 stars 1 forks source link

Python - Visualisation (plotting and charts) #48

Open waith opened 4 years ago

waith commented 4 years ago

Python - Visualisation (plotting and charts) Any suggestions of packages and tips in visualisation

kaiw commented 4 years ago

I think this sounds like it could be useful to people! The most obvious candidate (to me at least) is matplotlib, though other options like Bokeh might also be relevant.

Ideally I think this might also cover a bit of basic data visualisation theory, such as what kinds of charts you use for what data and why, though that would be an optional extra.