Talley Lambert
Talley Lambert
yeah, understood. this is indeed a tricky case i guess. In general, i would say it is absolutely the intention of superqt to be compatible with the latest version of...
thanks for the heads up @kushalkolar. I'll have a look at it and figure out what's going on. I do actually test for parity with matplotlib [here](https://github.com/tlambert03/cmap/blob/b3b64db1c17753809d156194670789aa70603073/tests/test_data.py#L60-L79) (both naming and...
btw, I'd like to run these tests locally, but i ran into https://github.com/fastplotlib/fastplotlib/issues/388 ... any thoughts there?
> Curious what the difference was previously when the colors weren't matching? oh good. it's working on CI too! Yeah, the difference is actually a good one for you to...
> The colormap text files can now be removed too. oh wow... to be honest, I somehow missed the distinction there that matplotlib was only being used as a fallback....
> I like that this will now enable us to do things like line.cmap = ["blue", "green", "yellow"] to create custom arbitrary colormaps. I just changed `examples/notebooks/lines_cmap.ipynb` to the following...
image example: I wasn't able to find a `LineCollection` example, which one should I try?
thanks. Yeah that example works, but it does get more confusing due to the overloading of the argument as a colormap or list of colormaps. So, one has to be...
> Question: We could enforce that the cmap kwarg should represent a single cmap. If the user wants to pass a list of cmaps we make a new kwarg called...
> I really like this feature which seems like it lets you make custom arbitrary cmaps? yep! you can express custom color maps [many different ways](https://cmap-docs.readthedocs.io/en/latest/colormaps/#colormaplike-objects) > For lines and...