Skip to content

Commit

Permalink
removing seaborn style use
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoViML committed Dec 17, 2023
1 parent 903c908 commit 1966e65
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion autoviz/AutoViz_Class.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def warn(*args, **kwargs):
import pdb
import pprint
import matplotlib
matplotlib.style.use('seaborn-v0_8-ticks')
from itertools import cycle, combinations
from collections import defaultdict
import copy
Expand Down
2 changes: 1 addition & 1 deletion autoviz/AutoViz_Holo.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def warn(*args, **kwargs):
import pdb
import pprint
import matplotlib
matplotlib.style.use('fivethirtyeight')
#matplotlib.style.use('fivethirtyeight')
from itertools import cycle, combinations
from collections import defaultdict
import copy
Expand Down
2 changes: 1 addition & 1 deletion autoviz/AutoViz_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def warn(*args, **kwargs):
import pdb
import pprint
import matplotlib
matplotlib.style.use('seaborn')
#matplotlib.style.use('seaborn')
from itertools import cycle, combinations
from collections import defaultdict
import copy
Expand Down
2 changes: 1 addition & 1 deletion autoviz/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Ram Seshadri"
__description__ = "Automatically Visualize any data set any size with a Single Line of Code"
__url__ = "https://github.com/AutoViML/AutoViz.git"
__version__ = "0.1.734"
__version__ = "0.1.735"
__holo_version__ = "0.0.4"
__license__ = "Apache License 2.0"
__copyright__ = "2020-21 Google"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="autoviz",
version="0.1.734",
version="0.1.735",
author="Ram Seshadri",
# author_email="[email protected]",
description="Automatically Visualize any dataset, any size with a single line of code",
Expand Down

0 comments on commit 1966e65

Please sign in to comment.