Examples

The AIDA Tag Library allows you to easily insert live plots into Java Server Pages (.jsp) files, and is designed to work in a container supporting JSP 2.0.

The following examples show some of the functionality of the aida tags. These example pages also allow you to view the JSP source, so you can see how you might interface with the tags in your own application.

Simple plot with Java embedded code
Plot a Java generated histogram stored in EL variable
Overlay two Java generated XY plots
Laying out multiple plots with <region>
Laying out multiple plots with JSTL <c:forEach>
Multiple plots - simple, using <aida:plotset>
Multiple plots - complex, using <aida:plotset>
Using <style> and <attribute>