changed axis label
This commit is contained in:
parent
b490bd7f7a
commit
8b137f5510
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ try:
|
||||||
ax.plot(times[:len(data_buffer)], data_buffer)
|
ax.plot(times[:len(data_buffer)], data_buffer)
|
||||||
warn = False
|
warn = False
|
||||||
ax.set_xlabel('Time [100 ms]')
|
ax.set_xlabel('Time [100 ms]')
|
||||||
ax.set_ylabel('Value randomness')
|
ax.set_ylabel('Temperature')
|
||||||
ax.set_title('Value randomness over time')
|
ax.set_title('Temperature over time')
|
||||||
plt.xticks(np.arange(1, 21, 1))
|
plt.xticks(np.arange(1, 21, 1))
|
||||||
plt.yticks(np.arange(0, 257, 32))
|
plt.yticks(np.arange(0, 257, 32))
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue