News

Contour Plots With Python and Plotly Sometimes I have to write stuff so I won’t forget how to do it. This is one of those times.
Everyone loves graphs. When I need to make a plot with some data or a calculation, I almost always use python with matplotlib. It works quite well and produces non-ugly graphs. Most of the stuff ...
Plotly is a library that allows you to create interactive plots that you can use in dashboards or websites (you can save them as html files or static images). Cufflinks allows us to call plotly plots ...