mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
f329647295
7 changed files with 166 additions and 407 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
examples/data/correlator_test.json.gz
Normal file
BIN
examples/data/correlator_test.json.gz
Normal file
Binary file not shown.
BIN
examples/data/f_A.json.gz
Normal file
BIN
examples/data/f_A.json.gz
Normal file
Binary file not shown.
BIN
examples/data/f_P.json.gz
Normal file
BIN
examples/data/f_P.json.gz
Normal file
Binary file not shown.
|
@ -703,7 +703,7 @@ def residual_plot(x, y, func, fit_res):
|
||||||
ax1.plot(x, residuals, 'ko', ls='none', markersize=5)
|
ax1.plot(x, residuals, 'ko', ls='none', markersize=5)
|
||||||
ax1.tick_params(direction='out')
|
ax1.tick_params(direction='out')
|
||||||
ax1.tick_params(axis="x", bottom=True, top=True, labelbottom=True)
|
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.fill_between(x_samples, -1.0, 1.0, alpha=0.1, facecolor='k')
|
||||||
ax1.set_xlim([xstart, xstop])
|
ax1.set_xlim([xstart, xstop])
|
||||||
ax1.set_ylabel('Residuals')
|
ax1.set_ylabel('Residuals')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue