VisualMelon

Results 435 comments of VisualMelon

Ah yeah. I'll be happy to look into the CI when I'm back to my normal routine in a couple of weeks (equally happy for someone else to fix it...

@HavenDV mentioned using MinVer in https://github.com/oxyplot/oxyplot/pull/1912#issuecomment-1659810397 Would there be any objects to adopting this or something similar and pushing pre-releases to NuGet accordingly? I'd rather not add a project dependency...

> I think you can just install the MinVer package on CI as one of the steps before building the project. That would still make it a dependency in the...

That's fun: just to be sure, the published package will have no reference to MinVer etc.? I note there are many nuget packages which list a dependency on it: presumably...

I don't understand the scenario; can you provide a minimal reproducing example?

This is unlikely to be included as a default feature, but I implemented something similar a while back for a project. See the `ScaleAllManipulator` in this gist: https://gist.github.com/VisualMelon/e1e68246486e62fa0f31340524944c39 (include code...

Looks like it doesn't support rotations; not sure how best we could support this with SkiaSharp.

Linking https://github.com/oxyplot/oxyplot/issues/1450 (this specifically requests per-series control, so axis control woudn't work)

Does anyone have any really compelling scenarios for this? May be possible with a sort of psuedo-axis that performs the scaling but doesn't do any rendering of its own.

See https://github.com/oxyplot/oxyplot/blob/develop/Source/OxyPlot/Series/DataPointSeries.cs#L52-L57 for the `Mapping` property: allows you to project objects from the `ItemSource` into `DataPoints`. Main irritation is that it's inefficient if you want to incrementally update the data.