py2ls 0.1.5.5__py3-none-any.whl → 0.1.5.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
py2ls/plot.py CHANGED
@@ -153,11 +153,8 @@ def stdshade(ax=None,*args, **kwargs):
153
153
  if not label_line and label:
154
154
  label_line = label
155
155
 
156
- fill = ax.fill_between(x, yMean + wings, yMean - wings, color=acolor, alpha=alpha, lw=0,**fill_kws)
157
- if line_kws != {} and not any(key.lower() in ['lw', 'linewidth'] for key in line_kws.keys()):
158
- line = ax.plot(x, yMean, color=acolor, lw=lw, ls=ls, marker=marker, label=label_line)
159
- else:
160
- line = ax.plot(x, yMean, color=acolor, ls=ls, marker=marker, label=label_fill)
156
+ fill = ax.fill_between(x, yMean + wings, yMean - wings, color=acolor, alpha=alpha, lw=0,label=label_fill)
157
+ line = ax.plot(x, yMean, color=acolor, lw=lw, ls=ls, marker=marker, label=label_line)
161
158
  return line[0], fill
162
159
  # =============================================================================
163
160
  # # for plot figures {Qiu et al.2023}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py2ls
3
- Version: 0.1.5.5
3
+ Version: 0.1.5.6
4
4
  Summary: py(thon)2(too)ls
5
5
  Author: Jianfeng
6
6
  Author-email: Jianfeng.Liu0413@gmail.com
@@ -127,12 +127,12 @@ py2ls/db2ls.py,sha256=MMfFX47aIPIyu7fU9aPvX9lbPRPYOpJ_VXwlnWk-8qo,13615
127
127
  py2ls/freqanalysis.py,sha256=F4218VSPbgL5tnngh6xNCYuNnfR-F_QjECUUxrPYZss,32594
128
128
  py2ls/ips.py,sha256=hGom81LO6p0zMzgZPucMqAHOmUbXwJr_SEXgOx6HYqI,96679
129
129
  py2ls/netfinder.py,sha256=ZsLWGYMeRuGvxj2nqE0Z8ANoaVl18Necfw0HQfh2q7I,45548
130
- py2ls/plot.py,sha256=mO_B40hU_xs2ByHNLoxwzJd4Vn3bDrWLVLYG6oy5YI8,7311
130
+ py2ls/plot.py,sha256=b9eks1nDM0Z8QC3MA6-zQWl6qi_gQozUSV1lBGMurfM,7118
131
131
  py2ls/setuptools-70.1.0-py3-none-any.whl,sha256=2bi3cUVal8ip86s0SOvgspteEF8SKLukECi-EWmFomc,882588
132
132
  py2ls/sleep_events_detectors.py,sha256=36MCuRrpurn0Uvzpo3p3b3_JlVsRNHSWCXbJxCGM3mg,51546
133
133
  py2ls/stats.py,sha256=Wd9yCKQ_61QD29WMEgMuEcreFxF91NmlPW65iWT2B5w,39041
134
134
  py2ls/translator.py,sha256=6S7MmTZmjj8NljVmj0W5uEauu4ePxso3AMf2LvGVRQA,30516
135
135
  py2ls/wb_detector.py,sha256=7y6TmBUj9exCZeIgBAJ_9hwuhkDh1x_-yg4dvNY1_GQ,6284
136
- py2ls-0.1.5.5.dist-info/METADATA,sha256=B9uOJk3_Qa34owSDCx91tDq_xNf17yqMT-rqYwrcaHQ,17943
137
- py2ls-0.1.5.5.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
138
- py2ls-0.1.5.5.dist-info/RECORD,,
136
+ py2ls-0.1.5.6.dist-info/METADATA,sha256=mjKYEOH2E5TfH1CIoUeOkfAe_g46Za1zYwKLPt8gHGE,17943
137
+ py2ls-0.1.5.6.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
138
+ py2ls-0.1.5.6.dist-info/RECORD,,