X-Y Plot Region

X-Y Plot Region - Extends SMath Studio with a X-Y Plot Region. - Сообщения

#181 Опубликовано: 07.10.2015 08:18:37
NDTM Amarasekera

NDTM Amarasekera

130 сообщений из 352 понравились пользователям.

Группа: User

Many thanks to Viacheslav. It works fine now.
Look within!... The secret is inside you. Best Regards Eng. NDTM Amarasekera - Sri Lanka
#182 Опубликовано: 07.10.2015 08:25:39
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Цитата

Please, could you make a list with the external names of parameters.


I think that we need a special function to change the settings. Something like this: xyplot( index, "parameter's name", value) = .... I will try to add this feature.
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
ioan92 07.10.2015 08:38:00, Davide Carpi 07.10.2015 10:00:00
#183 Опубликовано: 08.10.2015 01:03:13
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Ah !, Martin: you missed plotting your "datum" 0.5^2

Just made that work sheet quick. True, X_Y plot is big cannon
for the 1rst contour and Waterloo for the 2nd contour.
Some tips added, not refined [just from foundry].

Cheers, Jean
Contour X_Y plot.sm (37 КиБ) скачан 142 раз(а).
#184 Опубликовано: 08.10.2015 03:02:40
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Human eye example (you lost β).
Human eye.sm (6 КиБ) скачан 135 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
#185 Опубликовано: 20.01.2016 01:55:25
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Wrote

Human eye example (you lost β).


____________________

Thanks Uni,

Beta got lost in the transit ... Beta is 2 in my work sheet

Jean

#186 Опубликовано: 20.01.2016 02:16:11
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Something crooked happend in this forum.
A minute ago there was a big display about "plotG",
now gone. From recollection it's about plotting points.

"plotG" is obsolete: to cumbersome, too slow.

"plotG" is OK for few points

Jean

Utilities Plot Points.sm (18 КиБ) скачан 122 раз(а).
1 пользователям понравился этот пост
Davide Carpi 20.01.2016 09:06:00
#187 Опубликовано: 31.01.2016 15:01:03
zoom

zoom

2 сообщений из 7 понравились пользователям.

Группа: User

Wrote

Wrote

Цитата

Open issues:
- handling of undefined values


Updated. Try again.



Thanks for the update. Plotting ln(x) now works. Still I keep annoying. Division by zero causes trouble. I frequently use this as a handy trick to limit curves to certain ranges.



i tried and not sure how how to plot ln(x) as previously shown. is there a way to do it still by just typing in ln(x)?
#188 Опубликовано: 31.01.2016 23:00:09
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Division by zero causes trouble.
I tried and not sure how how to plot ln(x) as previously shown.
Is there a way to do it still by just typing in ln(x)

____________________________________________

There are several things in there to know.

Smath is granular, very granular. It means that between two
numerical values, it won't distinguish which one is true because
Smath is a 32 bits system. It is not a full extended 64 floating
point. Smath will calculate ln(10^-99) and will issue error
message "ln(0) is not defined" for ln(10^-100)
Mathcad/Mathsoft calculates ln(10^-307) no sweat. Mathcad/Mathsoft
is much less granular [extended floating point 64]
Convention is that ln(0) is defined complex to enable issuing an
error message for most unguarded systems.

X_Y plot is superb for plotting most difficult contour f(x,y)
but for other math stuff, X_Y plot is [just read me: piece of crap].

Plot ln(x+epsilon) .... espilon:= 10^-99
As well plot ln(|x|) .... |x| absolute.

Division by zero is just one or more than one coinciding occurence(s).
You will have that in any system. Just make the project not to divide by 0

Jean
#189 Опубликовано: 27.05.2016 11:27:46
Jason McCool

Jason McCool

9 сообщений из 78 понравились пользователям.

Группа: User

First, let me say a big "thank you" for this X-Y Plot. It has been very helpful for me. I found your example file with worksheet controls for some of the parameters like X & Y limits. That was exactly what I needed as I wanted to scale a graph to have extents 10% greater than the worksheet values being graphed. But is there a list of all of the parameters that can be controlled through the worksheet? Since you are using XYPlot as the variable name and the parameter as the subscript, what would you use for parameters like the names of each data series? Or are there even worksheet controls set up yet for those parameters? I do keep having an issue with the names of the 4 data series in my graph disappearing, and the legend description then being blank, so I think tying those to a worksheet definition would be beneficial. Thank you again for all the hard work!

Jason
Jason McCool Robbins Engineering Little Rock, AR, USA
#190 Опубликовано: 28.05.2016 12:39:40
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Hello, Jason:

