modusa 0.3.25__py3-none-any.whl → 0.3.27__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.
- modusa/tools/plotter.py +6 -3
- {modusa-0.3.25.dist-info → modusa-0.3.27.dist-info}/METADATA +1 -1
- {modusa-0.3.25.dist-info → modusa-0.3.27.dist-info}/RECORD +6 -6
- {modusa-0.3.25.dist-info → modusa-0.3.27.dist-info}/WHEEL +0 -0
- {modusa-0.3.25.dist-info → modusa-0.3.27.dist-info}/entry_points.txt +0 -0
- {modusa-0.3.25.dist-info → modusa-0.3.27.dist-info}/licenses/LICENSE.md +0 -0
    
        modusa/tools/plotter.py
    CHANGED
    
    | @@ -365,7 +365,7 @@ def plot2d(*args, ann=None, events=None, xlim=None, ylim=None, origin="lower", M | |
| 365 365 | 
             
            	return fig
         | 
| 366 366 |  | 
| 367 367 | 
             
            #======== Plot distribution ===========
         | 
| 368 | 
            -
            def plot_dist(*args, ann=None, xlim=None, ylim=None, ylabel=None, xlabel=None, title=None, legend=None, show_hist=True, npoints=200):
         | 
| 368 | 
            +
            def plot_dist(*args, ann=None, xlim=None, ylim=None, ylabel=None, xlabel=None, title=None, legend=None, show_hist=True, npoints=200, bins=30):
         | 
| 369 369 | 
             
            		"""
         | 
| 370 370 | 
             
            		Plot distribution.
         | 
| 371 371 |  | 
| @@ -411,6 +411,9 @@ def plot_dist(*args, ann=None, xlim=None, ylim=None, ylabel=None, xlabel=None, t | |
| 411 411 | 
             
            		npoints: int
         | 
| 412 412 | 
             
            			- Number of points for which gaussian needs to be computed between min and max.
         | 
| 413 413 | 
             
            			- Higher value means more points are evaluated with the fitted gaussian, thereby higher resolution.
         | 
| 414 | 
            +
            		bins: int
         | 
| 415 | 
            +
            			- The number of bins for histogram.
         | 
| 416 | 
            +
            			- This is used only to plot the histogram.
         | 
| 414 417 |  | 
| 415 418 | 
             
            		Returns
         | 
| 416 419 | 
             
            		-------
         | 
| @@ -454,11 +457,11 @@ def plot_dist(*args, ann=None, xlim=None, ylim=None, ylabel=None, xlabel=None, t | |
| 454 457 | 
             
            				if legend is not None:
         | 
| 455 458 | 
             
            						dist_ax.plot(x_vals, y_vals, color=colors[i], label=legend[i])
         | 
| 456 459 | 
             
            						if show_hist is True:
         | 
| 457 | 
            -
            								dist_ax.hist(data, bins= | 
| 460 | 
            +
            								dist_ax.hist(data, bins=bins, density=True, alpha=0.3, facecolor=colors[i], edgecolor='black', label=legend[i])
         | 
| 458 461 | 
             
            				else:
         | 
| 459 462 | 
             
            						dist_ax.plot(x_vals, y_vals, color=colors[i])
         | 
| 460 463 | 
             
            						if show_hist is True:
         | 
| 461 | 
            -
            								dist_ax.hist(data, bins= | 
| 464 | 
            +
            								dist_ax.hist(data, bins=bins, density=True, alpha=0.3, facecolor=colors[i], edgecolor='black')
         | 
| 462 465 |  | 
| 463 466 | 
             
            		# Add annotations
         | 
| 464 467 | 
             
            		if ann is not None:
         | 
| @@ -1,7 +1,7 @@ | |
| 1 | 
            -
            modusa-0.3. | 
| 2 | 
            -
            modusa-0.3. | 
| 3 | 
            -
            modusa-0.3. | 
| 4 | 
            -
            modusa-0.3. | 
| 1 | 
            +
            modusa-0.3.27.dist-info/METADATA,sha256=YE2Sxy3pyXXbzkIjB5wqMme9ENn6-ZkqsbRiOn8Tfbw,1369
         | 
| 2 | 
            +
            modusa-0.3.27.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
         | 
| 3 | 
            +
            modusa-0.3.27.dist-info/entry_points.txt,sha256=fmKpleVXj6CdaBVL14WoEy6xx7JQCs85jvzwTi3lePM,73
         | 
| 4 | 
            +
            modusa-0.3.27.dist-info/licenses/LICENSE.md,sha256=JTaXAjx5awk76VArKCx5dUW8vmLEWsL_ZlR7-umaHbA,1078
         | 
| 5 5 | 
             
            modusa/.DS_Store,sha256=_gm6qJREwfMi8dE7n5S89_RG46u5t3xHyD-smNhtNoM,6148
         | 
| 6 6 | 
             
            modusa/__init__.py,sha256=uq6kORFFAODiCMGmOLWO0shE8-dVFWf5gmV8wxekmnk,280
         | 
| 7 7 | 
             
            modusa/config.py,sha256=bTqK4t00FZqERVITrxW_q284aDDJAa9aMSfFknfR-oU,280
         | 
| @@ -47,7 +47,7 @@ modusa/tools/audio_loader.py,sha256=DrCzq0pdiQrUDIG-deLJGcu8EaylO5yRtwT4lr8WSf8, | |
| 47 47 | 
             
            modusa/tools/audio_player.py,sha256=GP04TWW4jBwQBjANkfR_cJtEy7cIhvbu8RTwnf9hD6E,2817
         | 
| 48 48 | 
             
            modusa/tools/base.py,sha256=C0ESJ0mIfjjRlAkRbSetNtMoOfS6IrHBjexRp3l_Mh4,1293
         | 
| 49 49 | 
             
            modusa/tools/math_ops.py,sha256=ZZ7U4DgqT7cOeE7_Lzi_Qq-48WYfwR9_osbZwTmE9eg,8690
         | 
| 50 | 
            -
            modusa/tools/plotter.py,sha256= | 
| 50 | 
            +
            modusa/tools/plotter.py,sha256=Aacg-ezlMFdx_BK8yTOdsBBRQIGSwmWBmTwANr5TtHs,15388
         | 
| 51 51 | 
             
            modusa/tools/youtube_downloader.py,sha256=hB_X8-7nOHXOlxg6vv3wyhBLoAsWyomrULP6_uCQL7s,1698
         | 
| 52 52 | 
             
            modusa/utils/.DS_Store,sha256=nLXMwF7QJNuglLI_Gk74F7vl5Dyus2Wd74Mgowijmdo,6148
         | 
| 53 53 | 
             
            modusa/utils/__init__.py,sha256=1oLL20yLB1GL9IbFiZD8OReDqiCpFr-yetIR6x1cNkI,23
         | 
| @@ -56,4 +56,4 @@ modusa/utils/excp.py,sha256=L9vhaGjKpv9viJYdmC9n5ndmk2GVbUBuFyZyhAQZmWY,906 | |
| 56 56 | 
             
            modusa/utils/logger.py,sha256=K0rsnObeNKCxlNeSnVnJeRhgfmob6riB2uyU7h3dDmA,571
         | 
| 57 57 | 
             
            modusa/utils/np_func_cat.py,sha256=TyIFgRc6bARRMDnZxlVURO5Z0I-GWhxRONYyIv-Vwxs,1007
         | 
| 58 58 | 
             
            modusa/utils/plot.py,sha256=s_vNdxvKfwxEngvJPgrF1PcmxZNnNaaXPViHWjyjJ-c,5335
         | 
| 59 | 
            -
            modusa-0.3. | 
| 59 | 
            +
            modusa-0.3.27.dist-info/RECORD,,
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         |