-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into extend_floorplot
- Loading branch information
Showing
15 changed files
with
224 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
__contact__ = "[email protected]" | ||
|
||
|
||
__version__ = "0.11.2" | ||
__version__ = "0.11.3-rc6" | ||
|
||
|
||
# expose the following in global namespace | ||
|
@@ -16,6 +16,7 @@ | |
from .properties import * | ||
from .timestructure import * | ||
from .twiss import * | ||
from .util import AUTO | ||
|
||
# allow usage of xplt.mpl.* without importing matplotlib | ||
import matplotlib as mpl | ||
|
@@ -45,10 +46,10 @@ class TimeVariationScalePlot(SpillQualityTimescalePlot): | |
_hooks.try_register_hooks() | ||
|
||
import matplotlib.style as _mpl_style | ||
import pint.formatting as _pint_formatting | ||
|
||
|
||
def apply_style(): | ||
"""Apply xplt's matplotlib style sheet and update rcParams""" | ||
_mpl_style.use("xplt.xplt") | ||
# import pint.formatting as _pint_formatting | ||
# _pint_formatting.format_default = "X" # use explicit format instead! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.