0
Where the plots output r available,in coding I printed plot,but in output no plot is showing
Matplotlib.pyplot using this I printed plot.show with my data but in output no plot is shown https://code.sololearn.com/cK2Y35B1SLiW/?ref=app https://code.sololearn.com/cK2Y35B1SLiW/?ref=app
6 Réponses
+ 6
Windows, Linux and macOS distributions have matplotlib and most of its dependencies as wheel packages. Run the following command to install matplotlib package :
python -mpip install -U matplotlib
Importing matplotlib :
from matplotlib import pyplot as plt or import matplotlib.pyplot as plt
https://www.google.com/amp/s/www.geeksforgeeks.org/python-introduction-matplotlib/amp/
https://stackoverflow.com/questions/11815538/how-to-import-matplotlib-in-python
+ 4
Without having your code here, it is not possible to help you. Please put your code in playground and post it here. Thanks!
+ 1
🤐 what is this plot mention about about the language name !
and which plot are you talking about
+ 1
we dont understood your question
0
When I import matplotlib
0
I printed plot.show, but it doesn't not shown any plot in output