Posts by Lucas Ribeiro • 65 points
3 posts
-
3
votes1
answer35
viewsQ: Center values from each bar on matplotlib charts using Python
I’m doing studies on the library matplotlib in Python language extracting data from a local database, also using bilioteca sqlite3, the amount of cities that make birthday at home month of the year.…
-
0
votes2
answers1857
viewsA: In which folder should I add the files to be read by Jupyter Notebook
Andressa, I recommend you to do the following. In the folder where you are using the created notebook, in the address tab of the folder type jupyter notebook. Your system will open a startup window…
pythonanswered Lucas Ribeiro 65 -
3
votes1
answer142
viewsQ: How to remove scientific notation on the y-axis using matplotlib?
When generating a graph using the library matplotlib in Python language in the Jupyter Notebook, I realized that the data presented in it were "reduced" (I think that would be the term) and with a…