diff options
Diffstat (limited to 'vprtw_aco_figure.py')
| -rw-r--r-- | vprtw_aco_figure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vprtw_aco_figure.py b/vprtw_aco_figure.py index 6fa8765..9860f8e 100644 --- a/vprtw_aco_figure.py +++ b/vprtw_aco_figure.py @@ -72,4 +72,4 @@ class VrptwAcoFigure: x_list = [self.nodes[path[i - 1]].x, self.nodes[path[i]].x] y_list = [self.nodes[path[i - 1]].y, self.nodes[path[i]].y] self.figure_ax.plot(x_list, y_list, color=self._line_color, linewidth=1.5, label='line') - plt.pause(0.05) + plt.pause(0.02) |
