Fixed bad equation close position
This commit is contained in:
committed by
wmayer
parent
3d7778e318
commit
f66c466c1e
@@ -196,7 +196,7 @@ class Plot(object):
|
||||
serie.line.set_linestyle('-')
|
||||
serie.line.set_linewidth(2.0)
|
||||
serie.line.set_color((0.0, 0.0, 0.0))
|
||||
Plot.xlabel(r'$T \; \left[ \mathrm{m}$ \right]')
|
||||
Plot.xlabel(r'$T \; \left[ \mathrm{m} \right]$')
|
||||
Plot.ylabel(r'$\bigtriangleup \; \left[ \mathrm{tons} \right]$')
|
||||
plt.axes.xaxis.label.set_fontsize(15)
|
||||
plt.axes.yaxis.label.set_fontsize(15)
|
||||
|
||||
Reference in New Issue
Block a user