[2d Plot] Axis limits

[2d Plot] Axis limits - Plots do not fit axes to data, so data are not visible. - Сообщения

#21 Опубликовано: 19.01.2019 14:01:05
justhumm

justhumm

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

Группа: User

Wrote

X_Y plot => you set the x, y limits
the QuickPlot => you wheel/mouse/zoom the x, y
Shift wheel mouse for the x
Ctrl wheel mouse for the y
click in plot shift up/dn, left/right to move the plot.



Wrote

The @ plot is the quick plot. You are correct, it does not autoscale. The X-Y plot that Jean mentioned is a plugin for the PC based software.
I agree, an auto zoom to the correct plot area would be nice



Where is the X_Y plot (axis limits) plugin available for download? Or, if it's already installed, how do you implement it?

I am using windows SMath version 0.99 build 6884.

Thanks!
#22 Опубликовано: 19.01.2019 14:47:14
Вячеслав Мезенцев

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

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

Группа: Moderator

You must install it using the extension manager (X-Y Plot Region).

[albumimg]1550[/albumimg]

2019-01-19_22-44-52.png
Russia ☭ forever, Viacheslav N. Mezentsev
#23 Опубликовано: 26.01.2019 14:09:03
justhumm

justhumm

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

Группа: User

OK. I was being stupid...my extension manager was only showing the extensions "local storage". I had to switch it to "online gallery".

Thanks for the reply!
#24 Опубликовано: 27.01.2019 00:36:46
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

OK. I was being stupid...my extension manager was only showing the extensions "local storage". I had to switch it to "online gallery".


About X_Y plot: so interesting/useful, so bloody freak in other situations.
If the function includes ln(x) and if it starts from very low,
can't start at 0. Start at very low just crashed Smath [yesterday !]

#25 Опубликовано: 29.11.2019 11:14:46
miratas

miratas

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

Группа: User

Hello,

yesterday I discovered SMath and I was impressed. I'm Mathcad 15 user, so I like similar behaviour.

But when I started playing with plot I realized that there is no automatic axis setting which is really pain.

I usually use the sheet as "live", so I change some value, do recalculate and instantly see the result in plot. This use is limited here only to small changes which fit in the current plot zoom. If values change more, you can not see them in the plot.

Anyway, thank you for this great tool!
#26 Опубликовано: 29.11.2019 13:33:43
fedeghi

fedeghi

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

Группа: User

Many users plot functions with an additional plugin named "X-Y Plot" (by user "Uni" )
This plugin offers the possibility to control axis limits (and other stuff) using values or variables coming from previous calculation.
I have moved almost every office calculation tool from plotting with Smath native to "XY Plot" mainly for this feature.

You will find this explained in the XY plugin forum section, or more conveniently in remarkable "interactive handbook" prepared by user MKraska.
Just open the handbook and navigate to Graphics->2D Plot (XY plugin)

Cattura.PNG
#27 Опубликовано: 30.11.2019 10:11:23
Jean Giraud

Jean Giraud

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

Группа: User

Once you will get used with Smath QuickPlot & X_Y Plot,
you will appreciate how superior Smath is vs MCD.
MCD native mesh is ½ pica, Smath is pixel. Thus allows
sizing graphs exactly same width of fine trace vs rough MCD.
1. Size the X_Y plot on your min/max 'x'
2. size Y axis on those min/max ... done.
On rough data points X_Y has spline junction [Isometric example].
For Implicit Trifolium: wait until all frames are calculated,
then see the wind mill rotate ... quick/lovely vs MCD

Solve Implicit Trifolium.sm (29 КиБ) скачан 46 раз(а).
X_Y Plot Junior.sm (43 КиБ) скачан 51 раз(а).
2D Isometric.sm (92 КиБ) скачан 50 раз(а).
Utilities Discrete Algo Range INTERVALS Parts 1234.sm (84 КиБ) скачан 44 раз(а).
#28 Опубликовано: 13.12.2019 07:14:21
miratas

miratas

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

Группа: User

Thank you both, I need to try it.

I'm now stuck on another thing... I wanted to try to emulate runif and rnorm from MC. And I'm having problems even with runif. See attached.

Thanks,
Mira
runif.sm (1 КиБ) скачан 51 раз(а).
#29 Опубликовано: 13.12.2019 12:01:10
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

I'm now stuck on another thing... I wanted to try to emulate runif and rnorm from MC. And I'm having problems even with runif. See attached.


Your attempted code is illegal, simply.
rnorm is another story ... will be back.

runif (1).sm (4 КиБ) скачан 41 раз(а).

#30 Опубликовано: 13.12.2019 12:16:15
Oscar Campo

Oscar Campo

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

Группа: Moderator

Wrote

Thank you both, I need to try it.

I'm now stuck on another thing... I wanted to try to emulate runif and rnorm from MC. And I'm having problems even with runif. See attached.

Thanks,
Mira
runif.sm (1 КиБ) скачан 51 раз(а).



Simply use line() command after function definition as seen on attached image:


FunctionDefinition.PNG


Regards!!
#31 Опубликовано: 13.12.2019 12:28:44
Jean Giraud

Jean Giraud

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

Группа: User

Random_4 Pi.sm (20 КиБ) скачан 47 раз(а).
Random_1 Normal.sm (24 КиБ) скачан 40 раз(а).
Random_9 Fill Range PDF.sm (31 КиБ) скачан 45 раз(а).
Random_6 Weibull.sm (37 КиБ) скачан 38 раз(а).
Random_3 Logistic.sm (48 КиБ) скачан 42 раз(а).
#32 Опубликовано: 13.12.2019 18:01:23
miratas

miratas

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

Группа: User

Thanks for the "line" hint! Is there any explanation why it is needed?

Attached is something which seems to work, also rnorm included.runif.sm (16 КиБ) скачан 43 раз(а).

I used histogram implementation found on this forum. It is little bit slow, but otherwise works nicely.
1 пользователям понравился этот пост
Oscar Campo 16.12.2019 12:24:00
#33 Опубликовано: 13.12.2019 18:52:20
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

Thanks for the "line" hint! Is there any explanation why it is needed?


Is one of very many cases that needs the code be isolated,
particularly this one as it not scalar.
The attached Histogram should work.

Stat Histogram Create Normal Random.sm (70 КиБ) скачан 42 раз(а)....SS6179
#34 Опубликовано: 13.12.2019 19:25:14
Jean Giraud

Jean Giraud

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

Группа: User

Pattern Brownian BER Anim.sm (9 КиБ) скачан 43 раз(а).
Higgs.sm (8 КиБ) скачан 41 раз(а).
Pattern Brownian.sm (19 КиБ) скачан 39 раз(а).
Pattern Brownian Collect Image.sm (24 КиБ) скачан 38 раз(а).
#35 Опубликовано: 16.12.2019 16:07:14
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

I used histogram implementation found on this forum. It is little bit slow, but otherwise works nicely.


Original version does not work SS 6179.
I made simpler otherwise and accelerated timing by ~ 20.
Will be posted soon included in bigger document "Histogram".
Jean

  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений