Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

AderPlotter

0.00/5 (No votes)
14 Feb 2004 1  
Simple graphics calculator.

Sample Image - AderPlotter.jpg

Introduction

AderPlotter is a simple graph plotter. You can specify user defined functions and it will plot it for you. It uses AderEvaluator project for expression evaluation.

How to use

  • Click on "Add New Plot".
  • Type your expression to evaluate. Use x as X axis variable. For example, typing: sin(x) will plot sin(x) function.
  • Click on color to change color of plot.
  • Click on "Add Plot" to see the plot.
  • Click on the plot in the list to edit the plot.
  • You can change the window at the top left text boxes.

Supported functions

sin, cos, abs, pow, sqrt, exp, log (if you want to have more functions, you can download AderEvaluator, modify it, and build it as library).

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here