-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.m4
More file actions
42 lines (26 loc) · 775 Bytes
/
README.md.m4
File metadata and controls
42 lines (26 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# jwplot
Plotter based on JFreeChart for simple, general-purpose plotting from
the shell
* [User guide](https://j-woz.github.io/jwplot)
m4_dnl Example from file:
m4_define(`fexample', `*$1*
md_code()m4_include($1)md_code()')
m4_define(`md_code', m4_changequote([,
])[m4_changequote([,])```m4_changequote(`,')]m4_changequote(`,'))
m4_changequote()
## Example
Consider this JWPlot configuration file (Java properties format):
fexample(examples/lines/jw.cfg)
And these data files:
fexample(examples/lines/j.data)
fexample(examples/lines/w.data)
Run these command lines:
md_code()
$ jwplot jw.eps jw.cfg j.data w.data
$ convert jw.eps jw.png
md_code()
Get this output:

m4_dnl Local Variables:
m4_dnl mode: Fundamental
m4_dnl End: