piker/piker/ui
Tyler Goodlet 4f4b5e0280 Rename `Flow` -> `Viz`
The type is better described as a "data visualization":
https://en.wikipedia.org/wiki/Data_and_information_visualization

Add `ChartPlotWidget.get_viz()` to start working towards not accessing
the private table directly XD

We'll probably end up using the name `Flow` for a type that tracks
a collection of composed/cascaded `Flume`s:
https://en.wikipedia.org/wiki/Two-port_network#Cascade_connection
2023-01-10 12:05:57 -05:00
..
kivy Port kivy monitor to new tractor stream api 2021-04-29 09:10:11 -04:00
quantdom Drop quantdum legend item 2021-05-24 12:23:02 -04:00
__init__.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
_anchors.py Even more correct "default view" snap-to-pp-marker 2022-04-30 11:36:23 -04:00
_annotate.py `PyQt5` + `pyqtgraph` import updates (`QtGui -> `QtWidgets`) 2022-10-30 21:11:14 -04:00
_app.py Passthrough fqsns list directly to `.load_symbols()` 2023-01-10 11:09:49 -05:00
_axes.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_chart.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_compression.py Better comment, use -inf as startup min 2022-06-27 13:59:08 -04:00
_cursor.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_curve.py Mask profile points and drop rect `.united()` attempts 2023-01-10 12:05:57 -05:00
_display.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_editors.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_event.py Drop use `tractor.trionics.gather_contexts()` in `open_handlers()` 2022-09-12 20:25:15 -04:00
_exec.py `PyQt5` + `pyqtgraph` import updates (`QtGui -> `QtWidgets`) 2022-10-30 21:11:14 -04:00
_feedstatus.py Fill in label with pairs from `status` value of backend init msg 2022-06-05 22:08:00 -04:00
_flows.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_forms.py Down size the slots bar by .9 2022-09-12 20:25:15 -04:00
_fsp.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_icons.py Add an icon setter api to `Selection` 2021-09-14 12:25:30 -04:00
_interaction.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_l1.py Adjust L1 labels to expect `.pi: PlotItem` 2023-01-10 11:09:49 -05:00
_label.py Allow passing in parent to `Label` 2022-01-25 08:30:00 -05:00
_lines.py Drop old marker drawing code from `LevelLine.paint()` 2022-09-23 17:17:32 -04:00
_notify.py remove spacing again 2022-12-04 21:19:34 +00:00
_ohlc.py Mask profile points and drop rect `.united()` attempts 2023-01-10 12:05:57 -05:00
_orm.py Remove `BaseModel` use from all dataclass-like uses 2022-07-09 12:08:41 -04:00
_overlay.py Make `PlotItemOverlay` add items inwards->out 2023-01-10 11:09:49 -05:00
_pathops.py Rename `Flow` -> `Viz` 2023-01-10 12:05:57 -05:00
_pg_overrides.py Allocate our internal `Axis` subtype in our `PlotItem` override 2023-01-10 11:09:49 -05:00
_position.py Assign pnl calc output for use when debugging 2023-01-10 11:09:49 -05:00
_search.py Adjust search to handle multi-sym results 2023-01-10 11:09:49 -05:00
_signalling.py More fixes, some reversions 2021-07-21 18:26:24 -07:00
_style.py Brighter last OHLC graphics datum by default 2023-01-10 11:09:49 -05:00
_window.py `PyQt5` + `pyqtgraph` import updates (`QtGui -> `QtWidgets`) 2022-10-30 21:11:14 -04:00
cli.py Only require `-b <brokername>` for filtering 2023-01-10 11:09:19 -05:00
order_mode.py Adjust order mode to use `Flume.get_index()` 2023-01-10 12:05:57 -05:00