1 страниц (20 вхождений)
Questions of graph of a function - Сообщения
#1 Опубликовано: 31.07.2024 00:55:33
Hello! Please tell me for 2 questions:
1) How to build a graphs of function if the document has units of measurement? If I do "Ignore inits", then everything works. But I would like to with units of measurements
111.sm (33 КиБ) скачан 63 раз(а).
2) Using plugin ComboBox I want to build graphs of 4 functions

Graphs of functions σ.x(x), σ.t(x), Mx(x) are built.
Файл не найден. Файл не найден. Файл не найден.
Graph of functions σ.ekv(x) is not build. Why?

1) How to build a graphs of function if the document has units of measurement? If I do "Ignore inits", then everything works. But I would like to with units of measurements
111.sm (33 КиБ) скачан 63 раз(а).
2) Using plugin ComboBox I want to build graphs of 4 functions
Graphs of functions σ.x(x), σ.t(x), Mx(x) are built.
Файл не найден. Файл не найден. Файл не найден.
Graph of functions σ.ekv(x) is not build. Why?
#2 Опубликовано: 31.07.2024 01:26:33
#3 Опубликовано: 01.08.2024 00:23:24
#4 Опубликовано: 01.08.2024 01:37:29
Очень странное поведение, возьму на заметку. Компоненту не нравится выражение под знаком корня.
Russia ☭ forever, Viacheslav N. Mezentsev
#5 Опубликовано: 01.08.2024 02:55:39
The success of plotting seems to depend on how the expression is accessed. Possibly it is a Combobox issue.
BTW, in Maxima, the intermediate definition of P is not required. This is a necessary step for X-Y Plot only.
![2024-07-31 21_53_39-SMath Solver - [111_Kr.sm_].png](/ru-RU/file/hFUUmx/2024-07-31-21_53_39-SMath-Solver---_111_Kr_sm___png)
111_Kr.sm (60 КиБ) скачан 61 раз(а).
BTW, in Maxima, the intermediate definition of P is not required. This is a necessary step for X-Y Plot only.
111_Kr.sm (60 КиБ) скачан 61 раз(а).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#6 Опубликовано: 01.08.2024 09:27:50
#7 Опубликовано: 03.08.2024 01:58:09
WroteThe success of plotting seems to depend on how the expression is accessed. Possibly it is a Combobox issue.
BTW, in Maxima, the intermediate definition of P is not required. This is a necessary step for X-Y Plot only.
111_Kr.sm (60 КиБ) скачан 61 раз(а).
Thanks for the answer!
How can I replace it?
on this
#8 Опубликовано: 03.08.2024 03:49:27
WroteIn my example it doesn't work like that.
I only meant to say don't ignore units unless it is utmost necessary.
Here is your file totally working with units and plotted.
111_examination.sm (38 КиБ) скачан 65 раз(а).
When I talk about your problem, I guess it is a parse bug of combobox.
Because it can plot normally when function called directly.
And radiobutton and combobox list is not affected if you use like this.
Файл не найден. Файл не найден.
This combobox issue is not limited to XYPlot, 2DPlot is affected too.
When combobox result is directly your symbolic function, it doesn't work.
However, when your function is simplified someway, it can be plotted.
This bug should be examined by author of combobox plugin.
Regards
#9 Опубликовано: 03.08.2024 05:39:17
Wrote
Thanks for the answer!
How can I replace it?
on this
I guess you want to set the limits depending on the selected function.
Let the combobox return the index of the selection and then use it to pick the appropriate values from lists.
In Maxima, you also can set the axes labels and the trace legend text using SMath expressions.
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#10 Опубликовано: 03.08.2024 18:45:06
1 пользователям понравился этот пост
Вячеслав Мезенцев 03.08.2024 23:12:00
#11 Опубликовано: 04.08.2024 01:21:28
Thanks everyone for your answers!
#12 Опубликовано: 04.08.2024 01:36:26
WroteWrote
Thanks for the answer!
How can I replace it?
on this
Let the combobox return the index of the selection and then use it to pick the appropriate values from lists.
In Maxima, you also can set the axes labels and the trace legend text using SMath expressions.
Can you tell us more?
If possible with an example.
Yes, I would like to substitute values from the results for set the limits
#13 Опубликовано: 05.08.2024 03:51:31
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#14 Опубликовано: 05.08.2024 04:32:19
Wrote111_Kr2.sm (60 КиБ) скачан 73 раз(а).
I like the way limits determined by YLimMin, XLimMax, etc.
However, if you rename XYPlot to XYPlots or Plot1 or whatever, this method doesn't work particular plot.
Actually, all XYPlot are affected by XYPlot.option disregarding name of plot.
Is this a bug or a feature?
Regards
1 пользователям понравился этот пост
sergio 05.08.2024 15:36:00
#15 Опубликовано: 05.08.2024 04:45:30
As far as I understand, you can control multiple plots individually by providing vector values to the XYPlot-variables. In the settings you select select SourceType->PropertyGrid and provide the index to use for accessing the values.
You find an example in the interactive handbook (Plugins->X-Y Plot Region).
You find an example in the interactive handbook (Plugins->X-Y Plot Region).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
sergio 05.08.2024 15:36:00
#16 Опубликовано: 08.08.2024 23:42:02
Wrote111_Kr2.sm (60 КиБ) скачан 73 раз(а).
Thank you very much! That's what I needed.
The only question is: does SMath have auto-scaling of axes as it was in Mathcad? this would greatly simplify the process)
#17 Опубликовано: 09.08.2024 01:43:28
Использование Properties source - это исторически первый способ управления компонентом из документа, он был оставлен для совместимости со старыми документами.
Автомасштабирование в компоненте XY Plot не реализовано из-за того, что я не нашел удобного алгоритма поведения для комбинации явных и неявных графиков. Для отображения неявного графика область должна быть задана конкретно, а для автомасштабирования наоборот не задана.
Автомасштабирование в компоненте XY Plot не реализовано из-за того, что я не нашел удобного алгоритма поведения для комбинации явных и неявных графиков. Для отображения неявного графика область должна быть задана конкретно, а для автомасштабирования наоборот не задана.
Russia ☭ forever, Viacheslav N. Mezentsev
#18 Опубликовано: 09.08.2024 15:04:34
WroteWrote111_Kr2.sm (60 КиБ) скачан 73 раз(а).
I like the way limits determined by YLimMin, XLimMax, etc.
However, if you rename XYPlot to XYPlots or Plot1 or whatever, this method doesn't work particular plot.
Actually, all XYPlot are affected by XYPlot.option disregarding name of plot.
Is this a bug or a feature?
Regards
I can add this option to customize the properties
Russia ☭ forever, Viacheslav N. Mezentsev
#19 Опубликовано: 12.11.2024 07:02:29
#20 Опубликовано: 12.11.2024 08:08:01
Russia ☭ forever, Viacheslav N. Mezentsev
1 страниц (20 вхождений)
-
Новые сообщения
-
Нет новых сообщений