tkFPlot

Difference between version 13 and 14 - Previous - Next
'''tkFPLot''' is a simple function plotter for creating x/y plots for documentation and education purposes. 
This program is licensed using GNU Public License.

This function plotter is the result from the requirement to embed mathematical functions 
into a learning script. The software may also be seen as a programming example for the 
usage of the canvas object in the script language Tcl/Tk and shall inspire cooperation and further development.
<<br>>Plotted function graphic can be saved as a postscript file suitable for inclusion in print publications.

The kernel of the program is based on the program '''funplot''' (see: [Fun with functions]) written 
by [Richard Suchenwirth] and has been extended to fulfill the new requirements. 

Available at: http://www.tech-edv.co.at/00_Home/20_Programmierung/50_Freie~20Software/en/free.php


!!!!!!
Linux screenshot

[http://www.tech-edv.co.at/00_Home/20_Programmierung/50_Freie~20Software/20_tkFPlot/fplot1.png]

Older Windows screenshot (Thumbnail)

[http://www.tech-edv.co.at/TCMS/images/fplotw_thumb.png]
!!!!!!

Gerhard Reithofer 2010-06-01 - links changed, description added

----[Jeff Smith] 2019-09-10 : Below is an online demo using [CloudTk]

<<inlinehtml>>

<iframe height="450" width="650" src="https://cloudtk.tcl-lang.org/cloudtk/VNC?session=new&Tk=tkFPlot" allowfullscreen></iframe>

<<inlinehtml>>

----


<<categories>> Plotting