Nathan Drezner
Nathan Drezner
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Following #4726, add a deprecation warning to the Python console for Mapbox traces. Something like: > `px.scatter_mapbox` is deprecated and will be removed in a future release. Please use `px.scatter_map`...
Plotly has several figure factory components living in a separate package: ``` import plotly.figure_factory as ff ``` These include dendrograms, hexagonal binning tile map, quiver plots, streamline plots, tables, ternary...
Currently, several Plotly Express trace types do not support the `facet` parameter: > * **Faceting**: the 2D-cartesian plotting functions support [row, column and wrapped facetting with `facet_row`, `facet_col` and `facet_col_wrap`...
While surface plots support X, Y, and Z as 2-dimensional arrays, contour traces only support 2-dimensional arrays in the Z index, while X and Y must be 1-dimensional arrays. Because...
 ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` --- > [!IMPORTANT] >...
Migrating from https://github.com/plotly/dash-core-components/issues/584 Currently the way to respond to zoom events, legend toggle events, etc. is to listen to relayoutData and restyleData. This gets super complicated though since it only...
Codepen: https://codepen.io/ndrezn/pen/ZEgyrMw Plotly renders out of boundary region in contour plots with concave-shaped XYZ data. Given this example, we expect to see:  Here are the marked data points: ...