Category: Plotting
-
Displaying Live ISS Location with Python
Plotly is one of many plotting libraries in Python, offering attractive plots of many kinds. For the purposes of this, we will be using maps to plot the live location of the international space station and update the map every 10 seconds. First, we want to import the required libraries and if there isn’t a…
-
Embedding HTML Plots in WordPress
I was looking for ways to show periodically updating Python plots in WordPress and while there were a few libraries available they aren’t compatible with all themes. You will need access to the server that your website is running to save the plot in HTML form, in this case, I was using Plotly and saving…