Rank: Advanced Member Groups: Registered
Joined: 12/02/2018(UTC) Posts: 62 Location: Belém Was thanked: 7 time(s) in 6 post(s)
|
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 12/02/2018(UTC) Posts: 62 Location: Belém Was thanked: 7 time(s) in 6 post(s)
|
Hi!
Just to confirm: so far setprop can't address Traces both in ZedGraph and X-Y Plot, right?
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
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 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 12/02/2018(UTC) Posts: 62 Location: Belém Was thanked: 7 time(s) in 6 post(s)
|
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
Updated.
Changes: - increased calculation speed; - green frame restored when region in evaluation. |
Russia ☭ forever Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
Updated.
Changes: - setprop() partially fixed. |
Russia ☭ forever Viacheslav N. Mezentsev |
2 users thanked uni for this useful post.
|
on 17/05/2020(UTC), on 17/05/2020(UTC)
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
Updated. Changes: - implicitplot method improved. Edited by user 20 May 2020 22:54:23(UTC)
| Reason: Not specified |
Russia ☭ forever Viacheslav N. Mezentsev |
2 users thanked uni for this useful post.
|
on 20/05/2020(UTC), on 21/06/2020(UTC)
|
|
Rank: Newbie
Groups: Registered
Joined: 31/05/2020(UTC) Posts: 2
|
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 (6kb) downloaded 18 time(s).
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
|
Russia ☭ forever Viacheslav N. Mezentsev |
2 users thanked uni for this useful post.
|
on 21/06/2020(UTC), on 21/06/2020(UTC)
|
|
Rank: Newbie
Groups: Registered
Joined: 31/05/2020(UTC) Posts: 2
|
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 21/10/2016(UTC) Posts: 84
Was thanked: 21 time(s) in 17 post(s)
|
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.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/12/2011(UTC) Posts: 321 Location: italy Was thanked: 110 time(s) in 94 post(s)
|
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. sergio
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
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 "
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 21/10/2016(UTC) Posts: 84
Was thanked: 21 time(s) in 17 post(s)
|
Originally Posted by: Jean Giraud 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.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
plot g(x) white ... plot/no plot axes.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
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 |
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: MarB 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 (27kb) downloaded 31 time(s).
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 21/10/2016(UTC) Posts: 84
Was thanked: 21 time(s) in 17 post(s)
|
Originally Posted by: Jean Giraud Originally Posted by: MarB 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?
|
|
|
|
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.