Graphics Reference
In-Depth Information
Jasplot is available from our site http://jasp.ism.ac.jp/Jasplot/. All source code,
class files and jar files are provided as one zip file Jasplot-1_0_0.zip
(the version number may vary). Unpack it by using an unpack tool and go
into the Jasplot-1_0_0 directory. You can see demo by executing the
jasplot-demos.jar file by, for example, double-clicking it. he menu that ap-
pears enables you to choose graphics from Figs. . - . and . .
Weuse a Java-based build tool, ApacheAnt (Version . . or later), whichis freely
available from http://ant.apache.org/ for developing Jasplot. If you install
it, you can rebuild the jar file by executing the commands
ant
ant demo
in the Jasplot-1_0_0 directory.
WenowexplainhowtousetheJasplotlibraryfromyourownJavaprogram.Con-
sider, say, MyClass.java ,whichusesthe Jasplot library, jasplot.jar ,
stored at /xxx/jasplot.jar .Wefirstimportthe jasplot library at the top
of the program:
import jp.ac.ism.jasplot.*;
MyClass.java canthenbecompiledandexecutedwiththefollowing commands:
javac -classpath .:/xxx/jasplot.jar MyClass.java
java -classpath .:/xxx/jasplot.jar MyClass
References
Apache Sotware Foundation ( ). Batik SVG Toolkit. http://xmlgraphics.apache.
org/batik/.
Apache Sotware Foundation ( ). Jakarta POI - Java API To Access Microsot For-
mat Files. http://jakarta.apache.org/poi/index.html.
Gamma, E., Helm, R., Johnson, R. and Vlissides, J. ( ). Design Patterns: Elements
of Reusable Object-Oriented Sotware. Addison-Wesley, Reading, MA.
Hofmann, H. ( ). Exploring Categorical Data: Interactive Mosaic Plots. Metrika,
: - .
Hunt, J. ( ). Guide to the Unified Process featuring UML, Java and Design Patterns.
Springer, Berlin.
Inselberg, A. ( ). he Plane With Parallel Coordinates. Visual Computer, : - .
Kobayashi, I., Fujiwara, T., Nakano, J. and Yamamoto, Y. ( ). A Procedural and
Object-Oriented Statistical Language. Computational Statistics, : - .
Krasner, G. and Pope, S. ( ). A Description of the Model-View-Controller User
Interface Paradigm in the Smalltalk- System. Journal of Object Oriented Pro-
gramming, : - .
Martin, R. ( ). Agile Sotware Development: Principles, Patterns, and Practices.
Prentice Hall, Upper Saddle River, NJ.
Murrell, P. ( ). RGraphics. Chapman & Hall/CRC, Boca Raton, FL.
Nakano, J., Fujiwara, T., Yamamoto, Y. and Kobayashi, I. ( ). A Statistical Pack-
age Based on Pnuts. In: Bethlehem, J.G., van der Heijden, P.G.M. (eds) COMP-
STAT Proceedings in Computational Statistics. Physica, Heidelberg, pp. -
.
Search WWH ::




Custom Search