Posts by Guilherme Fernandes • 9 points
1 post
-
0
votes1
answer531
viewsQ: Python graph does not show all values on the x-axis
I used the pandas library to read a csv file and create a graph using matplotlib: import pandas as pd import matplotlib.pyplot as plt brazil_dataset = pd.read_csv('/content/states.csv') fig, ax =…