Skip to content

jrwrodgers/event_plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Plots Plugin for RotorHazard

This plugin to produces a statistical plot of the race event lap times per pilot

Install

Log in via SSH and then execute the following commands : (NB check for official release or master branch)

cd ~
wget https://github.com/jrwrodgers/event_plots/archive/refs/heads/main.zip
unzip ./main.zip
cp -r ~/event_plots-main ~/RotorHazard/src/server/plugins/event_plots
rm -R ~/event_plots-main
rm ./main.zip
pip install -r ./RotorHazard/src/server/plugins/event_plots/requirements.txt
sudo systemctl restart rotorhazard.service

On the Format page in RotorHazard you will see a Lap Time Stats section image

Everytime results are saved or resaved the results plot is updated and can be viewed on the link. The colours are linked to the pilot colours. The plot will look something like this:

image

The plots show the distribution of laptimes for any given pilot. The Box represents the interquartile range with a median line. More information on the what this style of plot can be seen here: https://en.wikipedia.org/wiki/Box_plot

Happy flying and keep those lap times consistent! :)

About

RotorHazard plugin for plotting race results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages