X-Y Plot Region

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

#1 Опубликовано: 26.04.2013 09:20:32
Вячеслав Мезенцев

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

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

Группа: Moderator

X-Y Plot Region

SMath Studio compatibility SMath Viewer compatibility mono compatibility Extension page Sources


[albumimg]1550[/albumimg] [albumimg]1514[/albumimg] [albumimg]1549[/albumimg] [albumimg]1556[/albumimg] [albumimg]1502[/albumimg] [albumimg]1516[/albumimg] [albumimg]1651[/albumimg] [albumimg]1652[/albumimg]

XYPlot. Examples.sm (30 КиБ) скачан 1680 раз(а).
XYPlot. Examples.pdf (154 КиБ) скачан 1631 раз(а).

XYPlot. Demo.sm (5 КиБ) скачан 867 раз(а).
XYPlot. Demo.pdf (45 КиБ) скачан 933 раз(а).

XYPlot. Text labels.sm (10 КиБ) скачан 658 раз(а).
XYPlot. Text labels.pdf (53 КиБ) скачан 577 раз(а).

XYPlot. Fill area.sm (10 КиБ) скачан 624 раз(а).
XYPlot. Fill area.pdf (84 КиБ) скачан 538 раз(а).

XYPlot. Draw shapes.sm (19 КиБ) скачан 899 раз(а).
XYPlot. Draw shapes.pdf (92 КиБ) скачан 705 раз(а).

XYPlot. Linear polar.sm (56 КиБ) скачан 401 раз(а).
XYPlot. Linear polar.pdf (134 КиБ) скачан 316 раз(а).

3D plots in XY Plot plugin

pMesh.sm (244 КиБ) скачан 478 раз(а).
pMesh.pdf (3 МиБ) скачан 472 раз(а).

Functions for grids, meshes and plot surfaces. Support triangular meshes and multiple surfaces in the same plot.

pSurf.sm (315 КиБ) скачан 242 раз(а).
pSurf.pdf (2 МиБ) скачан 233 раз(а).

Small piece of code for filled 2-D contour plot in the XY plot plugin.

FillContour.sm (34 КиБ) скачан 396 раз(а).
FillContour.pdf (306 КиБ) скачан 383 раз(а).

Note: '~' is used as a mark for the "range" variable and should only be used inside the X-Y Plot.

Click to enlarge Click to enlarge Click to enlarge

XYPlot.%20Parametric.sm

Links:

1. Dr. Xu's Books .
2. Creating charts & graphics without coding .
Russia ☭ forever, Viacheslav N. Mezentsev
14 пользователям понравился этот пост
Infinity 29.04.2013 03:12:00, ioan92 12.05.2013 03:24:00, zoom 17.01.2016 17:14:00, Fridel Selitsky 26.04.2013 10:29:00, Radovan Omorjan 26.04.2013 10:32:00, yajurito 11.12.2017 17:33:00, frapuano 03.12.2016 09:11:00, Martin Kraska 26.04.2013 09:39:00, Oscar Campo 26.04.2013 09:38:00, Andrey Ivashov 22.09.2021 08:49:00, Davide Carpi 26.04.2013 10:12:00, sergio 13.01.2024 04:42:00, Mark R Harris 29.08.2022 07:50:00, IVR 13.07.2013 05:09:00
#2 Опубликовано: 26.04.2013 09:38:29
Martin Kraska

Martin Kraska

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

Группа: Moderator

Здорово!

I tried some functions (typed to the placeholder):

x - nothing happens

sin(x) - works

ln(x) - crash (perhaps due to undefined values)

any undefined function - crash

previously defined function returning a list - GUI freeze
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#3 Опубликовано: 26.04.2013 10:23:34
Davide Carpi

Davide Carpi

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

Группа: Moderator

Nice work uni

Wrote

You can change only the function for now. Need to figure out a way how to pass parameters to display the graph or do it like in Mathcad.



A way could be to use context menu items (see ConstructorRegion plugin by Andrey)... also the Mathcad mode it's quite interesting...

you can post the plugin code?
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#4 Опубликовано: 26.04.2013 10:46:39
Radovan Omorjan

Radovan Omorjan

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

Группа: Moderator

This is a long time waiting feature and I think we are all excited about it

Good luck uni

Radovan

EDIT: I tried it a bit in a "faulty" Mono in Xubuntu. It si working initially although with crashes as Martin mentioned
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#5 Опубликовано: 26.04.2013 10:47:33
Вячеслав Мезенцев

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

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

Группа: Moderator

The code is taken from this book:

[albumimg]77[/albumimg]

C# Application Series - Xu J. - Practical C# Charts and Graphics [2007, PDF, ENG] (link, rus).

I have something removed and added something to get the plugin. I added sources.

mkraska, not so fast Try some number.
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
Davide Carpi 26.04.2013 10:52:00, ioan92 22.07.2013 05:38:00
#6 Опубликовано: 26.04.2013 11:02:04
Davide Carpi

Davide Carpi

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

Группа: Moderator

Thank you very much both for the sources and the book

[EDIT] plugins on wiki updated
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#7 Опубликовано: 26.04.2013 11:45:46
kilele

kilele

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

Группа: User

thank you very much uni!
please look at this post:
http://en.smath.info/forum/yaf_postsm9105_Plots-improvements.aspx#post9105

ZedGraph is c# targeting .net20 so it should work both in windows and linux.
#8 Опубликовано: 26.04.2013 11:56:51
Basile

Basile

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

Группа: User

Thank you uni.
This is long overdue.
As you develop it, please have in mind the basic form of axes: Lin-Lin, Lin-Log, Log-Log.

Basile
#9 Опубликовано: 26.04.2013 12:45:04
Radovan Omorjan

Radovan Omorjan

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

Группа: Moderator

Wrote

...Try some number.





Regards,
Radovan

xyplugin.png
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#10 Опубликовано: 26.04.2013 15:22:17
Basile

Basile

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

Группа: User

Radovan,

How did you put graph title and axis titles? and axes greater than 1.

Thank you,
Basile
#11 Опубликовано: 26.04.2013 15:58:45
Вячеслав Мезенцев

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

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

Группа: Moderator

Updated. Form formatting is added to the context menu. Changes take effect after the recalculation. You can use system for several functions but be careful (not tested yet).
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
Radovan Omorjan 26.04.2013 17:01:00, Davide Carpi 26.04.2013 17:09:00
#12 Опубликовано: 26.04.2013 16:39:18
Radovan Omorjan

Radovan Omorjan

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

Группа: Moderator

Hello Basile
Wrote

How did you put graph title and axis titles? and axes greater than 1.


I did nothing else just put a number in the function placeholder, as uni said. It seems that uni just put this example just as a test at the moment.

Lots of user feedback in quite a short time shows that we are very interested in this plugin. It seems that we need to have some more patience until the very appreciated plugin like this become more stable , and than to test it more carefully

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#13 Опубликовано: 27.04.2013 02:14:52
kaka

kaka

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

Группа: User

Thank you again.



Wrote

Last update: XYPlotRegion_20130427.zip



You can change only the function for now. Need to figure out a way how to pass parameters to display the graph or do it like in Mathcad.

Sources: https://smath.info/svn/public/plugins/XYPlotRegion/

[albumimg]78[/albumimg]



#14 Опубликовано: 27.04.2013 05:54:43
Вячеслав Мезенцев

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

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

Группа: Moderator

Updated.

[albumimg]80[/albumimg] [albumimg]82[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
5 пользователям понравился этот пост
Martin Kraska 28.04.2013 03:04:00, Fridel Selitsky 27.04.2013 07:16:00, sergio 27.04.2013 09:25:00, Davide Carpi 27.04.2013 06:43:00, Radovan Omorjan 27.04.2013 07:07:00
#15 Опубликовано: 28.04.2013 01:49:03
pol1

pol1

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

Группа: User

Thanks.
The traces & Number Format function is not working for me (Win 7 64 Bit).
#16 Опубликовано: 28.04.2013 03:01:32
Martin Kraska

Martin Kraska

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

Группа: Moderator

Wrote

Updated.



The last update seems to focus on handling lists of plots. The plugin seems to be under heavy construction.

For plotting functions, the xyplotrregion just evaluates the name, without caring for the argument, therefore plotting pure expressions just as x or x^2 fails.
Also, numbers must be pure numbers, not expressions that can be evaluated to numbers.

I guess that the built-in demo shows sort of development target. It would be interesting to know if expression input for plot items and range limits including unit handling are on the agenda. Anwyway, I am looking forward to the next release.
xyplot.PNG
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#17 Опубликовано: 28.04.2013 06:13:01
Вячеслав Мезенцев

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

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

Группа: Moderator

Wrote

Thanks.
The traces & Number Format function is not working for me (Win 7 64 Bit).


These tabs will be added later. Working on it.

Updated.

[albumimg]84[/albumimg] [albumimg]85[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
Radovan Omorjan 28.04.2013 08:00:00, Davide Carpi 28.04.2013 07:49:00
#18 Опубликовано: 28.04.2013 08:48:50
Martin Kraska

Martin Kraska

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

Группа: Moderator

Wrote


Updated.



Crashing xyplot:
- loading documents created with earlier versions of the plugin

- expressions evaluating to lists but not being lists (e.g. [MATH]±1[/MATH])

Not crashing xyplot:
- using units

empty placeholder produces a line y=x

Is using limit expressions including units (perhaps using placeholders as in old mathcad) on the agenda?
demo1.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
#19 Опубликовано: 28.04.2013 10:32:00
Вячеслав Мезенцев

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

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

Группа: Moderator

There is only one placeholder, so I can enter only the expression and nothing more. I don't know whether it is possible to add more placeholders. Limits for the graphs need to be set explicitly (in the formatting dialog).
Russia ☭ forever, Viacheslav N. Mezentsev
#20 Опубликовано: 28.04.2013 12:26:50
Martin Kraska

Martin Kraska

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

Группа: Moderator

Could global variables be an option?

The user might define or display values of settings like
XYPlot.xmin:0
XYPlot.xmax:3'm -> this would give the independent variable a unit
XYPlot.ymin:0
XYPlot.ymax:"auto" (auto-scaling)
XYPlot.xaxis:"log" or "lin"
XYPlot.title:num2str(n)
XYPlot.xtics:0,5*'m

etc. This would be quite transparent and readable, but could be hidden in collapsable regions if required.
Settings in the context menu might change or override the variable values or restore them to defaults.
Units could be automatically added to the default axis label if appropriate. You could, however, leave proper annotation in the user's responsibility.

Sticking to some naming convention (e.g. gnuplot) would facilitate the usage.

Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
Radovan Omorjan 03.06.2013 07:24:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений