Nathan Drezner

Results 52 issues of Nathan Drezner

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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`...

feature
P1

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...

feature
P3

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`...

feature
P3

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...

feature
P2
cs

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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...

feature
P3

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: ![Image](https://github.com/user-attachments/assets/cfb3c609-efc6-4e5c-bfb9-48a2705730ca) Here are the marked data points: ![Image](https://github.com/user-attachments/assets/3f55d87b-fe8c-418c-84bf-12c9870ce691)...

bug
P3
cs