Emily KL

Results 11 issues of Emily KL

#### Description To display Cytoscape elements in the correct location on the map, CyLeaflet applies a transform which turns each node's `lat` and `lon` given in the node data into...

#### Description When the dashboard user repositions nodes in the CyLeaflet UI, the `elements` property of the underlying Dash Cytoscape component is updated to reflect the new node positions. However,...

#### Description When the tile layer of a CyLeaflet component is updated via callback, the map shows initially blue before manual pan/zoom. After manual pan/zoom, the map renders normally. This...

#### Description After creating a CyLeaflet instance, the tile layer can be updated by using a callback to update the `children` of the Leaflet component. If the new tile layer...

Rather than calling `file.tell()` for every line while searching for section headers, call it only for lines containing a section header. This results in a _significant_ read performance boost of...

#### Description Under some conditions, the click position of the user does not match the click position interpreted by Cytoscape. This results in, for example, the user clicking on a...

#### Description The below code instantiates a CyLeaflet instance with 1000 nodes. It takes about 3 seconds to load in my browser (Mac OS 12.6; Chrome 120.0). A plain `cyto.Cytoscape`...

Dependency versions for tests (specified in `packages/python/plotly/test_requirements/`) are years out of date; e.g. most of the files specify `pytest==6.2.3` or `pytest==7.4.4` which came out in 2021 and 2023 respectively. General...

**Describe your context** ``` dash 2.1.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - OS: Mac OS - Browser: Safari (14.0), Chrome (97.0), Firefox (93.0) **Describe the bug** Steps to...

Closes #6856 Adds ability to add a subtitle to plots. - [x] Able to add subtitle using the following API: ```json "layout": { "title": { "text": "A simple plot", "subtitle":...

type: feature
status: reviewable