We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8cab3 commit b77fb30Copy full SHA for b77fb30
docs/examples/ch08NPRefinement/solutions/diffpy-cmi/fitCdSeNP.py
@@ -10,7 +10,6 @@
10
# 1: Import relevant system packages that we will need...
11
from pathlib import Path
12
13
-import matplotlib as mpl
14
import matplotlib.pyplot as plt
15
import numpy as np
16
from scipy.optimize import least_squares
@@ -445,9 +444,6 @@ def plot_results(recipe, fig_name):
445
444
# Calculate the residual (difference) array and offset it vertically.
446
diff = g - gcalc + diffzero
447
448
- # Change some style details of the plot
449
- mpl.rcParams.update(mpl.rcParamsDefault)
450
-
451
# Create a figure and an axis on which to plot
452
fig, ax1 = plt.subplots(1, 1)
453
0 commit comments