piker/piker
Tyler Goodlet 8a5fe9da79 Only set the major curve's range once (per render cycle)
Turns out this is a limitation of the `ViewBox.setYRange()` api: you
can't call it more then once and expect anything but the first call to
be applied without letting a render cycle run. As such, we wait until
the end of the log-linear scaling loop to finally apply the major curves
y-mx/mn after all minor curves have been evaluated.

This also drops all the debug prints (for now) to get a feel for latency
in production mode.
2023-03-03 18:36:45 -05:00
..
brokers `flake8` linter cleanup and comment out order ctl draft code 2023-03-03 18:32:24 -05:00
clearing Add sym registry to PaperBoi as well as a sym ref on Transaction 2023-03-01 21:06:48 -03:00
cli Moved database initialization code inside the open_pikerd context manager 2023-02-21 13:34:29 -03:00
data Backward-compat: don't require `'lot_tick_size'` 2023-03-02 19:22:19 -05:00
fsp Fix history array name 2023-02-12 13:55:26 -05:00
testing Use constants value for test config dir path 2023-02-25 18:59:39 -05:00
ui Only set the major curve's range once (per render cycle) 2023-03-03 18:36:45 -05:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Expose `.open_feed()` and `open_piker_runtime()` eps at top level 2022-11-10 13:06:31 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Remove unnesesary arguments to some pikerd functions, fix container init error 2023-02-21 20:45:10 -03:00
_profile.py Make profiler work when nested and not? 2023-02-13 12:27:58 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Fix mayor bug found by fomo, sym info getting stored incorrectly on pps.toml causing it to load pp wrong on second open, also fix header leak bug 2023-03-01 21:06:52 -03:00
log.py Type annot name in put to log routine 2022-06-05 22:13:36 -04:00
pp.py Backward-compat: don't require `'lot_tick_size'` 2023-03-02 19:22:19 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00