matplotlib / data-prototype

https://matplotlib.org/data-prototype
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Early PathCollection support #9

Closed ksunden closed 1 year ago

ksunden commented 1 year ago

Definitely not fully working (something in the transforms pipeline makes the dots for the example show up in an unexpected place currently, but they move relative to one another as expected)

lgtm-com[bot] commented 1 year ago

This pull request introduces 1 alert when merging 97097ccc5b507adcd6393f202ed60d8c7bbc7bdd into 609fe4995f995a69a21d017ad4e34da1aefc1bff - view on LGTM.com

new alerts:

lgtm-com[bot] commented 1 year ago

This pull request introduces 5 alerts when merging e69f9c292983596e5eb6652aebbf447a1eccdd70 into 3eccc7083d4103e93f7495184026c5b2e14203e8 - view on LGTM.com

new alerts:

ksunden commented 1 year ago

Should be working now, was simply missing an explicit identity transform on the underlying path collection.