Re: [Kicad-developers] [PATCH] Eeschema: simulator: more trace colors, smarter color allocation

2019-11-12 Thread Ian McInerney
I have entered the user-configurable colors as a wishlist item into Launchpad so we don't lose it: https://bugs.launchpad.net/kicad/+bug/1852107 . I'd be fine backporting the bug fix, I will leave it to Wayne to decide if the colors should be included or not. -Ian On Mon, Nov 11, 2019 at 7:23

Re: [Kicad-developers] [PATCH] Eeschema: simulator: more trace colors, smarter color allocation

2019-11-11 Thread Kymatica
Thanks! I agree a user setting would be best, preferrably with some nice included palettes. I left the old commented palettes since there was already several other palettes there. Perhaps it would make sense to just backport the bug fix, but keep the old 8-color palette? /Jonatan > 11 nov.

Re: [Kicad-developers] [PATCH] Eeschema: simulator: more trace colors, smarter color allocation

2019-11-11 Thread Ian McInerney
Jonatan, Thank you for putting this together. Overall I think it looks good, but the only issue I saw was that the SIM_PLOT_FRAME::generateColor() function seems to be becoming a graveyard for old colors with 4 old attempts at creating color profiles now commented out. I have merged it into

Re: [Kicad-developers] [PATCH] Eeschema: simulator: more trace colors, smarter color allocation

2019-11-11 Thread Jonatan Liljedahl
And here's a screenshot showing how (some of the) new colors looks like. On Fri, Nov 8, 2019 at 5:13 PM Jonatan Liljedahl wrote: > > NEW: The simulator plot now avoids colors already in use, if possible. > The palette is replaced with a larger one with less saturated colors. > > Fixes:

[Kicad-developers] [PATCH] Eeschema: simulator: more trace colors, smarter color allocation

2019-11-08 Thread Jonatan Liljedahl
NEW: The simulator plot now avoids colors already in use, if possible. The palette is replaced with a larger one with less saturated colors. Fixes: lp:1851372 * https://bugs.launchpad.net/kicad/+bug/1851372 -- /Jonatan http://kymatica.com