mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
fix: removed endpoints in axhline in fits.residual_plot
This commit is contained in:
parent
5f691e096a
commit
82aa305dc1
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ def residual_plot(x, y, func, fit_res):
|
|||
ax1.plot(x, residuals, 'ko', ls='none', markersize=5)
|
||||
ax1.tick_params(direction='out')
|
||||
ax1.tick_params(axis="x", bottom=True, top=True, labelbottom=True)
|
||||
ax1.axhline(y=0.0, ls='--', color='k')
|
||||
ax1.axhline(y=0.0, ls='--', color='k', marker=" ")
|
||||
ax1.fill_between(x_samples, -1.0, 1.0, alpha=0.1, facecolor='k')
|
||||
ax1.set_xlim([xstart, xstop])
|
||||
ax1.set_ylabel('Residuals')
|
||||
|
|
Loading…
Add table
Reference in a new issue