oxyplot / oxyplot-avalonia

A cross-platform plotting library for .NET. This package targets Avalonia apps.
https://oxyplot.github.io/
MIT License
278 stars 47 forks source link

Add support for non-interpolated images (#18) #19

Closed VisualMelon closed 4 years ago

VisualMelon commented 4 years ago

Fixes #18 by adding support for the interpolate parameter of CanvasRenderContext.DrawImage.

Uses Avalonia's Default interpolation for non-interpolated images, and LowQuality for interpolated images (which was the default value before this PR).

Interpolated heatmap example: image

new non-interpolated heatmap example: image