Click here to Skip to main content
15,885,767 members
Articles / Programming Languages / C#
Article

AderPlotter

Rate me:
Please Sign up or sign in to vote.
4.90/5 (12 votes)
14 Feb 2004 59.1K   1.5K   26   8
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


Written By
Chief Technology Officer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralThanks! Pin
Marc Clifton1-Mar-07 3:45
mvaMarc Clifton1-Mar-07 3:45 
GeneralRe: Just wondering... Pin
Werdna17-Feb-04 13:14
Werdna17-Feb-04 13:14 
No, I didn't have any null reference problems.
WHen do you get them?
What are you trying to change in design view?
GeneralRe: Just wondering... Pin
eggie517-Feb-04 17:20
eggie517-Feb-04 17:20 
GeneralRe: Just wondering... Pin
Werdna18-Feb-04 2:28
Werdna18-Feb-04 2:28 
GeneralRe: Coefficients Pin
Werdna16-Feb-04 3:02
Werdna16-Feb-04 3:02 
GeneralRe: Coefficients Pin
eggie516-Feb-04 7:36
eggie516-Feb-04 7:36 
GeneralRe: Coefficients Pin
Werdna16-Feb-04 9:32
Werdna16-Feb-04 9:32 
GeneralRe: Coefficients Pin
eggie516-Feb-04 10:05
eggie516-Feb-04 10:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.