Download List

项目描述

Lybniz is a simple desktop graph plotter. It can
currently plot three functions and allows you to
navigate the plot. Functions are entered in Python
notation, eg sin(x)/x 2*x**2 + 3*x - 4.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-12-14 19:36
1.3.2

1.3.1载有一个愚蠢的错误,该版本时所作的人数增加到前夕释放。该版本修正了。没有其他变化。
标签: Major bugfixes
1.3.1 contained a silly mistake, made when the version number was increased just prior to release. This version fixes it. There are no other changes.

2007-11-22 12:05
1.3.1

一个错误,当储蓄是固定的问题一直在“评估”并不recognze的“^”势力。
标签: Minor bugfixes
An error when saving was fixed along with an issue where "evaluate" didn't recognze the "^" power sign.

2006-11-02 04:35
1.3

在这个版本中有一些新功能,附加文件,以及一些小的错误修正。还有在引擎罩的变化,包括许多为PEP8一致性,和国际化。因子()和正弦()函数增加了。 ^可用于权力。
标签: Minor feature enhancements
In this release there are a few new features, additional documentation, and some minor bugfixes. There are also under-the-hood changes, including many for PEP8 conformance, and internationalization. fac() and sinc() functions were added. ^ can be used for powers.

2006-09-13 14:01
1.2

彩色绘图,自动缩放,标签和规模增加了。舍在绘图代码中的错误修正了已知错误。
标签: Major feature enhancements
Colored plotting, automatic scaling, and scale
labelling were added. Rounding error bugs in the
drawing code were fixed.

2006-08-06 06:50
1.1

绘画代码进行了优化,通常在绘图让时间减少50%。更安全的表达式的评价实施。使用“数学。”前一个函数名称(如math.sin(十))现在可选的。该中心目前保存在缩放。 Setup.py提供了安装脚本。压在输入框中输入现在刷新了这次阴谋。司现在始终使用花车(除非您使用/ /经营者)。
标签: Initial freshmeat announcement
The drawing code was optimized, typically giving a 50% reduction in drawing time. Safer evaluation of expressions was implemented. Using "math." before a function name (eg math.sin(x)) is now optional. The center is now preserved when zooming. Setup.py install script was provided. Pressing enter in input boxes now refreshes the plot. Division now always use floats (unless you use the // operator).

Project Resources