Skip to content

Commit

Permalink
#8 update the function descriptoin of histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangyixue1537 committed Mar 15, 2024
1 parent ed77425 commit a4e4b7b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions rick.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,19 +269,18 @@ def histogram_chart(data, ylab, xlab, nbin, **kwargs):
Label for the y axis.
xlab : str
Label for the x axis.
ymax : int, optional, default is the max y value
The max value of the y axis
ymin : int, optional, default is 0
The minimum value of the y axis
xmax : int, optional, default is the max x value
The max value of the x axis
xmin : int, optional, default is the min x value
The minimum value of the x axis
nbin : int, optional, default is none
The number of bins for the two dimensions
Returns
--------
fig
Matplotlib fig object
ax
Matplotlib ax object
props
Dictionary of the text annotation properties
"""

Expand Down

0 comments on commit a4e4b7b

Please sign in to comment.