Start a new graphics sub-package

chart_trader
Tyler Goodlet 2020-12-28 15:04:57 -05:00
parent 5d30f351af
commit b4c28cb086
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ from PyQt5.QtCore import QLineF, QPointF
# from .._profile import timeit # from .._profile import timeit
# from ..data._source import numba_ohlc_dtype # from ..data._source import numba_ohlc_dtype
from ._style import ( from .._style import (
_xaxis_at, _xaxis_at,
hcolor, hcolor,
_font, _font,
_down_2_font_inches_we_like, _down_2_font_inches_we_like,
) )
from ._axes import YAxisLabel, XAxisLabel, YSticky from .._axes import YAxisLabel, XAxisLabel, YSticky
# XXX: these settings seem to result in really decent mouse scroll # XXX: these settings seem to result in really decent mouse scroll