X-Y Plot Region - Extends SMath Studio with a X-Y Plot Region. - Сообщения
Установил Development Tools. Но программа 'tst_xyplot_v2.sm' все равно не работает (но, наверное, этот плагин не для этого). В приложении - файл с моей системной информацией.
sys_info.txt (1 КиБ) скачан 38 раз(а).
sys_info.txt (1 КиБ) скачан 38 раз(а).
В папке плагина есть конфигурационный файл: %APPDATA%\SMath\extensions\plugins\c12231ec-4873-43c1-a7d0-a167ebd17066\0.3.9106.25707\XYPlotPlugin.config
Закройте SMath Studio и измените значение Debug в True:
После этого запустите SMath Studio. В этой же папке появится файл лога: XYPlotRegion.log
Приложите его сюда тоже. Там будет указано какая версия .Net используется плагином для работы.
Закройте SMath Studio и измените значение Debug в True:
<Debug>True</Debug>
После этого запустите SMath Studio. В этой же папке появится файл лога: XYPlotRegion.log
Приложите его сюда тоже. Там будет указано какая версия .Net используется плагином для работы.
Отредактировано 24.07.2025 08:45:42
Russia ☭ forever, Viacheslav N. Mezentsev
Sorry, switched to Russian. The file attached is the log-file after the prescribed 'magic' actions
It is written in the file 'Net: 2.0...' I guess it is not what we need.
XYPlotRegion.log (574 Б) скачан 29 раз(а).

XYPlotRegion.log (574 Б) скачан 29 раз(а).
Отредактировано 24.07.2025 13:11:27
It's strange that the old version of the framework is selected instead of the new one. In fact, this particular plugin is compatible with the old version, but I haven't tested it in such an environment for a long time.
Perhaps this is the reason.
For everyone else, including me, the new version of the framework is apparently selected.
You can try installing .Net Framework 4.8, for example. Maybe this will help.
Perhaps this is the reason.
For everyone else, including me, the new version of the framework is apparently selected.
You can try installing .Net Framework 4.8, for example. Maybe this will help.
Russia ☭ forever, Viacheslav N. Mezentsev
I was able to reproduce the problem. It is indeed a version issue.
You can also try another solution.
You can try changing the contents of the file: C:\Program Files (x86)\SMath Studio\Solver.exe.config
You can try to remove the old version by deleting the line with it and adding the existing version. You can ask the deepseek to suggest a variant of writing these lines.
P.S. I fixed the error. The fix will be available in the next version of the plugin. The problem was in the plugin sources.
You can also try another solution.
You can try changing the contents of the file: C:\Program Files (x86)\SMath Studio\Solver.exe.config
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
<supportedRuntime version="v2.0.50727" />
</startup>
You can try to remove the old version by deleting the line with it and adding the existing version. You can ask the deepseek to suggest a variant of writing these lines.
P.S. I fixed the error. The fix will be available in the next version of the plugin. The problem was in the plugin sources.
Отредактировано 24.07.2025 15:49:28
Russia ☭ forever, Viacheslav N. Mezentsev
It works finally. I can see now all plots in program 'tst_xyplot_v2.sm'. I could not download NET Framework 4.8 (some errors). But, as you suggested, I found a version of NET Framework installed on my computer (4.0.30319). I have changed "v2.0.50727" in the second line of 'supportedRuntime ...' to my number, and it works. Thank you for your help. I am really impressed by your dedication, supporting plugins and helping people for more than 15 years.
Отредактировано 24.07.2025 15:58:24
2 пользователям понравился этот пост



Plugin updated. Please try.
Changes:
- added support for high DPI when displaying fonts;
- fixed the CopyTo() method in HashSet.cs;
- supplemented the error message when trying to display complex numbers.
The last problem was related to an incorrect manual implementation of the CopyTo() method, which only now became apparent.
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
Funny bug. When drawing shapes, the fill is also drawn, even if it is disabled in the curve properties. If you superimpose circles on top of each other, it creates the impression that the color depends on the radius.

XYPlot. Linear polar.sm (56 КиБ) скачан 708 раз(а).
XYPlot. Linear polar.pdf (134 КиБ) скачан 591 раз(а).

XYPlot. Linear polar.sm (56 КиБ) скачан 708 раз(а).
XYPlot. Linear polar.pdf (134 КиБ) скачан 591 раз(а).
Отредактировано 25.07.2025 07:15:58
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
WroteFunny bug. ...
Hi Viacheslav. A workaround for the bug, and a simplified way to those plots.

XYPolar.sm (42 КиБ) скачан 37 раз(а).
Best regards
Alvaro.
Отредактировано 25.07.2025 17:52:20
1 пользователям понравился этот пост
Вячеслав Мезенцев 25.07.2025 19:28:38
2 пользователям понравился этот пост
Wrote... Plugin updated. Please try.
It works fine.
Best regards.
Alvaro.
WroteI think I can adapt this syntax to customize the properties of a set of curves....
What about this notation?. And with the option for assigning a vector, like a colormap.
.Traces(,) - for all curves
.Traces(i,j) - for curves from i to j
.Traces(,j) - for curves from 0 to j
.Traces(i,) - for curves from i to end
Best regards.
Alvaro.
Отредактировано 26.07.2025 06:16:40
2 пользователям понравился этот пост
3 пользователям понравился этот пост
Вячеслав Мезенцев 28.07.2025 11:21:35, francesco rapuano 28.07.2025 13:20:25, sergio 28.07.2025 19:43:31
-
Новые сообщения
-
Нет новых сообщений