VisualMelon
VisualMelon
> Too much of my code is not working anymore. I can't even see some very basic RectangleAnnotation objects anymore. Before I can investigate (and eventually create issues) I'll need...
@trockefeller-pathway I don't think you can: the idea is that MoustDown, MouseMove, and MouseUp are all handled by a single manipulator with methods Started, Delta, and Completed as part of...
@trockefeller-pathway yeah, that's the idea. See https://github.com/oxyplot/oxyplot/blob/develop/Source/OxyPlot/PlotController/Manipulators/PanManipulator.cs for a full example of a mouse manipulator implementation.
I can't reproduce this with a simple example: can you provide your axis initialisation code, and explain what behaviour you see and as a result of which user activity?
@julientrflz it was changed to `DesiredMargin`, containing additional information, e.g. `Width` is split into the `Left` and `Right` properties. Thanks for spotting this change, I'll add it to the release...
Would a PR along the lines of https://github.com/DiffSharp/DiffSharp/compare/dev...VisualMelon:GpuTest be welcome? It makes it easier to test with GPU because you don't need to make any code change (I can set...
Done. I'll open a PR.
I can't reproduce a black screen using an empty override like you describe, though `OxyPlot.LinearAxis` doesn't exist; you need either `OxyPlot.Axes.LinearAxis` or `OxyPlot.Avalonia.LinearAxis`: the former is the normal linear-axis model,...
#38 will bring us 'up to date' as we work on it. Going forward, I think that more regular pre-release packages for OxyPlot and its satellites like OxyPlot-Avalonia is the...
@rafntor there are no specific criteria, it's just how it is and there isn't much reason to change it: adding more platforms to the main repo would ensure they are...