The Maxima X_Y plot and the Smath Quickplot [@] are two different animals.
On simple projects, either one will do. Ofen you need both for same project.
The X_Y plot is gorgeous to plot implicit f(x,y) as it plots the 0 level contour,
the 0 level contour interpreted as f(x,y)=0. I just noticed that it may be
wrong. The X_Y plot in work sheet "Wolfram looping" is wrong. I have two
proofs of this assertion: Mathcad 11 & Smath Quickplot.
On the other hand, the X_Y plot for "Doublet" is quite correct.
The X_Y "Wolfram Looping" seems to upset X_Y because of so many complex
sub-plot components [my guess], X_Y gets lost or interprets unknown.

Plotting is quite a skill to acquire, no matter the tool.

Jean

2D Plot ln(x).sm (8 КиБ) скачан 100 раз(а).

Contour Advisor [Wolfram Looping].sm (120 КиБ) скачан 92 раз(а).

Both work sheets are: Smath 5346 OFFicial release.
#191 Опубликовано: 17.09.2016 14:05:39
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Updated.

- SS-2403 fixed,
- SS-2336 partially fixed.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Davide Carpi 18.09.2016 11:47:00
#192 Опубликовано: 21.09.2016 13:04:40
Fridel Selitsky

Fridel Selitsky

520 сообщений из 451 понравились пользователям.

Группа: User

4.sm (47 КиБ) скачан 97 раз(а).The parameterization of implicit functions by Draghilev method
1."Quiz function", 2."Human eye"
Schedule parameterized function coincides with the graph of X-Y Plot Region (dot).

2 пользователям понравился этот пост
frapuano 21.09.2016 15:14:00, Davide Carpi 21.09.2016 13:41:00
#193 Опубликовано: 02.02.2017 16:20:50
Arie

Arie

93 сообщений из 285 понравились пользователям.

Группа: User

Note sure if this is an X-Y plot bug, but I'll refer to this users post: http://en.smath.info/forum/yaf_postst7977findunread_Smath-Page-Freezing.aspx

Essentially trying to plot a function with an undefined variable caused the screen to freeze.
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#194 Опубликовано: 01.08.2017 11:44:31
marcofk

marcofk

8 сообщений из 19 понравились пользователям.

Группа: User

Hello all,

I tried to follow this discussion, but I'm not convinced I've found the answer to this: what syntax is required to change the value of Chart2DLib.LineStyle of an X-Y Plot from the Math region?

I managed to change the XYPlot.XLimMin etc. follwing the example in the reference book, but I could do with my line styles not being reset everytime I get some duff values to the plot region.

Also: I'd like to place some labels and symbol in my plot to make it look more like a CAD drawing. Is there a way to draw them as is possible with the built-in 2D plot region?

All help is welcome.

Regards,

Marco
#195 Опубликовано: 01.08.2017 14:22:28
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

1. You can place legend in any of the 4 corners.
2. On the main menu: click to access the plot specifications.
3. plot ln(x) is OK because computable by default.
4. plot x^(0.5-1)*exp(-x) will freeze/crash the X_Y page, no rescue
for that page. Close computer might rescue the other pages that were
working before the crash.

Search this forum containing "Isometric" [this spring]

Jean
#196 Опубликовано: 01.08.2017 14:26:53
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

http://en.smath.info/forum/yaf_postst8138_Maxwell-Orthogonal-on-Isometric.aspx
#197 Опубликовано: 01.02.2018 11:05:20
overlord

overlord

547 сообщений из 1330 понравились пользователям.

Группа: Moderator

Tried with Smath 0.98.6604. Observed the bug both at W10-x64 and W7-x86. Don't know if previous versions behave the same.
While the Plot can comprehend the evaluation inside sys(), X-Y Plot needs an additional line() to be used.

However, when two matrix is augmented inside the graphic first matrix is being used twice.
Duplication doesn't seems to happen with the stack.

Regards

X-Y Plot.sm (18 КиБ) скачан 81 раз(а).
#198 Опубликовано: 01.02.2018 19:30:03
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

X_Y.PNG
#199 Опубликовано: 02.02.2018 03:56:57
overlord

overlord

547 сообщений из 1330 понравились пользователям.

Группа: Moderator

Yeah Jean, I know it can be plotted that way or another.
But I have my own reasons to do the augmentation inside
the plot and recursive "M:=(augment(N;M)" method.

While I can do it with built-in plot, I can't do it with
X-Y Plot Plugin. And if you do it like "MM:=(augment(N;M)"
it can be plot correctly because augment command is generating
correct matrix. The problem is here is not the plotting,
augment is giving wrong result. This is why I considered
this as a bug.

Regards
1 пользователям понравился этот пост
frapuano 02.02.2018 06:12:00
#200 Опубликовано: 16.03.2018 09:55:05
Pumonte

Pumonte

0 сообщений из 2 понравились пользователям.

Группа: User

Which version of smath studio should I use? I just downloaded 0.99 and it didn't work out.
thanks
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений