Lazaro Alonso

Results 151 comments of Lazaro Alonso

- Ok. I rm the fig size and left the default one. - Changed the name to `theme_jlmke`. - Also, now the theme follows the convention for themes, using just...

I'm happy as it is. I will not do further improvements, unless there are breaking changes within Makie, after that I will update accordingly.

I removed all the extra docs in order to be uniform with the other themes. Also, the theme is now called `theme_jlmke` (a mix of Julia and makie colours). This...

As a reference, here are some example of how the colours look like: https://nextjournal.com/lazarus/extracting-dominant-colours-from-pictures I will take a look at SchemeTools later (it's also [clustering](https://github.com/JuliaGraphics/ColorSchemeTools.jl/blob/51b617c40ae03911e22bcb100b72a3e956e3844f/src/ColorSchemeTools.jl#L69) ). Ahh, is the same...

it works just fine for me. And indeed its version 1.4.

Well, the effected that I was looking for is achieved just by changing `for x in LinRange(0, 0.999, ... )` and `get(cmap, 0.999-x)`, i.e., going closer to 1. Now the...

The first printed version is out, enough to get you started with Julia and is kind of a fix version. As for the online version, we actively maintain the current...

But maybe we don't need it here. @rikhuijzer did already one archive for version 1. As long as we keep an archive along the way I think is ok to...

@Oblynx Oh, nice. I was just about to start doing something similar from scratch. Do you have something already that works. A MWE (repo) will be great to have and...

There is a similar package to this one [https://github.com/anowacki/Geodesics.jl], where the distance is calculated with `Geodesics.inverse` , so it will be great to have not just the distance but also...