Skip to content

Commit

Permalink
Update lambdas docs image
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Oct 1, 2019
1 parent 1ac90ac commit eff47ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/examples/lambdas/orthogonal_polynomials.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ def plot_orthagonal_polynomial_components(ax, xs, lambdas, params, log=False, **
smooth_profile = np.exp(l_func(continuous_radii))
# %% Plot the Results ------------------------------------------------------------------
ax = REE_v_radii(Y, ree=data_ree, color="0.8", label="Data")
REE_v_radii(
subset_Y, ree=subset_ree, ax=ax, color="k", linewidth=0, label="Subset"
)
#plot_orthagonal_polynomial_components(ax, continuous_radii, ls, params, log=True)
#ax.plot(continuous_radii, smooth_profile, label="Reconstructed\nProfile", c="k", lw=2)
REE_v_radii(subset_Y, ree=subset_ree, ax=ax, color="k", linewidth=0, label="Subset")
plot_orthagonal_polynomial_components(ax, continuous_radii, ls, params, log=True)
ax.plot(continuous_radii, smooth_profile, label="Reconstructed\nProfile", c="k", lw=2)
ax.legend(frameon=False, facecolor=None, bbox_to_anchor=(1, 1))
# %% End -------------------------------------------------------------------------------
from pyrolite.util.plot import save_figure
Expand Down
Binary file modified docs/source/_static/OrthogPolyDeconstruction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eff47ae

Please sign in to comment.