Skip to content

Commit

Permalink
bigger ticks for NT diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Mar 2, 2024
1 parent 9732747 commit cdb2558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def calculate_nt(

ax1.set_xlabel(r"t / s", fontsize=18)
ax1.set_ylabel(r"# pedestrians", fontsize=18)
ax1.tick_params(axis="both", which="major", labelsize=14) # For major ticks
ax1.legend(loc="best")
c1, c2 = st.columns((0.6, 0.4))
c1.pyplot(fig1)
Expand Down

0 comments on commit cdb2558

Please sign in to comment.