Down load, the Matplotlib
go to the home aranet directory
cd ~ (same as cd /home/aranet)
sudo apt install python3-matplotlib
sudo apt-get install libatlas-base-dev
Get the testplot.py file
wget https://larry4you.com/data/testplot.py
run with “python3 testplot.py”
if error try this:
There are sometimes issues reported on Raspberry Pi setups when installing using pip3 install (or pip install). These will typically mention:
libf77blas.so.3: cannot open shared object file: No such file or directory
The solution will be to run the following.
sudo apt-get install libatlas-base-dev
Ont the list of files in the bitvise Remote files page duble click on Matplotlib_save_plot.png
If you get the graph plotting is working.
