piker/piker
Tyler Goodlet 5e161aa251 Always clear previous downsample curve on switch
Pretty sure this was most of the cause of the stale (more downsampled)
curves showing when zooming in and out from bars mode quickly. All this
stuff needs to get factored out into a new abstraction anyway, but
i think this get's mostly correct functionality.

Only draw new ds curve on uppx steps >= 4 and stop adding/removing
graphics objects from the scene; doesn't seem to speed anything up
afaict. Add better reporting of ds scale changes.
2022-04-30 11:36:23 -04:00
..
brokers Merge pull request #304 from pikers/offline_history_loading 2022-04-16 15:57:14 -04:00
clearing More ems resiliency: discard broken client dialogs 2022-04-30 11:36:23 -04:00
cli Fix `piker services` cmd 2022-03-01 12:36:32 -05:00
data Add `ShmArray.last()` docstr 2022-04-13 00:39:15 -04:00
fsp Profiler format, code stretch 2022-04-30 11:36:23 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Always clear previous downsample curve on switch 2022-04-30 11:36:23 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Drop dependence on `msgpack` and `msgpack_numpy` 2022-02-28 08:15:18 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Use service cancel method for graceful teardown 2022-04-30 11:36:23 -04:00
_profile.py Add comment on how to enable `pyqtgraph` profiling 2022-04-30 11:36:23 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Fix default `brokers.toml` copying since module move 2022-02-10 10:26:52 -05:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00