Rank: Advanced Member Groups: Registered
Joined: 23/12/2011(UTC) Posts: 321 Location: italy Was thanked: 110 time(s) in 94 post(s)
|
Jean in the function definition of b(u) there is already all the data needed to properly plot the function with the X-Y plugin. Which works well. sergio
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: PompelmoTell Jean in the function definition of b(u) there is already all the data needed to properly plot the function with the X-Y plugin. Which works well. sergio Yes Sergio, but it does not understand/plot Engineer's maths. X_Y refers to so many libraries, it may have to be doctored.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 279 Was thanked: 92 time(s) in 58 post(s)
|
Originally Posted by: Jean Giraud Yes Sergio, but it does not understand/plot Engineer's maths. X_Y refers to so many libraries, it may have to be doctored. Works fine for me. |
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 279 Was thanked: 92 time(s) in 58 post(s)
|
Originally Posted by: uni setprop() function is just an intermediary. It knows nothing about the properties of an object. Thus, if a property is found during a call, then it will be set. Each time a function is called, it enumerates the available properties. It is possible that I will change this behavior by setting aliases for some properties, making the names shorter. For now you can use source code to get these names. As for the values, you can get them from sm file: . This doesn't seem to work for Grid.GridPattern or *Axis.NumberFormat. |
|
2 users thanked alyles for this useful post.
|
on 21/08/2019(UTC), on 22/08/2019(UTC)
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: alyles Works fine for me. Thanks alyles. The question is about whether your X_Y version could be installed in SS 6179, in replacement, not affecting all other projects ?
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,549 Was thanked: 1309 time(s) in 767 post(s)
|
Originally Posted by: alyles This doesn't seem to work for Grid.GridPatternor *Axis.NumberFormat. Yes, I was wrong. This place in the code is not completed. As for Jean's examples. He doesn't quite clearly understand the connection between the program version, the component version and its capabilities. You can stick to one old version only for yourself personally, but moving forward is impossible without updating the old one. Sometimes you need to break something for this. P.S. I can't support the all versions of the program. This makes sense only if all versions of the program are used at the same time, but it is not. I have access to statistics and it shows that users are migrating to new versions. Edited by user 21 August 2019 16:45:16(UTC)
| Reason: Not specified |
Russia ☭ forever Viacheslav N. Mezentsev |
3 users thanked uni for this useful post.
|
on 21/08/2019(UTC), on 21/08/2019(UTC), on 21/08/2019(UTC)
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: uni As for Jean's examples. He doesn't quite clearly understand the connection between the program version I can survive otherwise. What's missing in all those commands is some Russian Poetry Don't take it bad Viacheslav ... Jean is an old monkey [you already figured that].
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,549 Was thanked: 1309 time(s) in 767 post(s)
|
Updated. Changes: - Debug parameter added to config file; - added support simple types for setprop() function; - some bugs fixed; - refactored. Hidden property for axes and GridPattern now work. Edited by user 22 August 2019 14:44:04(UTC)
| Reason: Not specified |
Russia ☭ forever Viacheslav N. Mezentsev |
4 users thanked uni for this useful post.
|
on 22/08/2019(UTC), on 22/08/2019(UTC), on 22/08/2019(UTC), on 22/08/2019(UTC)
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 279 Was thanked: 92 time(s) in 58 post(s)
|
Originally Posted by: uni Updated.
Changes: - Debug parameter added to config file; - added support simple types for setprop() function; - some bugs fixed; - refactored.
Hidden property for axes and GridPattern now work. Thanks Uni! I really appreciate the setprop function. Is it possible to set individual trace properties with this function? Thanks, alyles |
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 279 Was thanked: 92 time(s) in 58 post(s)
|
Updated my snippet for the XY Plot setprop wrappers. I have functions for each property that can be set with setprop. Additionally I have created some other functions that combine individual property functions to minimize number of functions necessary. I've also created some units for things like color (color), grid Patterns (gridPattern), legendPosition(legend), number format (numFmt). This allows one to use the context menu to select pre-defined values for these items. For example, if one wants to select a different grid pattern, but cannot remember the exact string, simply start typing "gridPattern" and select from the context menu. Attached is the raw snippet as well as a small example. Note that in the example, I have the legend on, but I have not set the parameters for traces so it's just a little rectangle. I'm hoping there is a way to change the trace parameters using the setprop command or something similar, but I'm unsure how to access them. XYPlotToolsExample.sm (125kb) downloaded 138 time(s). XYPlotProps.sm (114kb) downloaded 80 time(s). |
|
6 users thanked alyles for this useful post.
|
on 22/08/2019(UTC), on 23/08/2019(UTC), on 23/08/2019(UTC), on 23/08/2019(UTC), on 23/08/2019(UTC), on 05/08/2020(UTC)
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: alyles Updated my snippet for the XY Plot setprop wrappers. Interesting background color. I had a trick to do in plot region SS 5346, din't collect, can't remember.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,549 Was thanked: 1309 time(s) in 767 post(s)
|
Originally Posted by: alyles I'm hoping there is a way to change the trace parameters using the setprop command or something similar, but I'm unsure how to access them. It is possible, but I myself don’t yet know an easy way to do this. |
Russia ☭ forever Viacheslav N. Mezentsev |
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
No surprise: the example is red SS 6179. Revisit the the bugs SS 7109 ... No reply from ad-noseum visits. SS 7109 strictly useless as is --> recycle/evaporate On the other hand, for what X_Y plot does well, is exceptional from the drop down menu, very fast. The spline line/points superb ! The attached examples wrt splines is convincing of that great feature. SS 6179 X_Y is just missing background color from the windows. I don't fancy that so much for publishing. The so rich plots OriginLab is from drop down menu. Just some comments, forget. 2D Isometric.sm (93kb) downloaded 53 time(s).
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,549 Was thanked: 1309 time(s) in 767 post(s)
|
Updated. Changes: - added AntiAlias support for legend; - Hidden property for axes changed to Visible. We already have this property for traces, so it’s logical to have the same name for the axes. For uniformity. I forgot about it when I chose a name. Edited by user 24 August 2019 19:14:33(UTC)
| Reason: Not specified |
Russia ☭ forever Viacheslav N. Mezentsev |
2 users thanked uni for this useful post.
|
on 26/08/2019(UTC), on 26/08/2019(UTC)
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 279 Was thanked: 92 time(s) in 58 post(s)
|
Originally Posted by: uni Updated.
Changes:
- added AntiAlias support for legend; - Hidden property for axes changed to Visible.
We already have this property for traces, so it’s logical to have the same name for the axes. For uniformity. I forgot about it when I chose a name. Updated snippet with showAxis functions and removed hideAxis functions. Not sure how to toggle AntiAlias options for legend using setprop or if it is possible. XYPlotProps.sm (120kb) downloaded 69 time(s). |
|
4 users thanked alyles for this useful post.
|
on 26/08/2019(UTC), on 26/08/2019(UTC), on 26/08/2019(UTC), on 26/08/2019(UTC)
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
FreeMat page 262 PDF
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 14/09/2013(UTC) Posts: 92 Was thanked: 24 time(s) in 16 post(s)
|
Originally Posted by: uni Updated.
This update, I guess it is available only for SS 7109 and future builds, correct? I am using SS 7030 and I don't see a "X-Y Plot Region" update among the available updates listed in Smath plugin manager. Thank you, bye!
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,549 Was thanked: 1309 time(s) in 767 post(s)
|
Yes. SMath Studio 0.99.7109. I am pushing users a bit forward. It’s hard to bring all the plugins to a new stable release unless you keep track of the changes. I rebuilt almost all the plugins for this version in order to check their functionality. |
Russia ☭ forever Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/02/2016(UTC) Posts: 35 Was thanked: 1 time(s) in 1 post(s)
|
Hello! Help with this extension. It is necessary to display a logarithmic graph, how to do it in smath? I looked at the settings did not find such an opportunity.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,549 Was thanked: 1309 time(s) in 767 post(s)
|
Unfortunately, this cannot be done yet. |
Russia ☭ forever Viacheslav N. Mezentsev |
|
|
|
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.