Skip to content

Commit

Permalink
adjusted period_lim in summary_plot docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanplanders committed May 28, 2024
1 parent f53d48e commit af079a0
Show file tree
Hide file tree
Showing 5 changed files with 3,801 additions and 1 deletion.
30 changes: 30 additions & 0 deletions 425_env_slim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: GEOL425_v2023
channels:
- conda-forge
- defaults
dependencies:
# jupyterhub-singleuser version 3 or greater is a requirement for working well
# with a JupyterHub such as at https://linkedearth.2i2c.cloud. After
# https://github.com/jupyterhub/repo2docker/pull/1239 is merged, this doesn't
# need to be specified.
#
- python=3.12
- seaborn
- scikit-learn
- statsmodels
- fsspec
- requests
- xarray
# - intake
# - esgf-pyclient
- jupyter=1.0.0
- jupyterlab
# - jupyter_server<2
- pip
- pip:
- setuptools
- nitime
- cartopy>=0.21.1
- fitter
- '-e .'
- pandas>=2.0.0
2 changes: 1 addition & 1 deletion pyleoclim/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ def summary_plot(self, psd, scalogram, figsize=[8, 10], title=None,
psd = series.spectral(freq = 'welch').signif_test(number=20)
scalogram = series.wavelet(freq_method = 'welch')
fig, ax = series.summary_plot(psd = psd,scalogram = scalogram, period_lim = [5,0], ts_plot_kwargs = {'color':'Purple','linewidth':.5}, psd_plot_kwargs = {'color':'Purple','linewidth':1.5})
fig, ax = series.summary_plot(psd = psd,scalogram = scalogram, period_lim = [0,5], ts_plot_kwargs = {'color':'Purple','linewidth':.5}, psd_plot_kwargs = {'color':'Purple','linewidth':1.5})
'''

Expand Down
2,195 changes: 2,195 additions & 0 deletions scratch_notebooks/interval_highlighting-Copy1.ipynb

Large diffs are not rendered by default.

1,103 changes: 1,103 additions & 0 deletions scratch_notebooks/interval_highlighting.ipynb

Large diffs are not rendered by default.

472 changes: 472 additions & 0 deletions scratch_notebooks/map_legend_troubleshoot.ipynb

Large diffs are not rendered by default.

0 comments on commit af079a0

Please sign in to comment.