Demetris Roumis
Demetris Roumis
## Is your feature request related to a problem? Please describe. When rasterizing a plot, you lose the ability to show a legend. Rasterize is used when there is a...
on chrome, lumen main (0.7.0a1), panel main (1.5.0a7), bokeh 3.5.0rc1 See green arrow: 
Lumen AI. Warn about missing API key rather than showing downstream errors, e.g. https://github.com/holoviz/lumen/issues/581
Cannot get the ship_id as usual from mmsi value (e.g. 369540000): ```python ship_url = 'https://tinyurl.com/aispage/mmsi:' headers = {'User-Agent': 'Mozilla/5.0'} r=requests.get(f'{ship_url}{mmsi}', allow_redirects=True, headers=headers) # r returns 403 ship_id = [el for...
Fixes https://github.com/holoviz/holonote/issues/124 Previously, the PanelWidgets' Visibility UI did not update when new annotations were added/removed/changed. This PR attempts to synchronize the visibility UI with annotator events: create, delete, and update...
This is one aspect of a larger task: https://github.com/holoviz/holonote/issues/99 Add the ability in the App GUI to apply an action to an entire category (groupby field) of annotations: - **`rename`**:...
For certain accessory plots that only share partial kdims with the annotator, we should find a way (aside from just disabling the toolbar entirely) to display annotations without allowing for...
Code ```python from holonote.annotate import Annotator from holonote.app.tabulator import AnnotatorTable from holonote.app import PanelWidgets import panel as pn; pn.extension('tabulator') import holoviews as hv; hv.extension('bokeh') from holonote.annotate.connector import SQLiteDB annotator =...
Make the Visible widget's color indicator into a ColorPicker widget 