1999-09-09 00:52:53 +00:00
|
|
|
Ngraph is prepared to plot 2-dimensional graph for students,
|
|
|
|
scientists and engineers. The program reads numerical data from
|
|
|
|
general ASCII text files, and plot to graph.
|
|
|
|
|
|
|
|
** Tips **
|
|
|
|
|
|
|
|
- This program support Kanji font. If you want to use it,
|
|
|
|
please set environment variable LANG to ja_JP.EUC.
|
|
|
|
|
|
|
|
(cf, under csh/tcsh)
|
|
|
|
% setenv LANG ja_JP.EUC
|
|
|
|
|
1999-11-27 01:09:33 +00:00
|
|
|
and you need....
|
|
|
|
- kinput2
|
|
|
|
- X Trye Type or X True Type Font server,
|
|
|
|
or kanji18 and kanji26 fonts(but these fonts are not yet in ports),
|
|
|
|
or to change font name in Ngraph.ini as below.
|
|
|
|
|
|
|
|
font_map=Mincho,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
|
|
|
|
font_map=Gothic,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
|
|
|
|
|
|
|
|
o You can get kanji18 and kanji26 fonts from below URL for Linux:
|
|
|
|
ftp://ring.astem.or.jp/pub/linux/PJE/PJE-0.1.5/tgz/packages/font/xfnt18.tgz
|
|
|
|
ftp://ring.astem.or.jp/pub/linux/PJE/PJE-0.1.5/tgz/packages/font/xfnt26.tgz
|
1999-09-09 00:52:53 +00:00
|
|
|
|
|
|
|
- You can get documentation in Japanese from below URL.
|
|
|
|
|
|
|
|
** Acknowledgements to this ports file **
|
|
|
|
Special thanks to:
|
|
|
|
Satoshi Ishizaka <isizaka@msa.biglobe.ne.jp>
|
|
|
|
Nobuhiro Yasutomi <nobu@rd.isac.co.jp>
|
|
|
|
|
|
|
|
WWW: http://www2e.biglobe.ne.jp/~isizaka/
|