Updating Docs

This commit is contained in:
2025-12-15 16:03:46 -05:00
parent 6d9afb1571
commit b541866027
10 changed files with 42724 additions and 570 deletions

View File

@@ -98,8 +98,8 @@ ax[0].set_xticks(np.arange(x_1_min,x_1_max,x_1_step_maj)) # X Maj
# ax[1].set_xticks([-180,-90,0,90,180], minor=True) # X Minor Ticks
x_2_min = 0 # Axis Limits and Ticks
x_2_max = 9.5
x_2_step_maj = 1 #steps not division
x_2_max = 29
x_2_step_maj = 2 #steps not division
x_2_step_min = 1
ax[1].set_xlim(x_2_min,x_2_max) # X limits