Mirek Kratochvil

Results 62 comments of Mirek Kratochvil

PS I see that I actually added a few changes that might not be necessary (the 2 removed imports). I guess I hit some issues with those, unfortunately it is...

Hi everyone, +1ing this. Just specifying the actual colorspace for the RGB colors (is it adobe RGB?) would help a lot already. Additionally, the usual CMYK conversion tools suck, so...

Yeah, certainly not trying to go help adobe in any way, but esp. for communicating precisely with printers this may help a lot. Anyway, I assume the current colors are...

Anyway, for anyone searching for CMYK values, these are extracted from the pdfx3 version and print much better than srgb: ``` red: 0.0392151 0.875 0.832031 0.0627441 blue 0.765625 0.533203 0...

To be future-safe I think one pretty good way would be to agree on CIELAB or CIEXYZ colorspace values, and point people to tools like `icclu` (see http://www.argyllcms.com/ ) that...

Hi, yes there is. There are a few ways to do that: - if you want to _see_ the intermediate results, you can use the plain `scattermore()` function to plot...

PS I just realized we also have a vignette that contains some relevant code -- the merging of the intermediate layers is described roughly around here: https://exaexa.github.io/scattermore/articles/low_level_interface.html#merging-rgbwt-and-rgba-layers

no, unfortunately not, the API is made for single-pixel operations only (for speed) and you are supposed to expand the points after that. (The logic there is that for actual...

Hello! Sure, this is here for supporting the students, so anything that makes the template more accessible is great. TL;DR summary: All OK, please use this as you want, and...