X-Y Plot Region

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

#381 Posted: 5/10/2020 9:30:13 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Great!
#382 Posted: 5/16/2020 11:42:12 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Hi!

Just to confirm: so far setprop can't address Traces both in ZedGraph and X-Y Plot, right?
#383 Posted: 5/16/2020 11:50:10 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Yes, I found out only how to do it. I will explore another way to control component settings. The correct way is to specify the variable name directly in the properties. I think that it will be more intuitive than all other methods.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 5/16/2020 4:54:00 PM
#384 Posted: 5/16/2020 11:53:41 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Thank you!
#385 Posted: 5/16/2020 8:54:08 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Updated.

Changes:
- increased calculation speed;
- green frame restored when region in evaluation.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 5/17/2020 12:26:00 PM
#386 Posted: 5/17/2020 11:04:30 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Updated.

Changes:
- setprop() partially fixed.
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
Davide Carpi 5/17/2020 12:26:00 PM, sergio 5/17/2020 2:58:00 PM
#387 Posted: 5/20/2020 3:02:26 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Updated.

Changes:
- implicitplot method improved.

2020-05-21_00-53-16.png [albumimg]1610[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
frapuano 6/21/2020 2:11:00 PM, sergio 5/20/2020 4:52:00 AM
#388 Posted: 6/21/2020 2:10:43 AM
nophibiton

nophibiton

0 likes in 2 posts.

Group: User

Can anyone help me with 2D plots. I have several questions.

1. how do I input/show the units on the graph?
2. how do I scale the units/number on the axis. the graph is in N-mm vs N, I want to change it in kN-m vs kN.
3. is there a way to automatically adjust the max and min of values on the axis?


PM Curve.sm (5 KiB) downloaded 36 time(s).
111.PNG
#389 Posted: 6/21/2020 2:39:47 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

You can do it like this

PM Curve (uni).sm (8 KiB) downloaded 77 time(s).

2020-06-21_10-37-37.png
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
sergio 6/21/2020 2:26:00 PM, frapuano 6/21/2020 2:12:00 PM
#390 Posted: 6/21/2020 3:29:14 AM
nophibiton

nophibiton

0 likes in 2 posts.

Group: User

Thanks a lot uni
#391 Posted: 6/22/2020 10:02:40 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

You can have it more productive: Export/Interpolate

Spline Hermite Interpolation General.sm (71 KiB) downloaded 56 time(s).
#392 Posted: 6/22/2020 12:15:29 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

You can have it more productive: Export/Interpolate


You can have it convex polyline style: Export/interpolate.

Spline Hermite Interpolation General Polyline.sm (72 KiB) downloaded 56 time(s).
#393 Posted: 7/9/2020 9:18:01 AM
Martin_B

Martin_B

21 likes in 84 posts.

Group: User

Hi,

in the past, using cases (or if) to plot a function only in in specified range worked well.

Now there appears an ugly line ending nowhere.

By moving the plot range, the line disappears sometime.

Could this please be fixed? I didn't find a workaround, except of plotting tabled values.
xyplot.png
#394 Posted: 7/9/2020 10:21:14 AM
sergio

sergio

115 likes in 329 posts.

Group: User

The problem is found with the X-YPlot plugin and not with the original 2D chart of Smath. At the moment you can use the two tricks as in the picture.SMathStudio_Desktop_25VenrcLu4.png

sergio
#395 Posted: 7/9/2020 11:12:38 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

You CAN NOT blank scalar canvas plot X_Y.
Alternately, discretize /tabulate your range of interest
then plot the data in X_Y. The bonus is that on rough
data from source plot "splines" to smooth the discontinuities.
Advanced Bezier interpolation works as well.
X_Y rejects the if/otherwise blanking character "
#396 Posted: 7/9/2020 12:23:16 PM
Martin_B

Martin_B

21 likes in 84 posts.

Group: User

Wrote

You CAN NOT blank scalar canvas plot X_Y.
Alternately, discretize /tabulate your range of interest
then plot the data in X_Y. The bonus is that on rough
data from source plot "splines" to smooth the discontinuities.
Advanced Bezier interpolation works as well.
X_Y rejects the if/otherwise blanking character "



Didn't I show, that I CAN!?
I know plotting tabulated values, maybe I didn't write clearly.
#397 Posted: 7/9/2020 1:13:32 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

plot g(x) white ... plot/no plot axes.

X_Y.PNG
#398 Posted: 7/9/2020 4:25:23 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Yes, when adding a new feature when displaying implicit curves, I had to change the working code. I could not immediately fix the artifacts.
Russia ☭ forever, Viacheslav N. Mezentsev
#399 Posted: 7/14/2020 8:52:39 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

in the past, using cases (or if) to plot a function only in in specified range worked well.



if/else or if/otherwise never did work at least up to SS 6179.
X_Y is essentially designed around data set.
Quite convenient but not as the champion OriginLab.
OriginLab is the software dedicated for Phamacokinetics,
hyper rich in plot styles but strictly from data sets.
IMHO, I see no point to trick/fix what ? nothing, use as is.
These two styles of demo are common as well as the 1/x.
logpts enables intelligible tabulated export and plot.

Utilities logpts Demo.sm (26 KiB) downloaded 48 time(s).
#400 Posted: 7/14/2020 3:20:14 PM
Martin_B

Martin_B

21 likes in 84 posts.

Group: User

Wrote

Wrote

in the past, using cases (or if) to plot a function only in in specified range worked well.



if/else or if/otherwise never did work at least up to SS 6179.



Und jetzt?
  • New Posts New Posts
  • No New Posts No New Posts