Removing sync folder tracking"
This commit is contained in:
@@ -42,8 +42,8 @@ def get_data(filename):
|
||||
|
||||
return x_shift+x, y_shift+y
|
||||
|
||||
x_meas, y_meas = get_data('Python/Plotting/Base/Measured_P.txt') #Files go here
|
||||
x_sim, y_sim = get_data("Python/Plotting/Base/Simulated_P.txt")
|
||||
x_meas, y_meas = get_data('Plotting/Base/Measured_P.txt') #Files go here
|
||||
x_sim, y_sim = get_data("Plotting/Base/Simulated_P.txt")
|
||||
y_max_data = 36
|
||||
|
||||
################################# BASIC PLOT CODE #################################
|
||||
@@ -87,7 +87,7 @@ ax.set_xticks([-180,-90,0,90,180],['BDC\n-180°','Intake/Compression','TDC\n0°'
|
||||
# ax.set_xticks([-180,-90,0,90,180], minor=True) # X Minor Ticks
|
||||
|
||||
ax.set_ylim(y_min,y_max) # Y limits
|
||||
ax.set_yticks(np.arange(y_min,y_max,y_step_maj),tickpad = 10) # Y Major Ticks
|
||||
ax.set_yticks(np.arange(y_min,y_max,y_step_maj)) # Y Major Ticks
|
||||
# ax.set_yticks(np.arange(y_min,y_max,y_step_min),minor=True) # Y Minor Ticks
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user