X-Y Plot Region

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

#541 Posted: 9/17/2024 10:39:15 PM
⚜ Kenny Lemens, P.E. ᵂᴵ

⚜ Kenny Lemens, P.E. ᵂᴵ

74 likes in 164 posts.

Group: User

Wrote

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


Greetings,

With regards to the list of properties you created, I have some updates to your "Legend"
  • (...).Legend.TextColor
  • (...).Legend.LegendBackColor
  • (...).Legend.LegendBorderColor
  • (...).Legend.LegendPosition
  • (...).Legend.LegendFont

Please take note of the last one as I couldn't get 'position' to work, but 'legendPosition' did provide values. Please note: I am running an older version.

I also believe you are missing 「(...).Grid.IsY2Grid」, which would control drawing the gridlines per the Y2 Axis.

May this be of Good Help;
⚜ Kenny Lemens, P.E. ᵂᴵ
"No matter where you go, there you are." -Buckaroo BanzaiHotkeys: https://en.smath.com/forum/resource.ashx?a=45771&b=2
#542 Posted: 9/18/2024 8:21:22 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote

As an experiment, I may add this feature.

xyplot-description-properties.PNG



I guess you propose to read the settings from the description. I'd like this feature very much, yet, how to include calculated values?
I'd also propose a Hotkey or context menu item to send the current settings to the description as a template
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#543 Posted: 9/18/2024 9:04:21 PM
⚜ Kenny Lemens, P.E. ᵂᴵ

⚜ Kenny Lemens, P.E. ᵂᴵ

74 likes in 164 posts.

Group: User

Greetings,

I like the thought of declaring such settings in the description field, but I would recommend against it. There will be several issues with such an implementation:
  • There is a discrepancy between special/encoded characters, may need to manually paste text in for best affect.
  • This area doesn't provide the best Copy/Paste experience.
  • There is no dynamic assist when typing variables.
  • Easy to overlook the description field, may create frustration if person isn't aware that the description is declaring settings.


Instead, I would recommend placement of these settings into the input; since setprop() has a Global influence there is no issue with this placement:
SMath_SetProp()_Placement.gif


May this be of Good Help;
⚜ Kenny Lemens, P.E. ᵂᴵ
"No matter where you go, there you are." -Buckaroo BanzaiHotkeys: https://en.smath.com/forum/resource.ashx?a=45771&b=2
#544 Posted: 9/19/2024 10:38:16 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

A single quote can be used instead of or together with a period.

xyplot-description-properties-with-single-quote.png

Other symbols are also available:


XYPlot#XAxis#XMin:x.min
XYPlot%XAxis%XMin:x.min
XYPlot~XAxis~XMin:x.min
Russia ☭ forever, Viacheslav N. Mezentsev
#545 Posted: 9/26/2024 2:30:07 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility

Plugin updated.

Changes:

- added support for image drawing;
- added support for settings inside the description.

I haven't decided yet how to describe the set of properties in the description. We need to experiment a little.
I can try to display the picture from the document if it is marked with tag

Click to enlarge Click to enlarge

xyplot-drawimage.sm (8 KiB) downloaded 63 time(s).
xyplot-drawimage.pdf (28 KiB) downloaded 54 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
Davide Carpi 9/26/2024 6:55:00 PM, Alvaro Diaz Falconi 9/26/2024 4:30:00 AM
#546 Posted: 9/26/2024 4:55:47 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

...
- added support for image drawing; ...



Hi Viacheslav. Thanks, it works fine. One question: Is there a way to use the RGB matrix of the image, instead of the file?

Best regards.
Alvaro.
#547 Posted: 9/26/2024 5:31:57 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Yes, this is possible, I will add this feature in the next update.

Quote

I can try to display the picture from the document if it is marked with tag



Something like this

xyplot-drawimage-from-region.jpg
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
Davide Carpi 9/26/2024 6:54:00 PM, Alvaro Diaz Falconi 9/26/2024 12:58:00 PM
#548 Posted: 9/27/2024 4:01:00 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Soon ... more bugs added

The release manager is down again, so just an announcement.

It is also possible to draw svg icon sets (favicon, …), but I have not yet decided how to encode them.

Click to enlarge Click to enlarge Click to enlarge

xyplot-drawimage-file.pdf (38 KiB) downloaded 55 time(s).
xyplot-drawimage-tag.pdf (39 KiB) downloaded 58 time(s).
xyplot-drawimage-mat.pdf (41 KiB) downloaded 54 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
#549 Posted: 9/30/2024 11:38:33 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility

Plugin updated.

Changes:

- added support for image output (file, tag, mat);
- the oldest method of changing component properties has been removed;
- fixed support for setting properties in the component description;
- minor improvements.

xyplot-drawimage-tag.png

xyplot-drawimage-file.sm (7 KiB) downloaded 73 time(s).
xyplot-drawimage-tag.sm (67 KiB) downloaded 70 time(s).
xyplot-drawimage-mat.sm (8 KiB) downloaded 69 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
churichuro 10/1/2024 6:08:00 AM, Alvaro Diaz Falconi 10/1/2024 9:22:00 AM
#550 Posted: 10/1/2024 9:41:03 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

... Plugin updated.
- added support for image output (file, tag, mat); ...



