Skip to content

Commit cf3a595

Browse files
committed
Rename repo
1 parent 620d31b commit cf3a595

105 files changed

Lines changed: 9 additions & 9 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This makes package locally importable, as long as
44
# this directory is on PYTHONPATH.
55
#------------------------------------------------------------------------------#
6-
from .proplot import *
6+
from .explot import *
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#------------------------------------------------------------------------------#
77
# First set up notebook
88
from .notebook import *
9-
name = 'ProPlot'
9+
name = 'ExPlot'
1010
# Then import stuff
1111
from .base import * # basic tools
1212
from .subplots import *

proplot/axis.py renamed to explot/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def eFormatter():
689689
'percent': mticker.PercentFormatter,
690690
# 'default': CustomFormatter,
691691
'custom': CustomFormatter,
692-
'proplot': CustomFormatter,
692+
'explot': CustomFormatter,
693693
'$': MoneyFormatter,
694694
'pi': PiFormatter,
695695
'e': eFormatter,
File renamed without changes.

0 commit comments

Comments
 (0)