Casper Guo
Casper Guo
@SeparateRecords Hello! Thanks for getting back to me. I just checked that I am running version 3.4.15 and running `fig doctor` shows the same error
I played around with using [LAB](https://en.wikipedia.org/wiki/CIELAB_color_space) color space but ran into similar issues. I looked at all the current color pairs in different encodings and some pairs vary much more...
Interested in seeing what those 4 schemes each generate for Riccardo since we'll need to add him very soon
> you mean, because that necessitates a third color? That would be consistent with what was done for Drugovich. I didn't notice the new color for Riccardo is so similar...
I think I might have gotten confused. If we are only going to provide driver colors from 2018 onwards then the number of palettes is 100% manageable. I thought the...
I don't quite understand how CIE color space works and how the difference is being measured here so I don't have anything to offer regarding the parameters. But just based...
Implemented here: https://github.com/google/latexify_py/blob/c6c291d3bcce28a269d175be384ab955ac2100c8/src/latexify/codegen/function_codegen.py#L335-L354 Current behavior is caused by not being able to convert `n+1` to a numeric type. The `n+1` case can perhaps be treated as a special case since...
We would like to work on this. Can you please assign me and @lakeblair.
Similar: `np.eye(N, M=None, k=0)` --> $I_N$ `np.identity(N)` --> $I_N$
I will do this once i figure out CI/CD on my other PR. Once NDArray support is done, we can do the same for `np.transpose()` and `np.inv()` etc. as well