Where the plots output r available,in coding I printed plot,but in output no plot is showing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

2nd Sep 2020, 5:42 PM
Priyanka MN
Priyanka MN - avatar
6 Answers
+ 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
2nd Sep 2020, 6:13 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 4
Without having your code here, it is not possible to help you. Please put your code in playground and post it here. Thanks!
2nd Sep 2020, 6:13 PM
Lothar
Lothar - avatar
+ 1
🤐 what is this plot mention about about the language name ! and which plot are you talking about
2nd Sep 2020, 5:44 PM
Ayush Kumar
Ayush Kumar - avatar
+ 1
we dont understood your question
2nd Sep 2020, 5:47 PM
Ãbhïšhêķ pãł
Ãbhïšhêķ pãł - avatar
0
When I import matplotlib
2nd Sep 2020, 6:02 PM
Priyanka MN
Priyanka MN - avatar
0
I printed plot.show, but it doesn't not shown any plot in output
2nd Sep 2020, 6:02 PM
Priyanka MN
Priyanka MN - avatar