Personal Customisation for Machine Learning
Personal environment setup tool (since WSL2 does not support X11 forwarding).
Directly display png files from matplotlib.pyplot outputs to terminal on WSL using X server (VcXsrv).
Download VcXsrv.
Create symbolic link to xlaunch.exe in x11/
cd x11/ && ln -s path_to_xlaunch.exe
Run
source check file.py
Make sure the graph is outputted as .png files in file.py
e.g. matplotlib.pyplot.savefig("image.png")
Result: