matplotlib and Raspberry Pi 3 - show my 'Hello world!'
17 April 2018 Here it is: I have tried to do simple plot using matplotlib on freshly installed Raspbian (jessy). Way to accomplish this seemingly easy task is quite bumpy thou. This post serves to document the steps i have done to see the plot first time. 1. grab a Raspberry Pi and all peripherals 2. If you have an NOOBS SD card, install Raspbian, if not, visit https://www.raspberrypi.org/downloads/noobs/ and download NOOBS, follow the installation procedure. 3. Raspbian installed? Great. This is Linux named Debian, to quickly check what you have installed open terminal and type lsb_release -a As answer you obtain something like: Distributor ID: Raspbian Description: Raspbian GNU/Linux9.4 (stretch) Release: 9.4 Codename: stretch Start from typing a command: sudo apt-get update Check the python version you have by typing in terminal python or pyt...