Update ResidualAnalysis.py

This commit is contained in:
Petrônio Cândido de Lima e Silva 2019-06-11 16:59:48 -03:00 committed by GitHub
parent ef29c794c5
commit 67b2104445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ def plot_residuals_by_model(targets, models, tam=[8, 8], save=False, file=None):
Util.show_and_save_image(fig, file, save)
def single_plot_residuals(res, order, tam=[10, 7], save=False, file=None):
def single_plot_residuals(res, order, tam=[10, 7], save=False, file=None):
import scipy as sp
fig, ax = plt.subplots(nrows=2, ncols=2, figsize=tam)