Hi Viacheslav. About 'mat' method, I can't read an image with READRGB, and with image2rgb I don't know how to plot it as RGB (the matrix output from image2rgb is always 1 row by 3 columns containing the 3 matrices R, G and B )

Best regards.
Alvaro.
#551 Posted: 10/1/2024 1:01:38 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Only a gray image is supported now, I think about how to add RGB matrices. Functions for working with images I will fix.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Alvaro Diaz Falconi 10/1/2024 11:14:00 PM
#552 Posted: 10/1/2024 4:54:10 PM
fedeghi

fedeghi

25 likes in 112 posts.

Group: User

Wrote


- the oldest method of changing component properties has been removed;



Hi Uni and fellow Smath users,
does this above imply that "setprop" is now not only the preferred way to set plot properties, but also the only one?
I still didn't study it, in case I need to make my homeworks as soon as possible since I have some tools that used the old (deprecated?) way of setting props and autoscaling plots.

Do you have an updated sample file to share, that allows to identify the new way of working with plot properties?

Thanks
#553 Posted: 10/1/2024 5:39:21 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

It is not necessary to use the setprop() function, now you can set the component properties directly.

xyplot-set-properties-min-example.png

xyplot-set-properties-min-example.sm (10 KiB) downloaded 67 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
ioan92 10/1/2024 6:30:00 PM
#554 Posted: 10/1/2024 5:48:49 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

To avoid editing documents, you can try this method. But you need to set a value for the Name property of the component.

xyplot-set-properties-support-old-style.png

xyplot-set-properties-support-old-style.sm (6 KiB) downloaded 60 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
ioan92 10/1/2024 6:30:00 PM
#555 Posted: 10/1/2024 6:23:18 PM
fedeghi

fedeghi

25 likes in 112 posts.

Group: User

Thanks for this quick recap!
#556 Posted: 10/1/2024 8:46:39 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

I can't build a fixed MathcadToolbox plugin. When it becomes possible, I will release a new version.

Click to enlarge

xyplot-drawimage-mat-rgb.pdf (86 KiB) downloaded 54 time(s).
xyplot-drawimage-mat-rgb.sm (18 KiB) downloaded 64 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Alvaro Diaz Falconi 10/1/2024 11:15:00 PM
#557 Posted: 10/1/2024 11:03:39 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility

Plugin updated.

Changes:

- added support for rgb image drawing;
- the priority of setting properties has been changed (description - first).

Now the settings from the description are applied first and the settings from the document are applied second. This is done because it is much more difficult to edit the component description than the document itself. If the description is hidden, the properties present there can be overwritten using the settings from the document. Otherwise, as shown above, implicitly changing the properties can become a problem.

Later I will add the ability to copy property sets to a document from the settings form.

Still no fixed features from the MathcadToolbox plugin (READRGB(), ...).
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
sergio 10/1/2024 11:13:00 PM, Alvaro Diaz Falconi 10/2/2024 11:29:00 PM
#558 Posted: 10/2/2024 1:59:22 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

I think it is possible to draw a line of text in a similar way. The interface for such a call should also be consistent with the general approach for shapes.
Russia ☭ forever, Viacheslav N. Mezentsev
#559 Posted: 10/2/2024 11:38:55 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Hi Viacheslav.

It would be very interesting to be able to obtain the RGB matrix of the image within the Mathcad region, perhaps you can incorporate that option in READIMG(#uni), READ_RED(#uni), ... etc. of the Mathcad toolbox plugin. Not only would it serve to avoid having to attach an external file, but it would also be a way to preserve the changes within the image (those that can be made with the mouse after selecting the "edit" option).

It would also be very useful to have a function similar to Matlab's ginput, such as [X Y]:=XYInput("plot",n) returning two X,Y vectors with n components. The trigger for the action of choosing points could be from the context menu by right clicking on the XYPlot or in some similar way.

Best regards.
#560 Posted: 10/3/2024 1:17:31 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Wrote

It would be very interesting to be able to obtain the RGB matrix of the image within the Mathcad region, perhaps you can incorporate that option in READIMG(#uni), READ_RED(#uni), ... etc. of the Mathcad toolbox plugin. Not only would it serve to avoid having to attach an external file, but it would also be a way to preserve the changes within the image (those that can be made with the mouse after selecting the "edit" option).


I didn't do it right away because the images form very large matrices. Regular functions don't have access to the sheet area and the list of components, so it can't be done directly. But there is a way to do it differently. We can reread the document itself manually and parse it. I've done this before. So, I think it will be possible to add new functionality to the image handling functions, but only where I am a developer. It should work where there will be read access to the document itself.

Wrote

It would also be very useful to have a function similar to Matlab's ginput, such as [X Y]:=XYInput("plot",n) returning two X,Y vectors with n components. The trigger for the action of choosing points could be from the context menu by right clicking on the XYPlot or in some similar way.


As for entering a list of points, this is also possible. I'll even say more, I had thoughts of adding horizontal and vertical markers in any quantity. It's not difficult to draw them, the problem is in outputting information from them to the document. We need to figure out how to do it beautifully and universally.

Click to enlarge
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Alvaro Diaz Falconi 10/3/2024 9:50:00 PM
  • New Posts New Posts
  • No New Posts No New Posts