mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2025-06-28 06:30:35 +02:00
Print a clear message when grid is ready
Also use plt.pause before plotting, ensuring plot is updated in real time
This commit is contained in:
@ -55,6 +55,7 @@ if has_matplotlib:
|
||||
def plot(*args, **kwargs):
|
||||
plt.clf()
|
||||
view_map(*args, **kwargs)
|
||||
plt.pause(0.01)
|
||||
plt.show()
|
||||
|
||||
else:
|
||||
|
Reference in New Issue
Block a user