-->
Home » , » Lybniz is a simple function graph plotter in Python.
Monday
7 July 2014

Lybniz is a simple function graph plotter in Python.

Lybniz project is a simple function graph plotter in Python on GTK.

Lybniz allows to plot up to three functions on one graph. It needs no installation - simply one Python script.

Requirements:
· PyGtk

What's New in This Release:
· 1.3.1 contained a silly mistake, made when I upped the version number just prior to releasing. This fixes it. There are no other changes.

Using Lybniz
Enter functions in Python syntax with x as the dependent variable. Press the Plot button to see the graph.
Constants and functions of the math module are available.
Examples:

x**3 - 2 * x
2 * cos(x)
e ** (x / -5) * sin(x)

xMin, xMax, yMin, yMax define the boundaries of the range on the abszissa and ordinate to be displayed.
To zoom in, activate the Zoom In tool button. It divides the range boundaries by half. Zoom out does the opposite. To closer inspect a specific section, drag the mouse cursor over an area. After release of the button the area thus marked will be displayed.

The scale automatically adjusts as you zoom in and out. To switch between decimal and radian styles, use Graph -> Scale Style -> Decimal or Graph -> Scale Style –> Radians

If you wish to use a custom scale select Graph -> Scale Style -> Custom. You can then use the xScale, yScale entries to input the intervals at which marks are displayed on the respective axis.

lybniz_colour_graph_small

They can also be stated as expressions.

Examples:

xMin = pi * -2
xMax = pi * 2
xScale = pi / 2

To save the graph in PNG format choose File -> Save.
Using Graph -> Evaluate you get a dialog box that allows input of an x value and calculates y values.
Accelerator Keys

Accelerator
Function


Define functions


Zoom in


Zoom out


Reset zoom


Fullscreen


Menu

Lybniz_2

Operators and Functions.

Expressions are entered in python syntax. The following operators can be used.
Note: multiplication is not implied (use "2*x" not "2x")

Operator
Description

+, -, *, /
Plus, minus, multiply, divide

//
Integer divide. (eg 3/2 = 1)

**, ^
Raise to the power of

%
Remainder

Lybniz has all the math functions of the python standard library available.

acos()
asin()
atan()

atan2()
ceil()
cos()

cosh()
degrees()
exp()

fabs()
floor()
fmod()

frexp()
hypot()
ldexp()

og()
log10()
modf()

pow()
radians()
sin()

sinh()
sqrt()
tan()

tanh()

These are documented at Python Library Reference - Math.
There are also a few extra functions that may be useful.

Function
Description

fac(x)
Factorial of x (or x!). Note: only works with positive integers

sinc(x)
sin(x)/x

The constants pi and e can be used.

Screenshots.

Lybniz trigonometry graph Lybniz trigonometry graph
Lybniz diffraction pattern Lybniz gaussian

If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Top 10 blog posts for April 2015 from Linuxlandit & The Conqueror Penguin.
    11.05.2015 - 0 Comments
    1.- GCompris: Introduction, Minimal Configuration & Installation. Introduction GCompris is a completely free educational software suite which contains a wide range of activities. It offers various activities aimed at covering a variety of…
  • Ubuntu Linux: Install Google Chrome Browser Command
    25.11.2013 - 0 Comments
    How do I install Google Chrome in Ubuntu version 12.04 LTS or v13.04 using command line options? You can get a fast, free web browser from Google. You will find binary packages for the Debian/Ubuntu/Fedora/openSUSE Linux. In this, FAQ I'm going…
  • Tint2 is a freedesktop-compliant taskbar that aims to be lightweight and unintrusive.
    23.04.2012 - 0 Comments
    tint2 is a Freedesktop-compliant taskbar that aims to be lightweight and unintrusive. tint2's code is based on tint task manager. Some of tint2's features include a system tray, a clock, and a battery monitor. Its lightweight design makes…
  • LibggiGCP is a generic color and palette management extension for GGI display targets.
    04.07.2010 - 0 Comments
    GGI stands for General Graphics Interface, and it is a project that aims to develop a reliable, stable and fast graphics system that works everywhere. We want to allow any program using GGI to run on any platform, requiring at most a…
  • The Perfect Server: Ubuntu 11.10 Oneiric Ocelot  With Nginx , Chapter 3.
    10.01.2012 - 0 Comments
    After the reboot you can login with your previously created username (e.g. administrator). Because we must run all the steps from this tutorial with root privileges, we can either prepend all commands in this tutorial with the string sudo, or…
  • ZynAddSubFX is a very cool and amazingly powerful software synth.
    19.07.2012 - 0 Comments
     ZynAddSubFX is a open source software synthesizer capable of making a countless number of instruments, from some common heard from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds. The project was…
  • BinToo Gnu/Linux is a prebuilt Gentoo Linux Distro with many applications installed to overcome for networkless users
    16.10.2009 - 0 Comments
    BinToo is a Gentoo based and 100% compatible and pre-built Distribution that has many aims ranges from Technology to social and personal aims, for example:- Enhance The Portage Performance and add some features to it .- Port or Build a good suite of…
  • Fusion Linux is a Fedora remix that adds all the best software that is available for Linux.
    11.11.2010 - 0 Comments
    Fusion Linux is a Fedora remix that adds all the best software that is available for Linux (free, non-free and even some non-open source firmware and applications for better user experience). It is an installable live DVD image that includes…
  • Mozilla  Firefox 3.5 scores 8.3M downloads. Quadruples the new version's market share in 24 hours
    02.07.2009 - 0 Comments
    More than 7 million users downloaded Mozilla Corp.'s Firefox 3.0 Web browser during the first 24 hours after its launch, according to the company. A Web metrics company tracking hour-by-hour use of Firefox 3.0 added that the new version quadrupled…
  • 12 Lesser-Known Google Projects That Are Absolutely Amazing.
    27.01.2015 - 0 Comments
    Explore some of the lesser-known creative projects from Google that are also excellent educational tools. Google revolutionized the Internet by making the global brain easily searchable by anyone. In addition to search, Google has created all…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->