MaxFun

Results 13 comments of MaxFun

Tried the workaround it has an error, ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/ce36c0a2-e391-4eac-8d15-c895bacd9c3a) Does this mean ScottPlot no longer works with .NET Framework ?

There seem to be some confusion. The project was band new, started from scratch. Just test, I started another new project Windows 11 Pro Version 23H2 Microsoft Visual Studio Community...

Thanks for responding. Being a hobbies programmer, not sure what you mean by "not trying to render anything in the designer view". Is there another way to render ScottPlots?

Thanks, the manually defining the plot worked great, how I will have to learn how to set all the parameters. Plan to try the .NET application next which should be...

Tried the .NET application and having a problem of the plot not ever showing data or title or axis names. Tried to adding rendering but get an error ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/6a613328-607e-4b71-bda7-e25c034cfeb7) The...

I tried that first, SenTempPlot.Refresh(); and it gave the same error message, so I commented it out and and tried sig1.Refresh(); which gave the same error message. My code is...

This is the project's properties, I see it is Windows Forms which I assume is WinForms. ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/97eb9aca-ab11-4f99-8231-2515597148da) This the NuGet package I installed ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/a2bf1a04-de1a-4624-9b90-42d78e648508) I assume when I drug the...

Built a new C# Windows Forms App .NET 8.0 in VS2022 ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/608a74e4-a101-49e3-b7d3-f77908cd155a) ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/5e7fb4d8-dbe0-4169-a36a-f81e00412214) Installed ScottPlot.WinForms 5.0.21 from NuGet ![image](https://github.com/ScottPlot/ScottPlot/assets/3932952/7fcbdba0-73bf-4569-a9ec-12b6fb4517d3) Dragged FormsPlot(ScottPlot.WinForms) from toolbox to Form1.cs(Design) Added Scatter Plot code from...

Thanks, that worked in the sample Scott Plot code project. I will try using the Clear and Refresh in my original project to see if that fixes its problem of...

I'm confused. I have use ScottPlots.WiinForms for years and built many projects with ScottPlot which worked and still run. I don't understand how to use " ScottPlot.WinForms.FormsPlot". What has change...