Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Plugin updated. Changes: - fixed: when cloning a component and changing its name, the function setprop() doesn't work. |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Member Groups: Registered
Joined: 14/02/2023(UTC) Posts: 24
|
Originally Posted by: uni Plugin updated. Is there a fucntion of autoscale? To find the plot as soon as it's created Edited by user 26 February 2024 05:00:39(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
There is no automatic detection of curve boundaries. |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Member Groups: Registered
Joined: 14/02/2023(UTC) Posts: 24
|
Originally Posted by: uni There is no automatic detection of curve boundaries. Are you planning to add this? Or is it impossible?
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
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 (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,478 Was thanked: 930 time(s) in 590 post(s)
|
Originally Posted by: uni 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. 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. Edited by user 04 March 2024 06:58:37(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member Groups: Registered
Joined: 14/02/2023(UTC) Posts: 24
|
Originally Posted by: uni 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
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
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. Edited by user 29 March 2024 19:59:50(UTC)
| Reason: Not specified |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Member Groups: Registered
Joined: 14/02/2023(UTC) Posts: 24
|
Originally Posted by: uni 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!)
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
Any way to plot a string at a specified angle?
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,478 Was thanked: 930 time(s) in 590 post(s)
|
Originally Posted by: wb.c 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.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
|
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/12/2012(UTC) Posts: 94 Was thanked: 169 time(s) in 132 post(s)
|
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 |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
What's wrong with this method? You can always use transparency. Color format: #ARGB. |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/12/2012(UTC) Posts: 94 Was thanked: 169 time(s) in 132 post(s)
|
Thanks for your answer. Here is my application's result: Edited by user 12 August 2024 04:30:11(UTC)
| Reason: Not specified |
Do to others as you would like them to do to you! Knowledge is of no value unless you put it into practice - Chekhov |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
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. Edited by user 14 August 2024 02:22:51(UTC)
| Reason: Not specified |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
4 users thanked uni for this useful post.
|
on 13/08/2024(UTC), on 13/08/2024(UTC), on 14/08/2024(UTC), on 15/08/2024(UTC)
|
|
Rank: Member Groups: Registered
Joined: 06/09/2023(UTC) Posts: 13 Location: beijing Was thanked: 3 time(s) in 1 post(s)
|
Originally Posted by: uni 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 (14kb) downloaded 16 time(s). Edited by moderator 14 August 2024 18:43:23(UTC)
| Reason: Not specified
|
3 users thanked kaizh for this useful post.
|
on 14/08/2024(UTC), on 14/08/2024(UTC), on 14/08/2024(UTC)
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
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. Edited by user 14 August 2024 23:10:01(UTC)
| Reason: Not specified |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,036 Was thanked: 1168 time(s) in 747 post(s)
|
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. |
|
2 users thanked mkraska for this useful post.
|
on 15/08/2024(UTC), on 15/08/2024(UTC)
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
As an experiment, I may add this feature. |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.