JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.55k stars 49 forks source link

Improve how Jax array are handled (close #1136) #1151

Closed sunnyayyl closed 1 month ago

sunnyayyl commented 1 month ago

See #1136, this makes jax array treated and handled the same way numpy ndarray get treated

(Apologies in advance for any rookie mistake I make, first time making a pull request and first time contributing to anything in general)

sunnyayyl commented 1 month ago

As a comparison

Before

352269585-2262d6fc-0ce7-44e0-bd31-b52a159c9dc2

After

354931469-7fdbbfbd-6eb2-4f02-a33b-d1d97e3a101e

alshan commented 1 month ago

Cool, thanks @sunnyayyl !