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. In my recent post on the angular size of a soccer goal, ...
The next plot is the 3D Surface plot and for that, we need to create some data using pandas as you see in the following: You should get something like: Now let’s throw this on a 3d chart using ...
Data Visualization - Plotly and Cufflinks. 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) ...
Python is great for data exploration and data analysis and it’s all thanks to the support of amazing libraries like numpy, pandas, matplotlib, and many others.