X-Y Plot Region

X-Y Plot Region - Extends SMath Studio with a X-Y Plot Region. - Messages

#521 Posted: 12/13/2023 9:39:41 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility

Plugin updated.

Changes:

- fixed: when cloning a component and changing its name, the function setprop() doesn't work.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Oscar Campo 2/28/2024 12:14:00 AM
#522 Posted: 2/25/2024 8:21:53 PM
TopUser2000

TopUser2000

0 likes in 28 posts.

Group: User

Wrote

Plugin updated.



Is there a fucntion of autoscale? To find the plot as soon as it's created
#523 Posted: 2/27/2024 3:31:29 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

There is no automatic detection of curve boundaries.
Russia ☭ forever, Viacheslav N. Mezentsev
#524 Posted: 3/1/2024 2:08:46 PM
TopUser2000

TopUser2000

0 likes in 28 posts.

Group: User

Wrote

There is no automatic detection of curve boundaries.



Are you planning to add this? Or is it impossible?
#525 Posted: 3/1/2024 8:30:45 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

It's possible, but I don't know what to do in special cases. For example, if I want to draw a circle in an implicit way, how can I determine its boundaries.
Russia ☭ forever, Viacheslav N. Mezentsev
#526 Posted: 3/4/2024 12:51:10 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

It's possible, but I don't know what to do in special cases. For example, if I want to draw a circle in an implicit way, how can I determine its boundaries.



Hi. Although setprop provides the ability to adjust the limits, it disables formatting the graph with the menus. An intermediate and easily accessible solution would perhaps be to be able to define the window where you want to view the functions to be graphed with something like what is shown in the figure.

Clipboard02.png

Notice also that there is no automatic selection for the range on the x-axis for functions of a variable, that is, it always has to be selected by the user, and on the y-axis it can become something quite arbitrary, as it can be in graph of y=1/x.

Best regards.
Alvaro.
#527 Posted: 3/28/2024 11:14:15 PM
TopUser2000

TopUser2000

0 likes in 28 posts.

Group: User

Wrote

It's possible, but I don't know what to do in special cases. For example, if I want to draw a circle in an implicit way, how can I determine its boundaries.



You can do this experimentally and disabled by default. If a graph is being built, its extreme points are determined (top-bottom, right-left), 5-10% of the coordinate values are added (if the left or bottom point is 0, then the axis starts from zero) and the graph is scaled.
You can add horizontal, vertical, or both axis scaling
#528 Posted: 3/29/2024 1:54:12 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Click to enlarge

How to autoscale in these and similar cases? It makes sense to change sources if the architecture of the changes has a general form, and not a lot of particulars. The developer must consider multiple use cases, as users will then ask why it only works in one or a few cases.
Russia ☭ forever, Viacheslav N. Mezentsev
#529 Posted: 3/30/2024 1:38:01 AM
TopUser2000

TopUser2000

0 likes in 28 posts.

Group: User

Wrote

Click to enlarge

How to autoscale in these and similar cases? It makes sense to change sources if the architecture of the changes has a general form, and not a lot of particulars. The developer must consider multiple use cases, as users will then ask why it only works in one or a few cases.



In this case, you can write "the boundaries of the graph could not be determined". That's it!)
#530 Posted: 4/1/2024 10:40:03 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

Any way to plot a string at a specified angle?
#531 Posted: 5/23/2024 1:51:07 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

Any way to plot a string at a specified angle?



Hi. You can try this. Just move the "Fonts" area from the end to the beginning.

Best regards.
Alvaro.
#532 Posted: 8/9/2024 6:04:03 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

setprop-simplified example setprop-simplified example

A simplified version of setting properties will be available when the release manager is fixed.

Click to enlarge Click to enlarge
Russia ☭ forever, Viacheslav N. Mezentsev
#533 Posted: 8/10/2024 7:49:03 PM
ioan92

ioan92

171 likes in 102 posts.

Group: User

Hi Uni,

May I come to you with a small proposal concerning this excellent plugin.
My proposal concerns the "Shapes Drawings". Would it be possible to fill a polygon also with transparent collors ?

Thanks a lot and best Regards,
Ioan

Do to others as you would like them to do to you! Knowledge is of no value unless you put it into practice - Chekhov
#534 Posted: 8/10/2024 10:33:58 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

What's wrong with this method? You can always use transparency. Color format: #ARGB.

[albumimg]1556[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
sergio 8/13/2024 3:41:00 PM
#535 Posted: 8/10/2024 10:39:18 PM
ioan92

ioan92

171 likes in 102 posts.

Group: User

Thanks for your answer.

Here is my application's result:

Ioan trimax.jpg
Do to others as you would like them to do to you! Knowledge is of no value unless you put it into practice - Chekhov
#536 Posted: 8/13/2024 11:48:24 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility setprop-simplified example setprop-simplified example

Plugin updated. Ctrl+Shift+K for special symbols ( '.','{','}' ).

Changes:

- added a simplified version of setting properties;
- added support for nesting for easier property setting;
- simplified nested example added.

setprop-simplified-nested.png

chartstyle.png
Russia ☭ forever, Viacheslav N. Mezentsev
4 users liked this post
zhkz 8/13/2024 8:30:00 PM, sergio 8/13/2024 3:38:00 PM, churichuro 8/15/2024 1:36:00 AM, ioan92 8/13/2024 1:40:00 PM
#537 Posted: 8/14/2024 12:34:17 PM
zhkz

zhkz

3 likes in 13 posts.

Group: User

Wrote

SMath Studio compatibility setprop-simplified example setprop-simplified example

Plugin updated. Ctrl+Shift+K for special symbols ( '.','{','}' ).



thanks uni , it's so convenient to set properties for figures now ,
i wil attach my usage for late-comers to reference .
i decide to make it be a snippet , whenever there is a xyplot i'll insert this snippet


my sm file is at: simplifed_setprop.sm (13 KiB) downloaded 41 time(s).

PixPin_2024-08-14_13-24-03.png
3 users liked this post
ioan92 8/14/2024 3:44:00 PM, Вячеслав Мезенцев 8/14/2024 12:45:00 PM, sergio 8/14/2024 3:15:00 PM
#538 Posted: 8/14/2024 5:04:06 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

From now the old ways of managing the plot settings from the document will be considered obsolete. In the future, I will disable and remove them.
I might remove the curly braces on the left. They're not really necessary. Right now, the source code from the setprop() function is used.
Russia ☭ forever, Viacheslav N. Mezentsev
#539 Posted: 8/14/2024 7:43:21 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

I'd propose to add an option to send the current settings of a plot to the clipboard as math regions. Then the user can paste this to the sheet and delete/modify as needed.
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 users liked this post
sergio 8/14/2024 9:01:00 PM, Вячеслав Мезенцев 8/14/2024 10:01:00 PM
#540 Posted: 9/13/2024 2:50:31 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

As an experiment, I may add this feature.

xyplot-description-properties.PNG
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 9/13/2024 5:57:00 AM
  • New Posts New Posts
  • No New Posts No New Posts