Skip to content

Commit fe95e1c

Browse files
committed
fix bug
1 parent a238370 commit fe95e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "smplotlib"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
authors = [
99
{ name="Jiaxuan Li", email="[email protected]" },
1010
]

src/smplotlib/smplot.mplstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ errorbar.capsize: 2 # length of end cap on error bars in pixels
614614
## ***************************************************************************
615615
## * HISTOGRAM PLOTS *
616616
## ***************************************************************************
617-
hist.bins: 'auto' # The default number of histogram bins or 'auto'.
617+
hist.bins: 15 # The default number of histogram bins or 'auto'.
618618

619619

620620
## ***************************************************************************

0 commit comments

Comments
 (0)