Programowanie w systemie UNIX/Python: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Nie podano opisu zmian
m →‎Moduły: matplotlib
Linia 140:
 
</syntaxhighlight>
 
 
==matplotlib==
instalacja :
 
sudo apt-get install python3-matplotlib
 
użycie
 
<syntaxhighlight lang=python>
python3
Python 3.8.5 (default, Jan 27 2021, 15:41:15)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot as plt
</syntaxhighlight>
 
 
 
 
==scipy==