VisualMelon

Results 435 comments of VisualMelon

The only SVG Exporter which should be considered reliable is the `SkiaSharp` based one: the others make naive assumptions about fonts and layout etc. which are not accurate. That said,...

You can't plot zero on a log axis: what sort of output are you expecting? We should probably detect this and throw a more useful exception.

I'd have thought you'd have to recalculate the density map when changing the axis (and so compute new bounds in the log space), otherwise the alignment will necessarily be wrong....

Re. ScatterSeries, I can't remember exactly what was going on, but that sounds like it's related to #1963

Thanks for opening this; I'll take a proper look at the weekend (ping me if I forget). We should also consider an alternative system of default styles (colours and markers...

The second is probably preferable, then may or may not add one with a pre-set number of colours. The Cividis provision is a good example to follow: https://github.com/oxyplot/oxyplot/blob/989df42a75cfc1ef5751afe3f9eb859bc9e62ded/Source/OxyPlot/Rendering/OxyPalettes.MatPlotLib.cs#L1379

Thanks for the reminder, will try to do so today.

@Jonarw > I am also not sure if Okabe-Ito would be the best color palette to use as the default palette Completely agree, meant to suggest something a bit more...

Pinging @Jonarw who can hopefully comment on the comment regarding WASM

I don't think we even target NetStandard 1.x anymore, so may be those checks should just be deleted.