JE

Results 28 comments of JE

In your example, is it important to know the data type of the Value? I can set "1" to a byte, int16, int32, fload, double,... When I read the Struct...

About the project: The PLC must execute a specified movement, which is calculated externally using Matlab. The result of the calculation must then be sent to the controller. And that...

@awcullen, 1. The struct contains actually round about 5300 Values. It´s not good to hold this struct double in the plc, it´s Siemens so memory is rare ;-) also the...

I use the Library with a "Serial Device Server". With the modification the lib works fine since month. But I always use the same Device Server with one or two...

@jonsequitur I have the same behavior on different PCs. Polyglot Notebooks v1.0.4562010 VS Code ``` Version: 1.84.2 (user setup) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:51:52.184Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js:...

Same result with **v1.0.4601011 Pre-Release** dotnet --info ``` .NET SDK: Version: 8.0.100 Commit: 57efcf1350 Workload version: 8.0.100-manifests.6c33ef20 Laufzeitumgebung: OS Name: Windows OS Version: 10.0.19045 OS Platform: Windows RID: win-x64 Base...

@jonsequitur Same behavior with the new version.. (v1.0.4606020 current)

When I add WithXAxisStyle to both 3D Plots, I also get the problem with the v3.0. ``` #r "nuget: Plotly.NET, 3.0.0" #r "nuget: Plotly.NET.CSharp, 0.8.0" #r "nuget: Plotly.NET.Interactive, 3.0.0" using...

@bvenn: It looks like it works, but when you see the second 3D Plot, the "TitleText" is not set. ![image](https://github.com/plotly/Plotly.NET/assets/14072733/d8406010-8d29-4eea-99f3-d69eef417430)