GitHub - residualrobe/Matplotlib_in_Real_Time_to_Plot_Webpage_Loading_Time: Matplotlib_in_Real_Time_Plotting_Using_Ion

Skip to content

Navigation Menu

Sign in

Appearance settings

Matplotlib_in_Real_Time_to_Plot_Webpage_Loading_Time

Matplotlib_in_Real_Time_Plotting_Using_Ion

Use Selenium to get a Webpage Loading Time by using window.performance.timing.
Return the onloadingtime to class streamDetectionPlot() which is used to plot data.
Plot the data in real-time using Ion with pause and scroll bar.

Example

Plot the data including day-monitor. //Matforday.py

The first plot is to plot data in real-time. The second plot ist to plot data which is within 1 day.

Example