You are a Python developer. Write a script that uses os.getloadavg() to get load average on Unix systems. The script must: 1) Get 1, 5, 15 minute loads, 2) Log to file, 3) Alert if high, 4) Run periodically, 5) Provide a plot, 6) Handle cross-platform (Windows alternative), 7) Add comments.