-
Hello,
To whom it may concern:
I recently developed some research software tools and we are considering publishing it to an academic journal.
I was wondering if the contributors of OxyPlot ha…
-
### Steps to reproduce
plotmodel.MouseUp+= (s, e) =>
{
// some database actions here
pM.InvalidatePlot(false);
e.…
-
I upgraded a Xamarin.Android project to .NET Android (7.0) as recommended by Microsoft now that xamarin went out of support last month.
I get the following error:
##[error]The nuget command failed…
-
OxyPlot.Core is changing quite a bit at the moment, and it will require some effort to update it upon the next release of OxyPlot to NuGet. I would be more than happy to do much of this work - I'm (ve…
-
pls,i ready need a image under Scatter plot, WPF project,i want to know , if I can add a background image to the chart
i tried like this :
var bitmap = new BitmapImage(new Uri(@"D:\visua…
-
Hey,
I'm trying to update my project to Avalonia 11, but I had some problems with the Oxyplot.Avalonia nuget package.
On the oxyplot-avalonia main page on github there is an instruction for using …
-
I made a test application using OxyPlot. I tried attaching file but too large.
But here's the gist of the issue I am having...
using System;
using Eto.Forms;
using Eto.Drawing;
using Eto.OxyPlot;
us…
-
```
Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:AvaloniaApplication1.ViewModels"
xmlns:d="http://sch…
-
### Steps to reproduce
1. Copy the code from https://oxyplot.readthedocs.io/en/latest/getting-started/hello-wpf.html
2. Run the app
Platform:
.NET version: .NET 8.0
I noticed the [HelloWorld …
-
Hi there,
I updated my current OxyPlot WPF project to use your SharpDX approach. It's crashing to unhandled exception when I call PlotView.InvalidatePlot(true). What could be causing this problem (…