Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 620 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 620 Bytes

jwplot

Plotter based on JFreeChart for simple, general-purpose plotting from the shell

Example

Consider this JWPlot configuration file (Java properties format):

examples/lines/jw.cfg

title  = JWPlot
xlabel = ecks
ylabel = why

label.j.data = J
label.w.data = W

And these data files:

examples/lines/j.data

-6 4
-5.999 1
-1 1
-0.999 8

examples/lines/w.data

1 8
3 1
5 4
7 1
9 8

Run these command lines:

$ jwplot jw.eps jw.cfg j.data w.data
$ convert jw.eps jw.png

Get this output:

jw.png