update graph
This commit is contained in:
parent
2de04793cc
commit
3bdb22d3f6
@ -388,6 +388,11 @@ class Maintenance(Workflow, ModelSQL, ModelView):
|
|||||||
vert=True, # vertical box alignment
|
vert=True, # vertical box alignment
|
||||||
patch_artist=True, # fill with color
|
patch_artist=True, # fill with color
|
||||||
labels=labels) # will be used to label x-ticks
|
labels=labels) # will be used to label x-ticks
|
||||||
|
top = 0.3
|
||||||
|
bottom = -0.3
|
||||||
|
ax1.set_ylim(bottom, top)
|
||||||
|
ax1.set_yticks([-0.30,-0.25,-0.20,-0.15,-0.10,-0.05,0.0,0.05,0.10,0.15,0.20,0.25,0.30])
|
||||||
|
|
||||||
ax1.set_title('Error[D]')
|
ax1.set_title('Error[D]')
|
||||||
# adding horizontal grid lines
|
# adding horizontal grid lines
|
||||||
for ax in [ax1]:
|
for ax in [ax1]:
|
||||||
|
@ -1 +0,0 @@
|
|||||||
,raskolnikov,rodia-pc,08.11.2022 14:43,file:///home/raskolnikov/.config/libreoffice/4;
|
|
Loading…
Reference in New Issue
Block a user