Skip to content

Commit 63f4b3c

Browse files
committed
New version 905 fixes a minor bug with recent version of matplotlib
1 parent 8ff96c6 commit 63f4b3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autoviz/AutoViz_Utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def warn():
4747
# sns.set(style="whitegrid", color_codes=True)
4848
import re
4949
import pprint
50-
# matplotlib.style.use('seaborn')
50+
matplotlib.style.use('fivethirtyeight')
5151
from itertools import cycle, combinations
5252
import sys
5353
from io import BytesIO

autoviz/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = "Ram Seshadri"
66
__description__ = "Automatically Visualize any data set any size with a Single Line of Code"
77
__url__ = "https://github.com/AutoViML/AutoViz.git"
8-
__version__ = "0.1.904"
8+
__version__ = "0.1.905"
99
__holo_version__ = "0.0.4"
1010
__license__ = "Apache License 2.0"
1111
__copyright__ = "2020-21 Google"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setuptools.setup(
4343
name="autoviz",
44-
version="0.1.904",
44+
version="0.1.905",
4545
author="Ram Seshadri",
4646
description="Automatically Visualize any dataset, any size with a single line of code",
4747
long_description=long_description,

0 commit comments

Comments
 (0)