piker/piker/ui
Tyler Goodlet 97520b60fe Drop `.group_maxmin()`
We ended up doing groups maxmin sorting at the interaction layer (new
the view box) and thus this method is no longer needed, though it was
the reference for the code now in `ChartView.interact_graphics_cycle()`.

Further this adds a `remove_axes: bool` arg to `.insert_plotitem()`
which can be used to drop axis entries from the inserted pi (though it
doesn't seem like we really ever need that?) and does the removal in
a separate loop to avoid removing axes before they are registered in
`ComposedGridLayout._pi2axes`.
2023-01-30 11:49:37 -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 Add `ChartPlotWidget.main_viz: Viz` convenience `@property` 2023-01-30 11:49:06 -05:00
_axes.py Handle empty `indexes` input edge case.. 2023-01-30 11:49:06 -05:00
_chart.py Backlink subchart views to "main chart" in `.add_plot()` 2023-01-30 11:49:36 -05:00
_cursor.py Fix query-mode cursor labels to work with epoch-indexing 2023-01-30 11:49:06 -05:00
_curve.py Disable coordinate caching on OHLC ds curves to avoid smearing 2023-01-30 11:49:37 -05:00
_dataviz.py Rename `.maybe_downsample_graphics()` -> `.interact_graphics_cycle()` 2023-01-30 11:49:37 -05:00
_display.py Fix profiler f-strings 2023-01-30 11:49:37 -05:00
_editors.py Rename `Flow` -> `Viz` 2023-01-30 11:48:52 -05:00
_event.py Drop use `tractor.trionics.gather_contexts()` in `open_handlers()` 2022-09-12 20:25:15 -04:00
_exec.py Use new tractor kwargs getter func 2023-01-13 13:21:49 -05:00
_feedstatus.py Fill in label with pairs from `status` value of backend init msg 2022-06-05 22:08:00 -04:00
_forms.py Down size the slots bar by .9 2022-09-12 20:25:15 -04:00
_fsp.py Drop masked `._maxmin()` override code from fsp stuff 2023-01-30 11:49:37 -05:00
_icons.py Add an icon setter api to `Selection` 2021-09-14 12:25:30 -04:00
_interaction.py Clean up cross-curve intersect point indexing 2023-01-30 11:49:37 -05:00
_l1.py TOSQUASH: 84f19308 (l1 rework) 2023-01-30 11:49:06 -05:00
_label.py Move old label sizing cruft to label mod 2023-01-30 11:49:05 -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 Add back coord-caching to ohlc graphic 2023-01-30 11:49:36 -05:00
_orm.py Remove `BaseModel` use from all dataclass-like uses 2022-07-09 12:08:41 -04:00
_overlay.py Drop `.group_maxmin()` 2023-01-30 11:49:37 -05:00
_pg_overrides.py Enable the experimental `QPrivatePath` functionality from latest `pyqtgraph` 2023-01-30 11:49:06 -05:00
_position.py Assign pnl calc output for use when debugging 2023-01-30 11:48:52 -05:00
_render.py Breakpoint bad (-ve or too large) x-ranges to m4 2023-01-30 11:49:06 -05:00
_search.py Attempt to keep selected item highlighted 2023-01-30 11:49:06 -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-30 11:48:52 -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 Correctly load order mode for first fqsn in overlay set 2023-01-30 11:49:06 -05:00