TroglodyteDerivations commited on
Commit
a475f7a
1 Parent(s): 36fec54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ class DisplacementVisualization(RhinoDisplacementPlot):
57
  ax.plot(times, disp_acc, label='Accelerating Rhino')
58
  ax.plot(times, disp_const, label='Constant Speed Rhino')
59
  ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]),
60
- textcoords="offset points", xytext=(-60, 10), ha='left')
61
  ax.annotate('Constant speed Rhino = 1200 m', (self.meeting_time, disp_const[-1]),
62
  textcoords="offset points", xytext=(-80, -20), ha='center')
63
  ax.set_xlabel('Time (s)')
 
57
  ax.plot(times, disp_acc, label='Accelerating Rhino')
58
  ax.plot(times, disp_const, label='Constant Speed Rhino')
59
  ax.annotate('Accelerating rhino = 400 m', (self.meeting_time, disp_acc[-1]),
60
+ textcoords="offset points", xytext=(-60, 10), ha='center')
61
  ax.annotate('Constant speed Rhino = 1200 m', (self.meeting_time, disp_const[-1]),
62
  textcoords="offset points", xytext=(-80, -20), ha='center')
63
  ax.set_xlabel('Time (s)')