Skip to content
Snippets Groups Projects
Commit cde3eb8e authored by Carlo Guidi's avatar Carlo Guidi
Browse files

Update acoustics.py

parent c447780c
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ while check:
matplotlib.pyplot.xticks(np.arange(1, 6, step = 1))
matplotlib.pyplot.yticks(np.arange(0, 19, step = 1))
matplotlib.pyplot.grid(color='k', linestyle='-', linewidth = 0.2)
matplotlib.pyplot.grid(color = 'k', linestyle = '-', linewidth = 0.2)
ax.set_xlabel('DUs', fontsize = 18)
ax.set_ylabel('Floors', fontsize = 18)
ts = now + 3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment