update graph
This commit is contained in:
parent
8b93ae13e0
commit
4d9e352611
@ -391,7 +391,7 @@ class Maintenance(Workflow, ModelSQL, ModelView):
|
|||||||
top = 0.3
|
top = 0.3
|
||||||
bottom = -0.3
|
bottom = -0.3
|
||||||
ax1.set_ylim(bottom, top)
|
ax1.set_ylim(bottom, top)
|
||||||
ax1.set_yticks([-0.25,0.0,0.25])
|
ax1.set_yticks([-1,-0.75,-0.5,-0.25,0.0,0.25,0.5,0.75,1])
|
||||||
|
|
||||||
ax1.set_title('Error[D]')
|
ax1.set_title('Error[D]')
|
||||||
# adding horizontal grid lines
|
# adding horizontal grid lines
|
||||||
|
Loading…
Reference in New Issue
Block a user