We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fcbf4 commit ce14b18Copy full SHA for ce14b18
scripts/PlotGraphs.py
@@ -149,8 +149,8 @@ def workingAnimation():
149
plt.plot(
150
alteredDestinationTimes[0], alteredDestinationTimes[1], color="#22AEE7"
151
)
152
- plt.xlabel("No. of Actors at Destination")
153
- plt.ylabel("Time (ms)")
+ plt.xlabel("Time (ms)")
+ plt.ylabel("No. of Actors at Destination")
154
plt.title("Actor Arrival Times at Destination")
155
plt.savefig("../output/images/destinationTimesGraph.png")
156
0 commit comments