ContentsBasic ChartingPlot a sine wave
Previous: Basic Charting | Next: Add a grid

Plot a sine wave

Now for the fun stuff!

If you've done graphics programming before, you probably think of plotting a sine wave to be the graphic equivalent of "Hello World", as it tests many of the elements of the programming environment.

This example is another morph of the previous servlets -> see the code.

When you run the hello4 servlet, what you get should look like this.

Here's what we've done:


ContentsBasic ChartingPlot a sine wave
Previous: Basic Charting | Next: Add a grid