File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " smplotlib"
7
- version = " 0.0.6 "
7
+ version = " 0.0.7 "
8
8
authors = [
9
9
{
name =
" Jiaxuan Li" ,
email =
" [email protected] " },
10
10
]
Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ errorbar.capsize: 2 # length of end cap on error bars in pixels
614
614
## ***************************************************************************
615
615
## * HISTOGRAM PLOTS *
616
616
## ***************************************************************************
617
- hist.bins: 'auto' # The default number of histogram bins or 'auto'.
617
+ hist.bins: 15 # The default number of histogram bins or 'auto'.
618
618
619
619
620
620
## ***************************************************************************
You can’t perform that action at this time.
0 commit comments