From: N. Brouard Date: Tue, 8 Dec 2015 16:09:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~301 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=26e4f18b8c1a85e3977018b1c54db57f8a4dc67e;p=.git *** empty log message *** --- diff --git a/distributions/osx/gnuplot_bin/bin/gnuplot b/distributions/osx/gnuplot_bin/bin/gnuplot new file mode 100755 index 0000000..b62c20a Binary files /dev/null and b/distributions/osx/gnuplot_bin/bin/gnuplot differ diff --git a/distributions/osx/gnuplot_bin/bin/gnuplot-5.1_cvs8Dec13:19:21-aquaterm b/distributions/osx/gnuplot_bin/bin/gnuplot-5.1_cvs8Dec13:19:21-aquaterm new file mode 100755 index 0000000..b62c20a Binary files /dev/null and b/distributions/osx/gnuplot_bin/bin/gnuplot-5.1_cvs8Dec13:19:21-aquaterm differ diff --git a/distributions/osx/gnuplot_bin/bin/install_name.sh b/distributions/osx/gnuplot_bin/bin/install_name.sh new file mode 100644 index 0000000..65c3e1d --- /dev/null +++ b/distributions/osx/gnuplot_bin/bin/install_name.sh @@ -0,0 +1,69 @@ +#!/bin/bash +cp /Users/nbrouard/RPMS/gnuplot-cvs/gnuplot/gnuplot-5.1_cvs8Dec13\:19\:21-aquaterm . +ln -f gnuplot-5.1_cvs8Dec13\:19\:21-aquaterm gnuplot +otool -L gnuplot +mv /usr/local/libold /usr/local/lib +# libgd.3.dylib libjpeg.8.dylib libpng16.16.dylib libtiff.5.dylib libpangocairo-1.0.0.dylib libpango-1.0.0.dylib libgobject-2.0.0.dylib libglib-2.0.0.dylib libintl.8.dylib libcairo.2.dylib +rm -rf ../lib +mkdir ../lib +for i in `otool -L gnuplot |grep /usr/local|awk '{print $1}'` +do + cp -n ${i} ../lib + ii=`echo ${i} | awk -F / '{print $NF}'` + echo ii=${ii} +#otool -L ../lib/${i} |grep /usr/local/lib|awk -F "[/ ]" '{print $5}'` + echo TO BE DONE 2 `otool -L ../lib/${ii} |grep /usr/local|awk '{print $1}'` + for j in `otool -L ../lib/${ii} |grep /usr/local|awk '{print $1}'` + do + jj=`echo ${j} | awk -F / '{print $NF}'` + echo jj=${jj} + chmod -R u+rw ../lib + cp -n ${j} ../lib + if [ ${i} == ${j} ]; then + install_name_tool -id @executable_path/../lib/${jj} ../lib/${ii} + else + install_name_tool -change ${j} @executable_path/../lib/${jj} ../lib/${ii} + fi + echo TO BE DONE 3 `otool -L ../lib/${jj} |grep /usr/local|awk '{print $1}'` + for k in `otool -L ../lib/${jj} |grep /usr/local|awk '{print $1}'` + do + kk=`echo ${k} | awk -F / '{print $NF}'` + echo kk=${kk} + chmod -R u+rw ../lib + cp -n ${k} ../lib + if [ ${k} == ${j} ]; then + install_name_tool -id @executable_path/../lib/${kk} ../lib/${jj} + else + install_name_tool -change ${k} @executable_path/../lib/${kk} ../lib/${jj} + fi + done + echo DONE 3 OTOOL -L + otool -L ../lib/${jj} + done + DONE 2 OTOOL -L + otool -L ../lib/${ii} + install_name_tool -change ${i} @executable_path/../lib/${ii} gnuplot +done +#for i in libfreetype.6.dylib libfontconfig.1.dylib +# for i in libfreetype.6.dylib libfontconfig.1.dylib +# do +# cp -f /opt/X11/lib/${i} ../lib +# echo TO BE DONE 2 `otool -L ../lib/${i} |grep /usr/local/lib|awk -F "[/ ]" '{print $5}'` +# for j in `otool -L ../lib/${i} |grep /usr/local/lib|awk -F "[/ ]" '{print $5}'` +# do +# chmod -R u+rw ../lib +# cp /opt/X11/lib/${j} ../lib +# if [ ${i} == ${j} ]; then +# install_name_tool -id @executable_path/../lib/${j} ../lib/${i} +# else +# install_name_tool -change /opt/X11/lib/${j} @executable_path/../lib/${j} ../lib/${i} +# fi +# otool -L ../lib/${i} +# done +# install_name_tool -change /opt/X11/lib/${i} @executable_path/../lib/${i} gnuplot +# done +mv /usr/local/lib /usr/local/libold +PATH=/usr/bin:/bin:/usr/sbin:/sbin::/Users/nbrouard/bin DYLD_PRINT_LIBRARIES=y ./gnuplot -e "set out 'toto.png'; set ter pngcairo; plot sin(x);" +exit + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Core.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Core.dll new file mode 100644 index 0000000..62148b7 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Core.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Gui.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Gui.dll new file mode 100644 index 0000000..831cba5 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Gui.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Network.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Network.dll new file mode 100644 index 0000000..d53e3aa Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Network.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5PrintSupport.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5PrintSupport.dll new file mode 100644 index 0000000..e2b778d Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5PrintSupport.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Svg.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Svg.dll new file mode 100644 index 0000000..3cbd2ce Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Svg.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Widgets.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Widgets.dll new file mode 100644 index 0000000..c5f0d7e Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/Qt5Widgets.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libcaca-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libcaca-0.dll new file mode 100644 index 0000000..ceb09e7 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libcaca-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libcairo-2.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libcairo-2.dll new file mode 100644 index 0000000..a82cc48 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libcairo-2.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libexpat-1.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libexpat-1.dll new file mode 100644 index 0000000..cfbca5b Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libexpat-1.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libffi-6.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libffi-6.dll new file mode 100644 index 0000000..0e5a55a Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libffi-6.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libfontconfig-1.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libfontconfig-1.dll new file mode 100644 index 0000000..0adb88f Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libfontconfig-1.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libfreetype-6.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libfreetype-6.dll new file mode 100644 index 0000000..9063756 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libfreetype-6.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgcc_s_dw2-1.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgcc_s_dw2-1.dll new file mode 100644 index 0000000..410dc57 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgcc_s_dw2-1.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgd-3.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgd-3.dll new file mode 100644 index 0000000..53f6c53 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgd-3.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgio-2.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgio-2.0-0.dll new file mode 100644 index 0000000..7ef7113 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgio-2.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libglib-2.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libglib-2.0-0.dll new file mode 100644 index 0000000..7d3701a Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libglib-2.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgmodule-2.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgmodule-2.0-0.dll new file mode 100644 index 0000000..b29ba32 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgmodule-2.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgobject-2.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgobject-2.0-0.dll new file mode 100644 index 0000000..2aa5953 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libgobject-2.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libiconv-2.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libiconv-2.dll new file mode 100644 index 0000000..462fa5f Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libiconv-2.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libintl-8.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libintl-8.dll new file mode 100644 index 0000000..f2529ca Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libintl-8.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libjpeg-62.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libjpeg-62.dll new file mode 100644 index 0000000..6e94127 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libjpeg-62.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpango-1.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpango-1.0-0.dll new file mode 100644 index 0000000..ae5789d Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpango-1.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangocairo-1.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangocairo-1.0-0.dll new file mode 100644 index 0000000..0d62bcd Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangocairo-1.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangoft2-1.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangoft2-1.0-0.dll new file mode 100644 index 0000000..bf29a4f Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangoft2-1.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangowin32-1.0-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangowin32-1.0-0.dll new file mode 100644 index 0000000..8bb635f Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpangowin32-1.0-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpixman-1-0.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpixman-1-0.dll new file mode 100644 index 0000000..7fbccae Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpixman-1-0.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpng16-16.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpng16-16.dll new file mode 100644 index 0000000..bba036a Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libpng16-16.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libstdc++-6.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libstdc++-6.dll new file mode 100644 index 0000000..93e34a8 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/libstdc++-6.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/lua52.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/lua52.dll new file mode 100644 index 0000000..d8db590 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/lua52.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot-ja.chm b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot-ja.chm new file mode 100644 index 0000000..d78d27a Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot-ja.chm differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot-ja.mnu b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot-ja.mnu new file mode 100644 index 0000000..61c9c84 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot-ja.mnu @@ -0,0 +1,755 @@ +; Menu file for Windows gnuplot +; Roger Hadgraft, 26-5-92 +; Russell Lang, 30 Nov 1992 +; Modified for 4.0, John Bollinger, 31 Dec 2002 +; translated by Masahito Yamaga (ma@yama-ga.com) (for 3.7.2) +; translated by Shigeharu TAKENO 03/25 2006 (for 4.1) +; $Id$ + +[Menu] +ƒtƒ@ƒCƒ‹(&F) + ŠJ‚­(&O) ... + load '[OPEN]load[EOS]*.plt[EOS]'{ENTER} + •Û‘¶(&S) ... + save '[SAVE]save[EOS]*.plt[EOS]'{ENTER} + ƒfƒ‚(&D) ... + load '[OPEN]load[EOS]*.dem[EOS]'{ENTER} + -- + ƒfƒBƒŒƒNƒgƒŠ‚̈ړ®(&C) ... + cd '[DIRECTORY]New directory?[EOS]'{ENTER} + Œ»Ý‚̃fƒBƒŒƒNƒgƒŠ(&D) + pwd{ENTER} + -- + o—͐æ‚̐ݒè(&U) ... + set output "[INPUT]Output filename?[EOS]"{ENTER} + ƒvƒŠƒ“ƒ^‚Ö(&P) + set output "PRN"{ENTER} + ƒEƒBƒ“ƒhƒE•\Ž¦(&W) + set output{ENTER}set terminal win{ENTER} + Œ»Ý‚̏o—͐æ + show output{ENTER} + o—̓fƒoƒCƒX‚̐ݒè(&T) ... + set terminal [INPUT]Terminal type?{ENTER} + o—̓fƒoƒCƒX‚Ì•\Ž¦ + set terminal{ENTER}show terminal{ENTER} + -- + [Menu] + s•ÒW + ‘O‚ÉŽÀs‚µ‚½ƒRƒ}ƒ“ƒh ^P + {^P} + ŽŸ‚ÉŽÀs‚µ‚½ƒRƒ}ƒ“ƒh ^N + {^N} + -- + ˆê•¶Žš–ß‚é ^B + {^B} + ˆê•¶Žši‚Þ ^F + {^F} + -- + s“ª‚ÖˆÚ“® ^A + {^A} + s––‚ÖˆÚ“® ^E + {^E} + -- + ƒJ[ƒ\ƒ‹‚Ì‘O‚̈ꕶŽš‚ðíœ ^H + {^H} + ƒJ[ƒ\ƒ‹ã‚̈ꕶŽšíœ ^D + {^D} + ƒJ[ƒ\ƒ‹‚Ì‘O‚̈êŒê‚ðíœ ^W + {^W} + ƒJ[ƒ\ƒ‹ˆÈ~‚ð‚·‚×‚Äíœ ^K + {^K} + s‚ð‚·‚×‚Äíœ ^U + {^U} + -- + s‚ðÄ•\Ž¦ ^L + {^L} + [EndMenu] + DOS ‘‹‚ðŠJ‚­ + shell{ENTER} + DOS ‚̃Rƒ}ƒ“ƒh‚ðŽÀs ... + ![INPUT]DOS command?{ENTER} + -- + I—¹(&X) + quit{ENTER} +[EndMenu] + +[Menu] +ƒvƒƒbƒg(&P) + ƒvƒƒbƒg (plot) + plot + 3ŽŸŒ³ƒvƒƒbƒg (splot) + splot + Äƒvƒƒbƒg (replot) + replot{ENTER} + ƒfƒoƒCƒX‚ðƒNƒŠƒA (clear) + clear{ENTER} + -- + ”͈͎w’è + [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]] [EOS] + “Á’è‚̕ϐ”‚͈͎̔w’è + [[INPUT]Variable name?[EOS]=[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]] [EOS] + -- + ƒf[ƒ^ƒtƒ@ƒCƒ‹–¼ ... + '[OPEN]Open[EOS]*.dat[EOS]' [EOS] + x,y ‚Æ‚µ‚ÄŽg‚¤—ñ + using [INPUT]X column?[EOS]:[INPUT]Y column?[EOS] [EOS] + x,y,ydelta ‚Æ‚µ‚ÄŽg‚¤—ñ + using [INPUT]X column?[EOS]:[INPUT]Y column?[EOS]:[INPUT]Ydelta column?[EOS] [EOS] + x,y,ylow,yhigh ‚Æ‚µ‚ÄŽg‚¤—ñ + using [INPUT]X column?[EOS]:[INPUT]Y column?[EOS]:[INPUT]Ylow column?[EOS]:[INPUT]Yhigh column?[EOS] [EOS] + -- + [Menu] + ƒXƒ^ƒCƒ‹ (’Pˆê) + ü (Lines) + with lines + ƒ|ƒCƒ“ƒg (Points) + with points + ü‚ƃ|ƒCƒ“ƒg (Lines and Points) + with linespoints + ‚ü (Impulses) + with impulses + ƒhƒbƒg (Dots) + with dots + ƒXƒeƒbƒv (Steps) + with steps + ŽŸ‚̍‚‚³‚̃Xƒeƒbƒv (Fsteps) + with fsteps + ƒqƒXƒgƒOƒ‰ƒ€ƒXƒeƒbƒv (Histeps) + with histeps + [EndMenu] + [Menu] + ƒXƒ^ƒCƒ‹ (•¡‡) + ƒGƒ‰[ƒo[ (Error Bars) + with errorbars + X ƒGƒ‰[ƒo[ + with xerrorbars + Y ƒGƒ‰[ƒo[ + with yerrorbars + XY ƒGƒ‰[ƒo[ + with xyerrorbars + ƒGƒ‰[ƒ‰ƒCƒ“ (Error Lines) + with errorlines + X ƒGƒ‰[ƒ‰ƒCƒ“ + with xerrorlines + Y ƒGƒ‰[ƒ‰ƒCƒ“ + with yerrorlines + XY ƒGƒ‰[ƒ‰ƒCƒ“ + with xyerrorlines + ‹éŒ` (Boxes) + with boxes + —̈æ“h‚è‚‚Ԃµ (Filled Curves) + with filledcurves + ‹éŒ`‚ƃGƒ‰[ƒo[ (Box Error Bars) + with boxerrorbars + ‹éŒ`‚Æ XY ƒGƒ‰[ƒo[ + with boxxyerrorbars + ‹à—Zƒf[ƒ^Œ`Ž® (Finance Bars) + with financebars + “•‘äŒ`Ž® (Candlesticks) + with candlesticks + [EndMenu] +[EndMenu] + +[Menu] +•\Œ»(&E) + •Ï” + print + •¡‘f” ... + {[INPUT]Real part?[EOS],[INPUT]Imaginary part?[EOS]} + [Menu] + ’P€‰‰ŽZŽq + •‰•„† -a + -[INPUT]Arg + ³•„† +a + +[INPUT]Arg + •â” ~a + ~[INPUT]Arg + ˜_—”Û’è !a + ![INPUT]Arg + ŠKæ a! + [INPUT]Arg[EOS]! + [EndMenu] + [Menu] + 2 €‰‰ŽZŽq + —ݏæ ** + ** + Ï * + * + ¤ / + / + ˜a + + + + · - + - + -- + è—] % + % + [EndMenu] + [Menu] + ˜_—‰‰ŽZŽq + “™‚µ‚¢ == + == + “™‚µ‚­‚È‚¢ != + != + -- + ‚æ‚菬‚³‚¢ < + < + ˆÈ‰º <= + <= + ‚æ‚è‘å‚«‚¢ > + > + ˆÈã >= + >= + -- + ƒrƒbƒg‚²‚Æ‚Ì AND & + & + ƒrƒbƒg‚²‚Æ‚Ì”r‘¼“I OR ^ + ^ + ƒrƒbƒg‚²‚Æ‚Ì OR | + | + -- + ˜_—“I AND && + && + ˜_—“I OR || + || + -- + 3 €‰‰ŽZŽq a?b:c + [INPUT]First arg[EOS]?[INPUT]Second arg[EOS]:[INPUT]Third arg[EOS] + [EndMenu] +[EndMenu] +[Menu] +ŠÖ”(&N) + [Menu] + ‰“™ŠÖ” + —” + rand([INPUT]Argument[EOS]) + â‘Î’l (abs) + abs([INPUT]Argument[EOS]) + •„† (sgn) + sgn([INPUT]Argument[EOS]) + -- + ˆø”‚æ‚菬‚³‚­‚È‚¢Å¬‚̐®” (ceil) + ceil([INPUT]Argument[EOS]) + ˆø”‚æ‚è‘å‚«‚­‚È‚¢Å‘å‚̐®” (floor) + floor([INPUT]Argument[EOS]) + ®” (int) + int([INPUT]Argument[EOS]) + -- + •½•ûª (sqrt) + sqrt([INPUT]Argument[EOS]) + Žw” (exp) + exp([INPUT]Argument[EOS]) + Ž©‘R‘ΐ” (log) + log([INPUT]Argument[EOS]) + í—p‘ΐ” (log10) + log10([INPUT]Argument[EOS]) + -- + cos + cos([INPUT]Argument[EOS]) + sin + sin([INPUT]Argument[EOS]) + tan + tan([INPUT]Argument[EOS]) + -- + arc cos + acos([INPUT]Argument[EOS]) + arc sin + asin([INPUT]Argument[EOS]) + arc tan + atan([INPUT]Argument[EOS]) + arc tan 2 + atan2([INPUT]"y" argument[EOS],[INPUT]"x" argument[EOS]) + -- + cosh + cosh([INPUT]Argument[EOS]) + sinh + sinh([INPUT]Argument[EOS]) + tanh + tanh([INPUT]Argument[EOS]) + -- + ‹••” (imag) + imag([INPUT]Argument[EOS]) + ŽÀ•” (real) + real([INPUT]Argument[EOS]) + •ÎŠp (arg) + arg([INPUT]Argument[EOS]) + [EndMenu] + [Menu] + “ÁŽêŠÖ” + Œë·ŠÖ” (erf) + erf([INPUT]Argument[EOS]) + Œë·•âŠÖ” (erfc) + erfc([INPUT]Argument[EOS]) + ‹tŒë·ŠÖ” (inverf) + inverf([INPUT]Argument[EOS]) + -- + ƒKƒ“ƒ}ŠÖ” (gamma) + gamma([INPUT]Argument[EOS]) + •sŠ®‘SƒKƒ“ƒ}ŠÖ” (igamma) + igamma([INPUT]First argument[EOS],[INPUT]Second argument[EOS]) + ‘ΐ”ƒKƒ“ƒ}ŠÖ” (lgamma) + lgamma([INPUT]Argument[EOS]) + -- + •sŠ®‘Sƒx[ƒ^ŠÖ” (ibeta) + ibeta([INPUT]First argument[EOS],[INPUT]Second argument[EOS],[INPUT]Third argument[EOS]) + -- + J0 ƒxƒbƒZƒ‹ŠÖ” (besj0) + besj0([INPUT]Argument[EOS]) + J1 ƒxƒbƒZƒ‹ŠÖ” (besj1) + besj1([INPUT]Argument[EOS]) + Y0 ƒxƒbƒZƒ‹ŠÖ” (besy0) + besy0([INPUT]Argument[EOS]) + Y1 ƒxƒbƒZƒ‹ŠÖ” (besy1) + besy1([INPUT]Argument[EOS]) + -- + ƒ‰ƒ“ƒxƒ‹ƒg W ŠÖ” (lambertw) + lambertw([INPUT]Argument[EOS]) + + [EndMenu] + [Menu] + “ŒvŠwŠÖ” + ³‹K•ª•zŠÖ” (norm) + norm([INPUT]Argument[EOS]) + ‹t³‹K•ª•zŠÖ” (invnrom) + invnorm([INPUT]Argument[EOS]) + [EndMenu] + -- + ŠÖ”‚ð’è‹` ... + [INPUT]Name for function?[EOS][INPUT]Variable/s, eg. (a,b) ?[EOS]= + ’è‹`‚µ‚½ŠÖ”‚ð•\Ž¦ + show functions{ENTER} + -- + •Ï”‚ð’è‹` ... + [INPUT]Name for variable?[EOS]=[INPUT]Value, eg. 9.81 ?{ENTER} + ’è‹`‚µ‚½•Ï”‚ð•\Ž¦ + show variables{ENTER} + -- + x ƒ_ƒ~[•Ï” + set dummy [INPUT]Variable name?{ENTER} + x,y ƒ_ƒ~[•Ï” + set dummy [INPUT]Variable names (eg. u,v)?{ENTER} + ƒ_ƒ~[•Ï”‚ð•\Ž¦ + show dummy{ENTER} +[EndMenu] + +[Menu] +ˆê”Ê(&G) + ˜g‚ð‚‚¯‚é + set border{ENTER} + ˜g‚ð‚‚¯‚È‚¢ + unset border{ENTER} + ˜g‚̏ó‘Ô‚ð•\Ž¦ + show border{ENTER} + -- + ‹éŒ`‚Ì•‚ðÝ’è + set boxwidth [INPUT]Box Width?{ENTER} + ‹éŒ`‚Ì•‚ðŽ©“®Ý’è + set boxwidth{ENTER} + ‹éŒ`‚Ì•‚ð•\Ž¦ + show boxwidth{ENTER} + -- + üŽí‚Ì•\Ž¦ + test{ENTER} + -- + [Menu] + ”}‰î•Ï” + ”}‰î•Ï”•\Ž¦‚É‚·‚é + set parametric{ENTER} + ”}‰î•Ï”•\Ž¦‚ð‚µ‚È‚¢ + unset parametric{ENTER} + ”}‰î•Ï”•\Ž¦‚̏ó‘Ô‚ð•\Ž¦ + show parametric{ENTER} + -- + t ‚Ì”ÍˆÍ + set trange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + u ‚Ì”ÍˆÍ + set urange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + v ‚Ì”ÍˆÍ + set vrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + [EndMenu] + -- + [Menu] + Ø‚蔲‚« + ‹«ŠE‚É‹ß‚¢“_‚ðí‚é + set clip points{ENTER} + ˆê•û‚Ì’[‚¾‚¯Ø‚èŽæ‚é + set clip one{ENTER} + —¼’[‚ðØ‚èŽæ‚é + set clip two{ENTER} + Ø‚èŽæ‚ç‚È‚¢ + unset clip{ENTER} + Ø‚蔲‚«•û‚̏ó‘Ô‚ð•\Ž¦ + show clip{ENTER} + [EndMenu] + -- + [Menu] + ‹ÉÀ•W + ‹ÉÀ•WŒn‚ɕύX + set polar{ENTER} + ’¼ŒðÀ•W‚ɕύX + unset polar{ENTER} + ‹ÉÀ•WŒn‚©‚Ç‚¤‚©‚ð•\Ž¦ + show polar{ENTER} + “®Œa•ûŒü‚͈͎̔w’è + set rrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + Šp“x‚ð“x‚ÅŽw’è + set angles degrees{ENTER} + Šp“x‚ðƒ‰ƒWƒAƒ“‚ÅŽw’è + set angles radians{ENTER} + Šp“x‚Ì’PˆÊ‚ð•\Ž¦ + show angles{ENTER} + [EndMenu] + -- + kŽÚ‚ðÝ’è + set size [INPUT]Xscale?[EOS],[INPUT]Yscale?{ENTER} + kŽÚ‚ð•\Ž¦ + show size{ENTER} + -- + ŠÖ”‚̃Tƒ“ƒvƒŠƒ“ƒO”‚ðŽw’è + set sample [INPUT]Sampling rate (default=100)?{ENTER} + ŠÖ”‚̃Tƒ“ƒvƒŠƒ“ƒO”‚ð•\Ž¦ + show sample{ENTER} +[EndMenu] + +[Menu] +Ž²(&A) + Ž©“®kŽÚ‚ðŽg‚¤ + set autoscale [INPUT]Which axes (eg. xy)?{ENTER} + Ž©“®kŽÚ‚ðŽg‚í‚È‚¢ + unset autoscale [INPUT]Which axes (eg. xy)?{ENTER} + Ž©“®kŽÚ‚̏ó‘Ô‚ð•\Ž¦ + show autoscale{ENTER} + -- + ‘ΐ”Ž²‚ðŽg‚¤ + set logscale [INPUT]Which axes (eg. xy)?{ENTER} + ‘ΐ”Ž²‚ðŽg‚í‚È‚¢ + unset logscale [INPUT]Which axes (eg. xy)?{ENTER} + ‘ΐ”Ž²‚̏ó‘Ô‚ð•\Ž¦ + show logscale{ENTER} + -- + [Menu] + –ڐ· + –ڐ·Œ©o‚µ‚̏‘Ž®‚ðŽw’è + set format [INPUT]Axes?[EOS] "[INPUT]Format string?[EOS]"{ENTER} + –ڐ·Œ©o‚µ‚̏‘Ž®‚ð•\Ž¦ + show format{ENTER} + -- + –ڐ·‚ð“à‘¤‚É (ƒfƒtƒHƒ‹ƒg) + set tics in{ENTER} + –ڐ·‚ðŠO‘¤‚É + set tics out{ENTER} + –ڐ·‚̐ݒè‚ð•\Ž¦ + show tics{ENTER} + -- + zŽ²‚̍‚‚³‚ÌŽw’è + set ticslevel [INPUT]Level (default=0.5)?{ENTER} + -- + –ڐ·‚ÌŠÔŠu‚ÌŽw’è + set [INPUT]Axis: x, y or z ?[EOS]tics [INPUT]Start, Increment, End (eg. 0,0.5,10) ?{ENTER} + -- + –ڐ·‚̐ݒèŠJŽn + set [INPUT]Axis: x, y or z ?[EOS]tics ("[INPUT]Label text?[EOS]" [INPUT]Position?[EOS] + –ڐ·‚̃‰ƒxƒ‹‚ƈʒu‚ÌŽw’è + ,"[INPUT]Label text?[EOS]" [INPUT]Position?[EOS] + –ڐ·‚̐ݒèI—¹ + ){ENTER} + [EndMenu] + -- + X ‚Ì”ÍˆÍ + set xrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + Y ‚Ì”ÍˆÍ + set yrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + Z ‚Ì”ÍˆÍ + set zrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + -- + X Ž²‚̃‰ƒxƒ‹ + set xlabel "[INPUT]Label text?[EOS]" [INPUT]X offset, Y offset (eg. 2,3) ?{ENTER} + Y Ž²‚̃‰ƒxƒ‹ + set ylabel "[INPUT]Label text?[EOS]" [INPUT]X offset, Y offset (eg. 2,3) ?{ENTER} + Z Ž²‚̃‰ƒxƒ‹ + set zlabel "[INPUT]Label text?[EOS]" [INPUT]X offset, Y offset (eg. 2,3) ?{ENTER} + Ž²‚̃‰ƒxƒ‹‚ð•\Ž¦ + show xlabel{ENTER}show ylabel{ENTER}show zlabel{ENTER} + -- + X Ž²‚ð‚Ђ©‚È‚¢ + unset xzeroaxis{ENTER} + Y Ž²‚ð‚Ђ©‚È‚¢ + unset yzeroaxis{ENTER} + X,Y —¼Ž²‚ð‚Ђ­ + set zeroaxis{ENTER} + Ž²‚̏ó‘Ô‚ð•\Ž¦ + show zeroaxis{ENTER} +[EndMenu] + +[Menu] +ƒ`ƒƒ[ƒg(&C) + ƒOƒŠƒbƒh‚ð•\Ž¦‚·‚é + set grid{ENTER} + ƒOƒŠƒbƒh‚ð•\Ž¦‚µ‚È‚¢ + unset grid{ENTER} + ƒOƒŠƒbƒh‚̏ó‘Ô‚ð•\Ž¦ + show grid{ENTER} + -- + –îˆó‚ð’ljÁ + set arrow [INPUT]Tag (1-99)?[EOS] from [INPUT]From coordinate?[EOS] to [INPUT]To coordinate?{ENTER} + –îˆó‚ðíœ + unset arrow [INPUT]Tag (1-99)?{ENTER} + –îˆó‚̏ó‘Ô‚ð•\Ž¦ + show arrow{ENTER} + -- + ƒ‰ƒxƒ‹‚ð’ljÁ + set label [INPUT]Tag?[EOS] "[INPUT]Label?[EOS]" at [INPUT]Coordinate?[EOS] [INPUT]Justification (l,c,r)?{ENTER} + ƒ‰ƒxƒ‹‚ðíœ + unset label [INPUT]Tag?{ENTER} + ƒ‰ƒxƒ‹‚̏ó‘Ô‚ð•\Ž¦ + show label{ENTER} + -- + ƒ^ƒCƒgƒ‹‚ðÝ’è + set title "[INPUT]Title text?[EOS]" [INPUT]X position, Y position (eg. 2,4)?{ENTER} + ƒ^ƒCƒgƒ‹‚ð•\Ž¦ + show title{ENTER} + -- + –}—á‚̈ʒu‚ðÝ’è + set key [INPUT]Key position?{ENTER} + –}—á‚̈ʒu‚ðƒfƒtƒHƒ‹ƒg‚É + set key{ENTER} + –}—á‚ð•\Ž¦‚µ‚È‚¢ + unset key{ENTER} + –}—á‚̈ʒu‚ð•\Ž¦ + show key{ENTER} + -- + ƒIƒtƒZƒbƒg‚ðÝ’è + set offsets [INPUT]Offsets left,right,top,bottom ?{ENTER} + ƒIƒtƒZƒbƒg‚ð•\Ž¦ + show offsets{ENTER} + -- + Žž‚Ì•\Ž¦ˆÊ’u‚ðÝ’è + set time [INPUT]Location (eg. 1,1)?{ENTER} + Žž‚ð•\Ž¦‚µ‚È‚¢ + unset time{ENTER} + Žž‚Ì•\Ž¦ˆÊ’u‚ð•\Ž¦ + show time{ENTER} +[EndMenu] + +[Menu] +ƒXƒ^ƒCƒ‹(&S) + [Menu] + ƒf[ƒ^‚Ì•\Ž¦ƒXƒ^ƒCƒ‹ + ü (Lines) + set style data lines{ENTER} + ƒ|ƒCƒ“ƒg (Points) + set style data points{ENTER} + ü‚ƃ|ƒCƒ“ƒg (Lines + Points) + set style data linespoints{ENTER} + ƒhƒbƒg (Dots) + set style data dots{ENTER} + ‚ü (Impulses) + set style data impulses{ENTER} + -- + ƒGƒ‰[ƒo[ (Error Bars) + set style data errorbars{ENTER} + ‹éŒ` (Boxes) + set style data boxes{ENTER} + ‹éŒ`‚ƃGƒ‰[ƒo[ (Box Error Bars) + set style data boxerrorbars{ENTER} + -- + “•‘äŒ`Ž® (Candlesticks) + set style data candlesticks{ENTER} + ‹à—Zƒf[ƒ^Œ`Ž® (Finance Bars) + set style data financebars{ENTER} + [EndMenu] + ƒf[ƒ^‚̃Xƒ^ƒCƒ‹‚ð•\Ž¦ + show style data{ENTER} + ƒf[ƒ^‚̃Xƒ^ƒCƒ‹‚ð‰Šú‰» + unset style data{ENTER} + -- + [Menu] + ŠÖ”‚Ì•\Ž¦ƒXƒ^ƒCƒ‹ + ü (Lines) + set style function lines{ENTER} + ƒ|ƒCƒ“ƒg (Points) + set style function points{ENTER} + ü‚ƃ|ƒCƒ“ƒg (Lines + Points) + set style function linespoints{ENTER} + ƒhƒbƒg (Dots) + set style function dots{ENTER} + ‚ü (Impulses) + set style function impulses{ENTER} + -- + ƒGƒ‰[ƒo[ (Error Bars) + set style function errorbars{ENTER} + ‹éŒ` (Boxes) + set style function boxes{ENTER} + ‹éŒ`‚ƃGƒ‰[ƒo[ (Box Error Bars) + set style function boxerrorbars{ENTER} + -- + “•‘äŒ`Ž® (Candlesticks) + set style function candlesticks{ENTER} + ‹à—Zƒf[ƒ^Œ`Ž® (Finance Bars) + set style function financebars{ENTER} + [EndMenu] + ŠÖ”‚̃Xƒ^ƒCƒ‹‚ð•\Ž¦ + show style function{ENTER} + ŠÖ”‚̃Xƒ^ƒCƒ‹‚ð‰Šú‰» + unset style function{ENTER} + -- + [Menu] + –î‚Ì•\Ž¦ƒXƒ^ƒCƒ‹ + –îæ (Head) + set style arrow [INPUT]Arrow number?[EOS] head{ENTER} + —¼–îæ (Heads) + set style arrow [INPUT]Arrow number?[EOS] heads{ENTER} + –îæ‚È‚µ (No Heads) + set style arrow [INPUT]Arrow number?[EOS] nohead{ENTER} + [EndMenu] + –î‚̃Xƒ^ƒCƒ‹‚ð•\Ž¦ + show style arrow [INPUT]Arrow number? {ENTER} + –î‚̃Xƒ^ƒCƒ‹‚ð‰Šú‰» + unset style arrow [INPUT]Arrow number? {ENTER} + -- + [Menu] + “h‚è‚‚ԂµƒXƒ^ƒCƒ‹ + “h‚è‚‚Ԃ³‚È‚¢ (Empty) + set style fill empty{ENTER} + ƒxƒ^“h‚è (Solid) + set style fill solid [INPUT]Density?{ENTER} + ƒpƒ^[ƒ““h‚è (Pattern) + set style fill pattern [INPUT]Pattern number?{ENTER} + ‹«ŠE (Border) + set style fill border [INPUT]Line Type?{ENTER} + ‹«ŠE‚È‚µ (No Border) + set style fill noborder{ENTER} + [EndMenu] + “h‚è‚‚ԂµƒXƒ^ƒCƒ‹‚Ì•\Ž¦ + show style fill{ENTER} + “h‚è‚‚ԂµƒXƒ^ƒCƒ‹‚̏‰Šú‰» + unset style fill{ENTER} + -- + [Menu] + üA“_‚Ì•\Ž¦ƒXƒ^ƒCƒ‹ + ü‚ÌŽí—Þ (Line Type) + set style linetype [INPUT]Line Type?{ENTER} + ü‚Ì• (Line Width) + set style linewidth [INPUT]Line Width?{ENTER} + “_‚ÌŽí—Þ (Point Type) + set style pointtype [INPUT]Point Type?{ENTER} + “_‚Ì‘å‚«‚³ (Point Size) + set style pointsize [INPUT]Point Size?{ENTER} +; F (Palette) +; set style line{ENTER} + [EndMenu] + üA“_‚̃Xƒ^ƒCƒ‹‚Ì•\Ž¦ + show style line{ENTER} + üA“_‚̃Xƒ^ƒCƒ‹‚̏‰Šú‰» + unset style line{ENTER} +[EndMenu] + +[Menu] +&3ŽŸŒ³ + [Menu] + “™‚ü + ’¼ü‚Å•`‰æ + set cntrparam linear{ENTER} + ‹Èü‚Å•`‰æ + set cntrparam cubicspline{ENTER} + B-spline •âŠÔ‚Å•`‰æ + set cntrparam bspline{ENTER} + “™‚ü‚̐” + set cntrparam levels [INPUT]How many contours?{ENTER} + •âŠÔ‚·‚é“_‚̐” + set cntrparam points [INPUT]How many points for the contours?{ENTER} + B-spline •âŠÔ‚ÌŽŸ” + set cntrparam order [INPUT]Order of B-splines (2-10)?{ENTER} + -- + °‚É“™‚ü‚ð•\Ž¦‚·‚é + set contour base{ENTER} + •\–Ê‚É“™‚ü‚ð•\Ž¦‚·‚é + set contour surface{ENTER} + °‚Æ•\–Ê‚Ì—¼•û‚É“™‚ü‚ð•\Ž¦ + set contour both{ENTER} + “™‚ü‚ð•\Ž¦‚µ‚È‚¢ + unset contour{ENTER} + “™‚ü‚̏ó‘Ô‚ð•\Ž¦ + show contour{ENTER} + -- + –Ê•`‰æ‚ÉŽg‚¤ü‚̐”‚ðŽw’è + set isosamples [INPUT]Number of isosamples?{ENTER} + –Ê•`‰æ‚ÉŽg‚¤ü‚̐”‚ð•\Ž¦ + show isosamples{ENTER} + [EndMenu] + -- + ’¼ŒðÀ•WŒn + set mapping cartesian{ENTER} + ‹…À•WŒn + set mapping spherical{ENTER} + ‰~“›À•WŒn + set mapping cylindrical{ENTER} + ŽÊ‘œ‚̐ݒè‚ð•\Ž¦ + show mapping{ENTER} + -- + ‰Aüˆ—‚ð‚·‚é + set hidden3d{ENTER} + ‰Aüˆ—‚ð‚µ‚È‚¢ + unset hidden3d{ENTER} + ‰Aüˆ—‚̏ó‘Ô‚ð•\Ž¦ + show hidden3d{ENTER} + -- + •\–Ê‚ð–Ô‚Å•\Ž¦‚·‚é + set surface{ENTER} + •\–Ê‚ð–Ô‚Å•\Ž¦‚µ‚È‚¢ + unset surface{ENTER} + •\–Ê‚Ì•\Ž¦ó‘Ô‚ð•\Ž¦ + show surface{ENTER} + -- + Ž‹Šp‚ðÝ’è + set view [INPUT]X rotation (degrees)?[EOS],[INPUT]Z rotation?[EOS],[INPUT]Scale?[EOS],[INPUT]Z scale?{ENTER} + Ž‹Šp‚ð•\Ž¦ + show view{ENTER} +[EndMenu] + +[Menu] +ƒwƒ‹ƒv(&H) + –ÚŽŸ(&I) + help{ENTER} + ƒCƒ“ƒgƒƒ_ƒNƒVƒ‡ƒ“ + help introduction{ENTER} + ƒgƒsƒbƒN(&T) + help [INPUT]Help Topic?{ENTER} + ƒEƒBƒ“ƒhƒEƒY(&W) + help windows{ENTER} + -- + gnuplot ‚ÉŠÖ‚µ‚Ä(&A) + [ABOUT] +[EndMenu] + +; ƒ{ƒ^ƒ“‚ð‚¢‚­‚‚© +; ƒ^ƒCƒgƒ‹•¶Žš—ñ“à‚̃Zƒ~ƒRƒƒ“‚ÌŽŸ‚̐”Žš‚̓AƒCƒRƒ“‚̃Cƒ“ƒfƒbƒNƒXB +; MSDN ‚̈ȉºŽQÆ: "Toolbar Standard Button Image Index Values" +; http://msdn.microsoft.com/en-us/library/bb760433%28v=vs.85%29.aspx +[Button] + Ä•\Ž¦;4 + replot{ENTER} +[Button] + ŠJ‚­;7 + load '[OPEN]load[EOS]*.plt[EOS]'{ENTER} +[Button] + •Û‘¶;8 + save '[SAVE]save[EOS]*.plt[EOS]'{ENTER} +[Button] + ˆÚ“®;31 + cd '[DIRECTORY]New directory?[EOS]'{ENTER} +[Button] + ˆóü;14 + set terminal [INPUT]Terminal type?{ENTER}set output "PRN"{ENTER}replot{ENTER}set terminal win{ENTER}set output{ENTER} +[Button] + ƒ_ƒ“ƒv;14 + screendump{ENTER} +[Button] + ‘O;15 + {^P} +[Button] + ŽŸ;16 + {^N} +[Button] + ƒIƒvƒVƒ‡ƒ“;10 + [OPTIONS] diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.chm b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.chm new file mode 100644 index 0000000..98801ac Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.chm differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.chw b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.chw new file mode 100644 index 0000000..7f97123 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.chw differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.mnu b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.mnu new file mode 100644 index 0000000..a39d2e3 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wgnuplot.mnu @@ -0,0 +1,752 @@ +; Menu file for Windows gnuplot +; Roger Hadgraft, 26-5-92 +; Russell Lang, 30 Nov 1992 +; Modified for 4.0, John Bollinger, 31 Dec 2002 + +[Menu] +&File + &Open ... + load '[OPEN]load[EOS]*.plt[EOS]'{ENTER} + &Save ... + save '[SAVE]save[EOS]*.plt[EOS]'{ENTER} + &Demos ... + load '[OPEN]load[EOS]*.dem[EOS]'{ENTER} + -- + &Change Directory ... + cd '[DIRECTORY]New directory?[EOS]'{ENTER} + show Current &Directory + pwd{ENTER} + -- + O&utput ... + set output "[INPUT]Output filename?[EOS]"{ENTER} + &Printer Output + set output "PRN"{ENTER} + &Window Output + set output{ENTER}set terminal win{ENTER} + Show Output + show output{ENTER} + Ou&tput Device ... + set terminal [INPUT]Terminal type?{ENTER} + Show Output Devices + set terminal{ENTER}show terminal{ENTER} + -- + [Menu] + History + Previous command ^P + {^P} + Next command ^N + {^N} + -- + Back one character ^B + {^B} + Forward one character ^F + {^F} + -- + Beginning of the line ^A + {^A} + End of the line ^E + {^E} + -- + Delete previous character ^H + {^H} + Delete current character ^D + {^D} + Delete last word ^W + {^W} + Delete to end of line ^K + {^K} + Delete entire line ^U + {^U} + -- + Redraw the line ^L + {^L} + [EndMenu] + open DOS window + shell{ENTER} + run DOS command ... + ![INPUT]DOS command?{ENTER} + -- + E&xit + quit{ENTER} +[EndMenu] + +[Menu] +&Plot + Plot + plot + 3D Plot + splot + Replot + replot{ENTER} + Clear device + clear{ENTER} + -- + Simple Range + [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]] [EOS] + Named Range + [[INPUT]Variable name?[EOS]=[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]] [EOS] + -- + Data filename ... + '[OPEN]Open[EOS]*.dat[EOS]' [EOS] + using x,y columns + using [INPUT]X column?[EOS]:[INPUT]Y column?[EOS] [EOS] + using x,y,ydelta columns + using [INPUT]X column?[EOS]:[INPUT]Y column?[EOS]:[INPUT]Ydelta column?[EOS] [EOS] + using x,y,ylow,yhigh columns + using [INPUT]X column?[EOS]:[INPUT]Y column?[EOS]:[INPUT]Ylow column?[EOS]:[INPUT]Yhigh column?[EOS] [EOS] + -- + [Menu] + with Style (simple) + Lines + with lines + Points + with points + Lines and Points + with linespoints + Impulses + with impulses + Dots + with dots + Steps + with steps + Fsteps + with fsteps + Histeps + with histeps + [EndMenu] + [Menu] + with Style (compound) + Error Bars + with errorbars + X Error Bars + with xerrorbars + Y Error Bars + with yerrorbars + XY Error Bars + with xyerrorbars + Error Lines + with errorlines + X Error Lines + with xerrorlines + Y Error Lines + with yerrorlines + XY Error Lines + with xyerrorlines + Boxes + with boxes + Filled Curves + with filledcurves + Box Error Bars + with boxerrorbars + Box XY Error Bars + with boxxyerrorbars + Finance Bars + with financebars + Candlesticks + with candlesticks + [EndMenu] +[EndMenu] + +[Menu] +&Expressions + Evaluate + print + Complex number ... + {[INPUT]Real part?[EOS],[INPUT]Imaginary part?[EOS]} + [Menu] + Unary + Minus -a + -[INPUT]Arg + Plus +a + +[INPUT]Arg + One's compliment ~a + ~[INPUT]Arg + Logcial negation !a + ![INPUT]Arg + Factorial a! + [INPUT]Arg[EOS]! + [EndMenu] + [Menu] + Binary + Exponentiation ** + ** + Multiply * + * + Divide / + / + Add + + + + Subtract - + - + -- + Modulo % + % + [EndMenu] + [Menu] + Logical + Equality == + == + Inequality != + != + -- + less than < + < + less than or equal <= + <= + greater than > + > + greater than or equal >= + >= + -- + Bitwise AND & + & + Bitwise exclusive OR ^ + ^ + Bitwise inclusive OR | + | + -- + Logical AND && + && + Logical OR || + || + -- + Ternary operator a?b:c + [INPUT]First arg[EOS]?[INPUT]Second arg[EOS]:[INPUT]Third arg[EOS] + [EndMenu] +[EndMenu] +[Menu] +Fu&nctions + [Menu] + Elementary + random number + rand([INPUT]Argument[EOS]) + absolute value + abs([INPUT]Argument[EOS]) + sign + sgn([INPUT]Argument[EOS]) + -- + ceiling + ceil([INPUT]Argument[EOS]) + floor + floor([INPUT]Argument[EOS]) + integer + int([INPUT]Argument[EOS]) + -- + square root + sqrt([INPUT]Argument[EOS]) + exponent + exp([INPUT]Argument[EOS]) + logarithm (e) + log([INPUT]Argument[EOS]) + logarithm (10) + log10([INPUT]Argument[EOS]) + -- + cosine + cos([INPUT]Argument[EOS]) + sine + sin([INPUT]Argument[EOS]) + tangent + tan([INPUT]Argument[EOS]) + -- + arc cosine + acos([INPUT]Argument[EOS]) + arc sine + asin([INPUT]Argument[EOS]) + arc tangent + atan([INPUT]Argument[EOS]) + arc tangent 2 + atan2([INPUT]"y" argument[EOS],[INPUT]"x" argument[EOS]) + -- + hyperbolic cosine + cosh([INPUT]Argument[EOS]) + hyperbolic sine + sinh([INPUT]Argument[EOS]) + hyperbolic tangent + tanh([INPUT]Argument[EOS]) + -- + imaginary + imag([INPUT]Argument[EOS]) + real + real([INPUT]Argument[EOS]) + arg + arg([INPUT]Argument[EOS]) + [EndMenu] + [Menu] + Special + error + erf([INPUT]Argument[EOS]) + error c + erfc([INPUT]Argument[EOS]) + inv error + inverf([INPUT]Argument[EOS]) + -- + gamma + gamma([INPUT]Argument[EOS]) + igamma + igamma([INPUT]First argument[EOS],[INPUT]Second argument[EOS]) + lgamma + lgamma([INPUT]Argument[EOS]) + -- + ibeta + ibeta([INPUT]First argument[EOS],[INPUT]Second argument[EOS],[INPUT]Third argument[EOS]) + -- + bessel j0 + besj0([INPUT]Argument[EOS]) + bessel j1 + besj1([INPUT]Argument[EOS]) + bessel y0 + besy0([INPUT]Argument[EOS]) + bessel y1 + besy1([INPUT]Argument[EOS]) + -- + lambertw + lambertw([INPUT]Argument[EOS]) + + [EndMenu] + [Menu] + Statistical + normal + norm([INPUT]Argument[EOS]) + inverse normal + invnorm([INPUT]Argument[EOS]) + [EndMenu] + -- + Define User Function ... + [INPUT]Name for function?[EOS][INPUT]Variable/s, eg. (a,b) ?[EOS]= + Show User Functions + show functions{ENTER} + -- + Define User Variable ... + [INPUT]Name for variable?[EOS]=[INPUT]Value, eg. 9.81 ?{ENTER} + Show User Variables + show variables{ENTER} + -- + x Dummy variable + set dummy [INPUT]Variable name?{ENTER} + x,y Dummy variables + set dummy [INPUT]Variable names (eg. u,v)?{ENTER} + Show Dummy variables + show dummy{ENTER} +[EndMenu] + +[Menu] +&General + Border on + set border{ENTER} + Border off + unset border{ENTER} + Show Border + show border{ENTER} + -- + Box width + set boxwidth [INPUT]Box Width?{ENTER} + Auto Box Width + set boxwidth{ENTER} + Show Box width + show boxwidth{ENTER} + -- + Show Line Types + test{ENTER} + -- + [Menu] + Parametric + Set Parametric + set parametric{ENTER} + Not Parametric + unset parametric{ENTER} + Show Parametric + show parametric{ENTER} + -- + t Range + set trange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + u Range + set urange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + v Range + set vrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + [EndMenu] + -- + [Menu] + Clipping + Clip near points + set clip points{ENTER} + Clip one point + set clip one{ENTER} + Clip two points + set clip two{ENTER} + No Clipping + unset clip{ENTER} + Show Clip type + show clip{ENTER} + [EndMenu] + -- + [Menu] + Polar + Polar + set polar{ENTER} + Not Polar + unset polar{ENTER} + Show Polar + show polar{ENTER} + Radial Range + set rrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + Angles in Degrees + set angles degrees{ENTER} + Angles in Radians + set angles radians{ENTER} + Show Angle units + show angles{ENTER} + [EndMenu] + -- + Set Plot Size + set size [INPUT]Xscale?[EOS],[INPUT]Yscale?{ENTER} + Show Plot Size + show size{ENTER} + -- + Sampling Rate + set sample [INPUT]Sampling rate (default=100)?{ENTER} + Show Sampling Rate + show sample{ENTER} +[EndMenu] + +[Menu] +&Axes + Autoscale xy + set autoscale [INPUT]Which axes (eg. xy)?{ENTER} + No Autoscale xy + unset autoscale [INPUT]Which axes (eg. xy)?{ENTER} + Show Autoscale + show autoscale{ENTER} + -- + Logscale xyz + set logscale [INPUT]Which axes (eg. xy)?{ENTER} + No Logscale xyz + unset logscale [INPUT]Which axes (eg. xy)?{ENTER} + Show Logscale + show logscale{ENTER} + -- + [Menu] + Tics + Tic format string + set format [INPUT]Axes?[EOS] "[INPUT]Format string?[EOS]"{ENTER} + Tic marks format + show format{ENTER} + -- + Inward facing tics (default) + set tics in{ENTER} + Outward facing tics + set tics out{ENTER} + Show tics + show tics{ENTER} + -- + Tics level + set ticslevel [INPUT]Level (default=0.5)?{ENTER} + -- + Tic interval + set [INPUT]Axis: x, y or z ?[EOS]tics [INPUT]Start, Increment, End (eg. 0,0.5,10) ?{ENTER} + -- + Tic labels start + set [INPUT]Axis: x, y or z ?[EOS]tics ("[INPUT]Label text?[EOS]" [INPUT]Position?[EOS] + another Tic label + ,"[INPUT]Label text?[EOS]" [INPUT]Position?[EOS] + Tic labels finish + ){ENTER} + [EndMenu] + -- + X Range + set xrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + Y Range + set yrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + Z Range + set zrange [[INPUT]Lower bound?[EOS]:[INPUT]Upper bound?[EOS]]{ENTER} + -- + X Label + set xlabel "[INPUT]Label text?[EOS]" [INPUT]X offset, Y offset (eg. 2,3) ?{ENTER} + Y Label + set ylabel "[INPUT]Label text?[EOS]" [INPUT]X offset, Y offset (eg. 2,3) ?{ENTER} + Z Label + set zlabel "[INPUT]Label text?[EOS]" [INPUT]X offset, Y offset (eg. 2,3) ?{ENTER} + Show axis Labels + show xlabel{ENTER}show ylabel{ENTER}show zlabel{ENTER} + -- + No X zero axis + unset xzeroaxis{ENTER} + No Y zero axis + unset yzeroaxis{ENTER} + X,Y zero axes on + set zeroaxis{ENTER} + Show zero axis status + show zeroaxis{ENTER} +[EndMenu] + +[Menu] +&Chart + Grid on + set grid{ENTER} + Grid off + unset grid{ENTER} + Show Grid + show grid{ENTER} + -- + Add Arrow + set arrow [INPUT]Tag (1-99)?[EOS] from [INPUT]From coordinate?[EOS] to [INPUT]To coordinate?{ENTER} + Remove arrow + unset arrow [INPUT]Tag (1-99)?{ENTER} + Show Arrows + show arrow{ENTER} + -- + Add Label + set label [INPUT]Tag?[EOS] "[INPUT]Label?[EOS]" at [INPUT]Coordinate?[EOS] [INPUT]Justification (l,c,r)?{ENTER} + Remove Label + unset label [INPUT]Tag?{ENTER} + Show Labels + show label{ENTER} + -- + Set Title + set title "[INPUT]Title text?[EOS]" [INPUT]X position, Y position (eg. 2,4)?{ENTER} + Show Title + show title{ENTER} + -- + Key (legend) position + set key [INPUT]Key position?{ENTER} + Default Key position + set key{ENTER} + No Key + unset key{ENTER} + Show Key position + show key{ENTER} + -- + Offsets + set offsets [INPUT]Offsets left,right,top,bottom ?{ENTER} + Show Offsets + show offsets{ENTER} + -- + Time location + set time [INPUT]Location (eg. 1,1)?{ENTER} + No Time + unset time{ENTER} + Show Time Location + show time{ENTER} +[EndMenu] + +[Menu] +&Styles + [Menu] + Data Style + Lines + set style data lines{ENTER} + Points + set style data points{ENTER} + Lines + Points + set style data linespoints{ENTER} + Dots + set style data dots{ENTER} + Impulses + set style data impulses{ENTER} + -- + Error Bars + set style data errorbars{ENTER} + Boxes + set style data boxes{ENTER} + Box Error Bars + set style data boxerrorbars{ENTER} + -- + Candlesticks + set style data candlesticks{ENTER} + Finance Bars + set style data financebars{ENTER} + [EndMenu] + Show Data Style + show style data{ENTER} + Clear Data Style + unset style data{ENTER} + -- + [Menu] + Function Style + Lines + set style function lines{ENTER} + Points + set style function points{ENTER} + Lines + Points + set style function linespoints{ENTER} + Dots + set style function dots{ENTER} + Impulses + set style function impulses{ENTER} + -- + Error Bars + set style function errorbars{ENTER} + Boxes + set style function boxes{ENTER} + Box Error Bars + set style function boxerrorbars{ENTER} + -- + Candlesticks + set style function candlesticks{ENTER} + Finance Bars + set style function financebars{ENTER} + [EndMenu] + Show Function Style + show style function{ENTER} + Clear Function Style + unset style function{ENTER} + -- + [Menu] + Arrow Style + Head + set style arrow [INPUT]Arrow number?[EOS] head{ENTER} + Heads + set style arrow [INPUT]Arrow number?[EOS] heads{ENTER} + No Heads + set style arrow [INPUT]Arrow number?[EOS] nohead{ENTER} + [EndMenu] + Show Arrow Style + show style arrow [INPUT]Arrow number? {ENTER} + Clear Arrow Style + unset style arrow [INPUT]Arrow number? {ENTER} + -- + [Menu] + Fill Style + Empty + set style fill empty{ENTER} + Solid + set style fill solid [INPUT]Density?{ENTER} + Pattern + set style fill pattern [INPUT]Pattern number?{ENTER} + Border + set style fill border [INPUT]Line Type?{ENTER} + No Border + set style fill noborder{ENTER} + [EndMenu] + Show Fill Style + show style fill{ENTER} + Clear Fill Style + unset style fill{ENTER} + -- + [Menu] + Line Style + Line Type + set style linetype [INPUT]Line Type?{ENTER} + Line Width + set style linewidth [INPUT]Line Width?{ENTER} + Point Type + set style pointtype [INPUT]Point Type?{ENTER} + Point Size + set style pointsize [INPUT]Point Size?{ENTER} +; Palette +; set style line{ENTER} + [EndMenu] + Show Line Style + show style line{ENTER} + Clear Line Style + unset style line{ENTER} +[EndMenu] + +[Menu] +&3D + [Menu] + Contours + Linear Contours + set cntrparam linear{ENTER} + Cubic Spline Contours + set cntrparam cubicspline{ENTER} + B-spline Contours + set cntrparam bspline{ENTER} + Number of Contours + set cntrparam levels [INPUT]How many contours?{ENTER} + Points for Contours + set cntrparam points [INPUT]How many points for the contours?{ENTER} + Order of B-splines + set cntrparam order [INPUT]Order of B-splines (2-10)?{ENTER} + -- + Contours on Base + set contour base{ENTER} + Contours on Surfaces + set contour surface{ENTER} + Contours on Both + set contour both{ENTER} + No Contours + unset contour{ENTER} + Show Contour + show contour{ENTER} + -- + Number of Isosamples + set isosamples [INPUT]Number of isosamples?{ENTER} + Show Isosamples + show isosamples{ENTER} + [EndMenu] + -- + Cartesian Mapping + set mapping cartesian{ENTER} + Spherical Mapping + set mapping spherical{ENTER} + Cylindrical Mapping + set mapping cylindrical{ENTER} + Show Mapping + show mapping{ENTER} + -- + Hidden line removal + set hidden3d{ENTER} + No Hidden line removal + unset hidden3d{ENTER} + Show Hidden line removal + show hidden3d{ENTER} + -- + Display Surface mesh + set surface{ENTER} + No Surface mesh + unset surface{ENTER} + Show Surface status + show surface{ENTER} + -- + Set View + set view [INPUT]X rotation (degrees)?[EOS],[INPUT]Z rotation?[EOS],[INPUT]Scale?[EOS],[INPUT]Z scale?{ENTER} + Show View + show view{ENTER} +[EndMenu] + +[Menu] +&Help + &Index + help{ENTER} + Introduction + help introduction{ENTER} + &Topic + help [INPUT]Help Topic?{ENTER} + &Windows + help windows{ENTER} + -- + &About + [ABOUT] +[EndMenu] + +; now some buttons +; a number after a semicolon in the title string is interpreted as icon index +; see the article "Toolbar Standard Button Image Index Values" on MSDN +; http://msdn.microsoft.com/en-us/library/bb760433%28v=vs.85%29.aspx +[Button] + Replot;4 + replot{ENTER} +[Button] + Open;7 + load '[OPEN]load[EOS]*.plt[EOS]'{ENTER} +[Button] + Save;8 + save '[SAVE]save[EOS]*.plt[EOS]'{ENTER} +[Button] + ChDir;31 + cd '[DIRECTORY]New directory?[EOS]'{ENTER} +[Button] + Print;14 + set terminal [INPUT]Terminal type?{ENTER}set output "PRN"{ENTER}replot{ENTER}set terminal win{ENTER}set output{ENTER} +[Button] + PrtSc;14 + screendump{ENTER} +[Button] + Prev;15 + {^P} +[Button] + Next;16 + {^N} +[Button] + Options;10 + [OPTIONS] diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wxbase30u_gcc_custom.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wxbase30u_gcc_custom.dll new file mode 100644 index 0000000..8ea02ad Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wxbase30u_gcc_custom.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wxmsw30u_core_gcc_custom.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wxmsw30u_core_gcc_custom.dll new file mode 100644 index 0000000..fd7f2ba Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/wxmsw30u_core_gcc_custom.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/zlib1.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/zlib1.dll new file mode 100644 index 0000000..55d06fc Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/bin/zlib1.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/10-scale-bitmap-fonts.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/10-scale-bitmap-fonts.conf new file mode 100644 index 0000000..e3bcd46 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/10-scale-bitmap-fonts.conf @@ -0,0 +1,81 @@ + + + + + + + false + + + + pixelsize + pixelsize + + + + + + false + + + + + pixelsizefixupfactor + 1.2 + + + pixelsizefixupfactor + 0.8 + + + + + + + + false + + + 64 + + + true + + + true + + + 1.0 + + + + + + false + + + 1.0 + + + + matrix + + pixelsizefixupfactor 0 + 0 pixelsizefixupfactor + + + + + + size + pixelsizefixupfactor + + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/20-unhint-small-vera.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/20-unhint-small-vera.conf new file mode 100644 index 0000000..c9505ca --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/20-unhint-small-vera.conf @@ -0,0 +1,48 @@ + + + + + + + + Bitstream Vera Sans + + + 7.5 + + + false + + + + + + Bitstream Vera Serif + + + 7.5 + + + false + + + + + + Bitstream Vera Sans Mono + + + 7.5 + + + false + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/30-metric-aliases.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/30-metric-aliases.conf new file mode 100644 index 0000000..ccc3e24 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/30-metric-aliases.conf @@ -0,0 +1,275 @@ + + + + + + + + + + + Nimbus Sans L + + Helvetica + + + + + Nimbus Roman No9 L + + Times + + + + + Nimbus Mono L + + Courier + + + + + + + Arimo + + Arial + + + + + Liberation Sans + + Arial + + + + + Albany + + Arial + + + + + Albany AMT + + Arial + + + + + Tinos + + Times New Roman + + + + + Liberation Serif + + Times New Roman + + + + + Thorndale + + Times New Roman + + + + + Thorndale AMT + + Times New Roman + + + + + Cousine + + Courier New + + + + + Liberation Mono + + Courier New + + + + + Cumberland + + Courier New + + + + + Cumberland AMT + + Courier New + + + + + + + + + + + Helvetica + + Arial + + + + + Times + + Times New Roman + + + + + Courier + + Courier New + + + + + + + Arial + + Helvetica + + + + + Times New Roman + + Times + + + + + Courier New + + Courier + + + + + + + + + + + Helvetica + + Nimbus Sans L + + + + + Times + + Nimbus Roman No9 L + + + + + Courier + + Nimbus Mono L + + + + + + + Arial + + Arimo + Liberation Sans + Albany + Albany AMT + + + + + Times New Roman + + Tinos + Liberation Serif + Thorndale + Thorndale AMT + + + + + Courier New + + Cousine + Liberation Mono + Cumberland + Cumberland AMT + + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/30-urw-aliases.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/30-urw-aliases.conf new file mode 100644 index 0000000..aae06ac --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/30-urw-aliases.conf @@ -0,0 +1,40 @@ + + + + + + Avant Garde + URW Gothic L + + + Bookman + URW Bookman L + + + New Century Schoolbook + Century Schoolbook L + + + Palatino + URW Palladio L + + + Zapf Chancery + URW Chancery L + + + Zapf Dingbats + Dingbats + + + + Symbol + + + Standard Symbols L + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/40-nonlatin.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/40-nonlatin.conf new file mode 100644 index 0000000..c900fd4 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/40-nonlatin.conf @@ -0,0 +1,231 @@ + + + + + + + + Nazli + serif + + + Lotoos + serif + + + Mitra + serif + + + Ferdosi + serif + + + Badr + serif + + + Zar + serif + + + Titr + serif + + + Jadid + serif + + + Kochi Mincho + serif + + + AR PL SungtiL GB + serif + + + AR PL Mingti2L Big5 + serif + + + ï¼­ï¼³ 明朝 + serif + + + NanumMyeongjo + serif + + + UnBatang + serif + + + Baekmuk Batang + serif + + + MgOpen Canonica + serif + + + Sazanami Mincho + serif + + + AR PL ZenKai Uni + serif + + + ZYSong18030 + serif + + + FreeSerif + serif + + + SimSun + serif + + + + Arshia + sans-serif + + + Elham + sans-serif + + + Farnaz + sans-serif + + + Nasim + sans-serif + + + Sina + sans-serif + + + Roya + sans-serif + + + Koodak + sans-serif + + + Terafik + sans-serif + + + Kochi Gothic + sans-serif + + + AR PL KaitiM GB + sans-serif + + + AR PL KaitiM Big5 + sans-serif + + + ï¼­ï¼³ ゴシック + sans-serif + + + NanumGothic + sans-serif + + + UnDotum + sans-serif + + + Baekmuk Dotum + sans-serif + + + MgOpen Modata + sans-serif + + + Sazanami Gothic + sans-serif + + + AR PL ShanHeiSun Uni + sans-serif + + + ZYSong18030 + sans-serif + + + FreeSans + sans-serif + + + + NSimSun + monospace + + + ZYSong18030 + monospace + + + NanumGothicCoding + monospace + + + FreeMono + monospace + + + + + Homa + fantasy + + + Kamran + fantasy + + + Fantezi + fantasy + + + Tabassom + fantasy + + + + + IranNastaliq + cursive + + + Nafees Nastaleeq + cursive + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/45-latin.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/45-latin.conf new file mode 100644 index 0000000..09fd526 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/45-latin.conf @@ -0,0 +1,173 @@ + + + + + + + + Bitstream Vera Serif + serif + + + DejaVu Serif + serif + + + Liberation Serif + serif + + + Times New Roman + serif + + + Times + serif + + + Nimbus Roman No9 L + serif + + + Luxi Serif + serif + + + Thorndale AMT + serif + + + Thorndale + serif + + + + Bitstream Vera Sans + sans-serif + + + DejaVu Sans + sans-serif + + + Liberation Sans + sans-serif + + + Arial + sans-serif + + + Helvetica + sans-serif + + + Verdana + sans-serif + + + Albany AMT + sans-serif + + + Albany + sans-serif + + + Nimbus Sans L + sans-serif + + + Luxi Sans + sans-serif + + + + Bitstream Vera Sans Mono + monospace + + + DejaVu Sans Mono + monospace + + + Liberation Mono + monospace + + + Inconsolata + monospace + + + Courier New + monospace + + + Courier + monospace + + + Andale Mono + monospace + + + Luxi Mono + monospace + + + Cumberland AMT + monospace + + + Cumberland + monospace + + + Nimbus Mono L + monospace + + + + Impact + fantasy + + + Copperplate Gothic Std + fantasy + + + Cooper Std + fantasy + + + Bauhaus Std + fantasy + + + + ITC Zapf Chancery Std + cursive + + + Zapfino + cursive + + + Comic Sans MS + cursive + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/49-sansserif.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/49-sansserif.conf new file mode 100644 index 0000000..c6209a7 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/49-sansserif.conf @@ -0,0 +1,21 @@ + + + + + + + sans-serif + + + serif + + + monospace + + + sans-serif + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/50-user.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/50-user.conf new file mode 100644 index 0000000..2f10408 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/50-user.conf @@ -0,0 +1,10 @@ + + + + + fontconfig/conf.d + fontconfig/fonts.conf + + ~/.fonts.conf.d + ~/.fonts.conf + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/51-local.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/51-local.conf new file mode 100644 index 0000000..ca9fbe1 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/51-local.conf @@ -0,0 +1,6 @@ + + + + + local.conf + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/60-latin.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/60-latin.conf new file mode 100644 index 0000000..2107e31 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/60-latin.conf @@ -0,0 +1,70 @@ + + + + + serif + + Bitstream Vera Serif + DejaVu Serif + Times New Roman + Thorndale AMT + Luxi Serif + Nimbus Roman No9 L + Times + + + + sans-serif + + Bitstream Vera Sans + DejaVu Sans + Verdana + Arial + Albany AMT + Luxi Sans + Nimbus Sans L + Helvetica + Lucida Sans Unicode + BPG Glaho International + Tahoma + + + + monospace + + Bitstream Vera Sans Mono + DejaVu Sans Mono + Inconsolata + Andale Mono + Courier New + Cumberland AMT + Luxi Mono + Nimbus Mono L + Courier + + + + + fantasy + + Impact + Copperplate Gothic Std + Cooper Std + Bauhaus Std + + + + + cursive + + ITC Zapf Chancery Std + Zapfino + Comic Sans MS + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/65-fonts-persian.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/65-fonts-persian.conf new file mode 100644 index 0000000..ea00661 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/65-fonts-persian.conf @@ -0,0 +1,419 @@ + + + + + + + + + + + Nesf + Nesf2 + + + Nesf2 + Persian_sansserif_default + + + + + + Nazanin + Nazli + + + Lotus + Lotoos + + + Yaqut + Yaghoot + + + Yaghut + Yaghoot + + + Traffic + Terafik + + + Ferdowsi + Ferdosi + + + Fantezy + Fantezi + + + + + + + + Jadid + Persian_title + + + Titr + Persian_title + + + + + Kamran + + Persian_fantasy + Homa + + + + Homa + + Persian_fantasy + Kamran + + + + Fantezi + Persian_fantasy + + + Tabassom + Persian_fantasy + + + + + Arshia + Persian_square + + + Nasim + Persian_square + + + Elham + + Persian_square + Farnaz + + + + Farnaz + + Persian_square + Elham + + + + Sina + Persian_square + + + + + + + Persian_title + + Titr + Jadid + Persian_serif + + + + + + Persian_fantasy + + Homa + Kamran + Fantezi + Tabassom + Persian_square + + + + + + Persian_square + + Arshia + Elham + Farnaz + Nasim + Sina + Persian_serif + + + + + + + + Elham + + + farsiweb + + + + + + Homa + + + farsiweb + + + + + + Koodak + + + farsiweb + + + + + + Nazli + + + farsiweb + + + + + + Roya + + + farsiweb + + + + + + Terafik + + + farsiweb + + + + + + Titr + + + farsiweb + + + + + + + + + + TURNED-OFF + + + farsiweb + + + + roman + + + + roman + + + + + matrix + 1-0.2 + 01 + + + + + + oblique + + + + + + + + + farsiweb + + + false + + + false + + + false + + + + + + + + + serif + + Nazli + Lotoos + Mitra + Ferdosi + Badr + Zar + + + + + + sans-serif + + Roya + Koodak + Terafik + + + + + + monospace + + + Terafik + + + + + + fantasy + + Homa + Kamran + Fantezi + Tabassom + + + + + + cursive + + IranNastaliq + Nafees Nastaleeq + + + + + + + + + serif + + + 200 + + + 24 + + + Titr + + + + + + + sans-serif + + + 200 + + + 24 + + + Titr + + + + + + + Persian_sansserif_default + + + 200 + + + 24 + + + Titr + + + + + + + + + Persian_sansserif_default + + + Roya + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/65-nonlatin.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/65-nonlatin.conf new file mode 100644 index 0000000..9306f74 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/65-nonlatin.conf @@ -0,0 +1,196 @@ + + + + + serif + + Artsounk + BPG UTF8 M + Kinnari + Norasi + Frank Ruehl + Dror + JG LaoTimes + Saysettha Unicode + Pigiarniq + B Davat + B Compset + Kacst-Qr + Urdu Nastaliq Unicode + Raghindi + Mukti Narrow + malayalam + Sampige + padmaa + Hapax Berbère + MS Mincho + SimSun + PMingLiu + WenQuanYi Zen Hei + WenQuanYi Bitmap Song + AR PL ShanHeiSun Uni + AR PL New Sung + ZYSong18030 + HanyiSong + MgOpen Canonica + Sazanami Mincho + IPAMonaMincho + IPAMincho + Kochi Mincho + AR PL SungtiL GB + AR PL Mingti2L Big5 + AR PL Zenkai Uni + ï¼­ï¼³ 明朝 + ZYSong18030 + NanumMyeongjo + UnBatang + Baekmuk Batang + KacstQura + Frank Ruehl CLM + Lohit Bengali + Lohit Gujarati + Lohit Hindi + Lohit Marathi + Lohit Maithili + Lohit Kashmiri + Lohit Konkani + Lohit Nepali + Lohit Sindhi + Lohit Punjabi + Lohit Tamil + Meera + Lohit Malayalam + Lohit Kannada + Lohit Telugu + Lohit Oriya + LKLUG + + + + sans-serif + + Nachlieli + Lucida Sans Unicode + Yudit Unicode + Kerkis + ArmNet Helvetica + Artsounk + BPG UTF8 M + Waree + Loma + Garuda + Umpush + Saysettha Unicode + JG Lao Old Arial + GF Zemen Unicode + Pigiarniq + B Davat + B Compset + Kacst-Qr + Urdu Nastaliq Unicode + Raghindi + Mukti Narrow + malayalam + Sampige + padmaa + Hapax Berbère + MS Gothic + UmePlus P Gothic + + SimSun + PMingLiu + WenQuanYi Zen Hei + WenQuanYi Bitmap Song + AR PL ShanHeiSun Uni + AR PL New Sung + MgOpen Modata + VL Gothic + IPAMonaGothic + IPAGothic + Sazanami Gothic + Kochi Gothic + AR PL KaitiM GB + AR PL KaitiM Big5 + AR PL ShanHeiSun Uni + AR PL SungtiL GB + AR PL Mingti2L Big5 + ï¼­ï¼³ ゴシック + ZYSong18030 + TSCu_Paranar + NanumGothic + UnDotum + Baekmuk Dotum + Baekmuk Gulim + KacstQura + Lohit Bengali + Lohit Gujarati + Lohit Hindi + Lohit Marathi + Lohit Maithili + Lohit Kashmiri + Lohit Konkani + Lohit Nepali + Lohit Sindhi + Lohit Punjabi + Lohit Tamil + Meera + Lohit Malayalam + Lohit Kannada + Lohit Telugu + Lohit Oriya + LKLUG + + + + monospace + + Miriam Mono + VL Gothic + IPAMonaGothic + IPAGothic + Sazanami Gothic + Kochi Gothic + AR PL KaitiM GB + MS Gothic + UmePlus Gothic + NSimSun + MingLiu + AR PL ShanHeiSun Uni + AR PL New Sung Mono + HanyiSong + AR PL SungtiL GB + AR PL Mingti2L Big5 + ZYSong18030 + NanumGothicCoding + NanumGothic + UnDotum + Baekmuk Dotum + Baekmuk Gulim + TlwgTypo + TlwgTypist + TlwgTypewriter + TlwgMono + Hasida + Mitra Mono + GF Zemen Unicode + Hapax Berbère + Lohit Bengali + Lohit Gujarati + Lohit Hindi + Lohit Marathi + Lohit Maithili + Lohit Kashmiri + Lohit Konkani + Lohit Nepali + Lohit Sindhi + Lohit Punjabi + Lohit Tamil + Meera + Lohit Malayalam + Lohit Kannada + Lohit Telugu + Lohit Oriya + LKLUG + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/69-unifont.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/69-unifont.conf new file mode 100644 index 0000000..177dec5 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/69-unifont.conf @@ -0,0 +1,28 @@ + + + + + serif + + FreeSerif + Code2000 + Code2001 + + + + sans-serif + + FreeSans + Arial Unicode MS + Arial Unicode + Code2000 + Code2001 + + + + monospace + + FreeMono + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/80-delicious.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/80-delicious.conf new file mode 100644 index 0000000..845647b --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/80-delicious.conf @@ -0,0 +1,19 @@ + + + + + + + + + Delicious + + + Heavy + + + heavy + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/90-synthetic.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/90-synthetic.conf new file mode 100644 index 0000000..b8d1e85 --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/90-synthetic.conf @@ -0,0 +1,64 @@ + + + + + + + + + roman + + + + roman + + + + + matrix + 10.2 + 01 + + + + + + oblique + + + + false + + + + + + + + + medium + + + + medium + + + + true + + + + bold + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/README b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/README new file mode 100644 index 0000000..c2fb52c --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/conf.d/README @@ -0,0 +1,23 @@ +conf.d/README + +Each file in this directory is a fontconfig configuration file. Fontconfig +scans this directory, loading all files of the form [0-9][0-9]*.conf. +These files are normally installed in ../conf.avail and then symlinked here, +allowing them to be easily installed and then enabled/disabled by adjusting +the symlinks. + +The files are loaded in numeric order, the structure of the configuration +has led to the following conventions in usage: + + Files begining with: Contain: + + 00 through 09 Font directories + 10 through 19 system rendering defaults (AA, etc) + 20 through 29 font rendering options + 30 through 39 family substitution + 40 through 49 generic identification, map family->generic + 50 through 59 alternate config file loading + 60 through 69 generic aliases, map generic->family + 70 through 79 select font (adjust which fonts are available) + 80 through 89 match target="scan" (modify scanned patterns) + 90 through 99 font synthesis diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/fonts.conf b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/fonts.conf new file mode 100644 index 0000000..55944ab --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/fonts/fonts.conf @@ -0,0 +1,155 @@ + + + + + + + + + + WINDOWSFONTDIR + + fonts + + ~/.fonts + + + + + mono + + + monospace + + + + + + + sans serif + + + sans-serif + + + + + + + sans + + + sans-serif + + + + + /c/Programs/gplibs64_gcc490/etc/fonts/conf.d + + + + WINDOWSTEMPDIR_FONTCONFIG_CACHE + fontconfig + + ~/.fontconfig + + + + + 0x0020 + 0x00A0 + 0x00AD + 0x034F + 0x0600 + 0x0601 + 0x0602 + 0x0603 + 0x06DD + 0x070F + 0x115F + 0x1160 + 0x1680 + 0x17B4 + 0x17B5 + 0x180E + 0x2000 + 0x2001 + 0x2002 + 0x2003 + 0x2004 + 0x2005 + 0x2006 + 0x2007 + 0x2008 + 0x2009 + 0x200A + 0x200B + 0x200C + 0x200D + 0x200E + 0x200F + 0x2028 + 0x2029 + 0x202A + 0x202B + 0x202C + 0x202D + 0x202E + 0x202F + 0x205F + 0x2060 + 0x2061 + 0x2062 + 0x2063 + 0x206A + 0x206B + 0x206C + 0x206D + 0x206E + 0x206F + 0x2800 + 0x3000 + 0x3164 + 0xFEFF + 0xFFA0 + 0xFFF9 + 0xFFFA + 0xFFFB + + + + 30 + + + + diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-arabic-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-arabic-fc.dll new file mode 100755 index 0000000..5213e68 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-arabic-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-arabic-lang.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-arabic-lang.dll new file mode 100755 index 0000000..f9a547d Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-arabic-lang.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-basic-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-basic-fc.dll new file mode 100755 index 0000000..5dc405e Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-basic-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-basic-win32.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-basic-win32.dll new file mode 100755 index 0000000..94fa54b Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-basic-win32.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-hangul-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-hangul-fc.dll new file mode 100755 index 0000000..aa94db1 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-hangul-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-hebrew-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-hebrew-fc.dll new file mode 100755 index 0000000..c049915 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-hebrew-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-indic-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-indic-fc.dll new file mode 100755 index 0000000..33ab9b6 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-indic-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-indic-lang.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-indic-lang.dll new file mode 100755 index 0000000..6d980bc Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-indic-lang.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-khmer-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-khmer-fc.dll new file mode 100755 index 0000000..c020f4e Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-khmer-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-syriac-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-syriac-fc.dll new file mode 100755 index 0000000..f430762 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-syriac-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-thai-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-thai-fc.dll new file mode 100755 index 0000000..38b02e4 Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-thai-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-tibetan-fc.dll b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-tibetan-fc.dll new file mode 100755 index 0000000..fd5d18d Binary files /dev/null and b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/1.6.0/modules/pango-tibetan-fc.dll differ diff --git a/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/pango.modules b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/pango.modules new file mode 100644 index 0000000..024684a --- /dev/null +++ b/distributions/windows/gnuplot_bin/gnuplot_bin_501/etc/pango/pango.modules @@ -0,0 +1,35 @@ +# Pango Modules file +# Automatically generated file, do not edit +# +# ModulesPath = .\1.6.0\modules +# +".\\1.6.0\\modules\\pango-arabic-fc.dll" ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* nko:* +".\\1.6.0\\modules\\pango-arabic-lang.dll" ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* +".\\1.6.0\\modules\\pango-basic-fc.dll" BasicScriptEngineFc PangoEngineShape PangoRenderFc latin:* cyrillic:* greek:* armenian:* georgian:* runic:* ogham:* bopomofo:* cherokee:* coptic:* deseret:* ethiopic:* gothic:* han:* hiragana:* katakana:* old-italic:* canadian-aboriginal:* yi:* braille:* cypriot:* limbu:* osmanya:* shavian:* linear-b:* ugaritic:* glagolitic:* cuneiform:* phoenician:* common: +".\\1.6.0\\modules\\pango-basic-win32.dll" BasicScriptEngineWin32 PangoEngineShape PangoRenderWin32 common: +".\\1.6.0\\modules\\pango-hangul-fc.dll" HangulScriptEngineFc PangoEngineShape PangoRenderFc hangul:* +".\\1.6.0\\modules\\pango-hebrew-fc.dll" HebrewScriptEngineFc PangoEngineShape PangoRenderFc hebrew:* +".\\1.6.0\\modules\\pango-indic-fc.dll" devaScriptEngineFc PangoEngineShape PangoRenderFc devanagari:* +".\\1.6.0\\modules\\pango-indic-fc.dll" bengScriptEngineFc PangoEngineShape PangoRenderFc bengali:* +".\\1.6.0\\modules\\pango-indic-fc.dll" guruScriptEngineFc PangoEngineShape PangoRenderFc gurmukhi:* +".\\1.6.0\\modules\\pango-indic-fc.dll" gujrScriptEngineFc PangoEngineShape PangoRenderFc gujarati:* +".\\1.6.0\\modules\\pango-indic-fc.dll" oryaScriptEngineFc PangoEngineShape PangoRenderFc oriya:* +".\\1.6.0\\modules\\pango-indic-fc.dll" tamlScriptEngineFc PangoEngineShape PangoRenderFc tamil:* +".\\1.6.0\\modules\\pango-indic-fc.dll" teluScriptEngineFc PangoEngineShape PangoRenderFc telugu:* +".\\1.6.0\\modules\\pango-indic-fc.dll" kndaScriptEngineFc PangoEngineShape PangoRenderFc kannada:* +".\\1.6.0\\modules\\pango-indic-fc.dll" mlymScriptEngineFc PangoEngineShape PangoRenderFc malayalam:* +".\\1.6.0\\modules\\pango-indic-fc.dll" sinhScriptEngineFc PangoEngineShape PangoRenderFc sinhala:* +".\\1.6.0\\modules\\pango-indic-lang.dll" devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:* +".\\1.6.0\\modules\\pango-indic-lang.dll" bengIndicScriptEngineLang PangoEngineLang PangoRenderNone bengali:* +".\\1.6.0\\modules\\pango-indic-lang.dll" guruIndicScriptEngineLang PangoEngineLang PangoRenderNone gurmukhi:* +".\\1.6.0\\modules\\pango-indic-lang.dll" gujrIndicScriptEngineLang PangoEngineLang PangoRenderNone gujarati:* +".\\1.6.0\\modules\\pango-indic-lang.dll" oryaIndicScriptEngineLang PangoEngineLang PangoRenderNone oriya:* +".\\1.6.0\\modules\\pango-indic-lang.dll" tamlIndicScriptEngineLang PangoEngineLang PangoRenderNone tamil:* +".\\1.6.0\\modules\\pango-indic-lang.dll" teluIndicScriptEngineLang PangoEngineLang PangoRenderNone telugu:* +".\\1.6.0\\modules\\pango-indic-lang.dll" kndaIndicScriptEngineLang PangoEngineLang PangoRenderNone kannada:* +".\\1.6.0\\modules\\pango-indic-lang.dll" mlymIndicScriptEngineLang PangoEngineLang PangoRenderNone malayalam:* +".\\1.6.0\\modules\\pango-indic-lang.dll" sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:* +".\\1.6.0\\modules\\pango-khmer-fc.dll" KhmerScriptEngineFc PangoEngineShape PangoRenderFc khmer:* +".\\1.6.0\\modules\\pango-syriac-fc.dll" SyriacScriptEngineFc PangoEngineShape PangoRenderFc syriac:* +".\\1.6.0\\modules\\pango-thai-fc.dll" ThaiScriptEngineFc PangoEngineShape PangoRenderFc thai:* lao:* +".\\1.6.0\\modules\\pango-tibetan-fc.dll" TibetanScriptEngineFc PangoEngineShape PangoRenderFc tibetan:* diff --git a/html/doc/biaspar.imach b/html/doc/biaspar.imach index e5f82a5..792d378 100644 --- a/html/doc/biaspar.imach +++ b/html/doc/biaspar.imach @@ -1,8 +1,7 @@ -# Imach version 0.98q2, April 2015, INED-EUROREVES +# Imach version 0.98r3, December 2015, INED-EUROREVES title=1st_example datafile=data1.txt lastobs=8600 firstpass=1 lastpass=4 ftol=1.000000e-008 stepm=1 ncovcol=2 nlstate=2 ndeath=1 maxwav=4 mle=1 weight=0 -model=1+age+. -#q Parameters +model=1+age. 12 -12.245240 0.092358 13 -10.671890 0.060969 21 -2.645345 -0.022325 @@ -22,10 +21,10 @@ model=1+age+. 231 0. 0. 0. 0. 0. 0. 0. 232 0. 0. 0. 0. 0. 0. 0. 0. # agemin agemax for life expectancy, bage fage (if mle==0 ie no data nor Max likelihood). -agemin=70 agemax=95 bage=65 fage=95 +agemin=70 agemax=95 bage=65 fage=95 estepm=1 ftolpl=6e-4 # Observed prevalence period -begin-prev-date=1/1/1984 end-prev-date=1/6/1988 estepm=1 +begin-prev-date=1/1/1984 end-prev-date=1/6/1988 # Health expectancies computed from stationary prevalence (pop_based=0) or population based (1) -pop_based=0 +pop_based=1 # Prevalence forecasting -starting-proj-date=1/1/1989 final-proj-date=1/1/1990 mov_average=0 +prevforecast=1 starting-proj-date=1/1/1989 final-proj-date=1/1/1990 mov_average=0 diff --git a/html/doc/mypar.imach b/html/doc/mypar.imach index 2ca37f8..06f941b 100755 --- a/html/doc/mypar.imach +++ b/html/doc/mypar.imach @@ -2,7 +2,7 @@ # title=MLE datafile=../doc/data/mydata.txt lastobs=3000 firstpass=1 lastpass=4 ftol=1e-8 stepm=24 ncovcol=2 nlstate=2 ndeath=1 maxwav=4 mle=1 weight=0 -model=1+age+. +model=1+age. #q Parameters nlstate*nlstate*ncov a12*1 + b12 * age + ... 12 0. 0. 13 0. 0. @@ -23,7 +23,7 @@ model=1+age+. 231 0. 0. 0. 0. 0. 0. 0. 232 0. 0. 0. 0. 0. 0. 0. 0. # agemin agemax for lifexpectancy, bage fage (if mle==0 ie no data nor Max likelihood). -agemin=70 agemax=100 bage=50 fage=100 estepm=24 +agemin=70 agemax=100 bage=50 fage=100 estepm=24 ftolpl=6e-4 #Observed prevalence period begin-prev-date=1/1/1984 end-prev-date=1/6/1988 mov_average=0 # Population or status based diff --git a/src/Makefile b/src/Makefile index b8432a9..ded5a77 100644 --- a/src/Makefile +++ b/src/Makefile @@ -315,6 +315,7 @@ imachICL-build: imach.c #/GS /W3 /Gy /Zc:wchar_t /Zi /O2 /Fd"x64\Release\vc120.pdb" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_LIB" /D "_UNICODE" /D "UNICODE" /Qipo /Zc:forScope /Oi /MT /Fa"x64\Release\" /EHsc /nologo /Fo"x64\Release\" /Qprof-dir "x64\Release\" /Fp"x64\Release\IMaCh-icl-x64-0.98q2.pch" # /Users/nbrouard/Documents/imach/imach-gui/build/icl64/Release/imach.exe # both 32 and 64 executables should have been built on Windows with Intel compiler. + imachICL-setup: ../build/icl64/Release/IMaCh-$(VERSION).exe ../build/icl32/Release/IMaCh-$(VERSION).exe setup.iss ../distributions/windows/mybuildicl64.bat ../distributions/windows/mybuildicl32.bat setup.iss pwd touch setup.iss.in @@ -333,17 +334,20 @@ imachICL64-noreg-setup: IMaCh-icl64-$(VERSION).exe noreg-setup.iss $(CP) Output/$(TMPSETUPEXE) imachICL64-noreg-setup ../build/icl64/Release/IMaCh-$(VERSION).exe: imach.c ../distributions/windows/mybuildicl64.bat - rm -rf ../build/icl64 && mkdir ../build/icl64 +# rm -rf ../build/icl64 && mkdir ../build/icl64 cp ../distributions/windows/mybuildicl64.bat ../build/icl64/ cd ../build/icl64 - VBoxManage --nologo guestcontrol "Windows7-64" run --exe "C:\Windows\SysWOW64\cmd.exe" \ +# VBoxManage --nologo guestcontrol "Windows7-64" run --exe "C:\Windows\SysWOW64\cmd.exe" --username brouard --verbose --wait-stdout --wait-stderr -- "/c" "DIR" +# VBoxManage --nologo guestcontrol "Windows7-64" run --exe "c:\\windows\\system32\\ipconfig.exe" --username brouard --verbose --wait-stdout --wait-stderr -- "/all" +#VBoxManage --nologo guestcontrol "Windows7-64" run --exe "C:\Windows\SysWOW64\cmd.exe" \ --username brouard --verbose --wait-stdout --wait-stderr -- "/c" "$(DRIVEG)$(DIRG)\icl64\mybuildicl64.bat" "$(VERSION)" "$(DRIVEG)" "$(DIRG)" ../build/icl32/Release/IMaCh-$(VERSION).exe: imach.c ../distributions/windows/mybuildicl32.bat - rm -rf ../build/icl32 && mkdir -p ../build/icl32 +# rm -rf ../build/icl32 && mkdir -p ../build/icl32 cp ../distributions/windows/mybuildicl32.bat ../build/icl32/ cd ../build/icl32 - VBoxManage --nologo guestcontrol "Windows7-64" run --exe "C:\Windows\SysWOW64\cmd.exe" \ + +#VBoxManage --nologo guestcontrol "Windows7-64" run --exe "C:\Windows\SysWOW64\cmd.exe" \ --username brouard --verbose --wait-stdout -- "/c" "$(DRIVEG)$(DIRG)\icl32\mybuildicl32.bat" "$(VERSION)" "$(DRIVEG)" "$(DIRG)" ../build/vs32/Release/IMaCh-$(VERSION).exe: imach.c mybuildvs32.bat @@ -489,9 +493,11 @@ imachdmg : imachopt.o ../distributions/osx/create-dmg ../distributions/osx/creat mkdir -p imach$(VERSION).app/Contents/Resources;\ mkdir -p imach$(VERSION).app/Contents/Resources/Scripts;\ mkdir -p imach$(VERSION).app/Contents/Resources/bin;\ + mkdir -p imach$(VERSION).app/Contents/Resources/lib;\ mkdir -p imach$(VERSION).app/Contents/Resources/html;\ cp IMaCh-$(VERSION) imach$(VERSION).app/Contents/Resources/bin/imach;\ - cp ../../distributions/osx/gnuplot_bin/gnuplot_5_1_OSX imach$(VERSION).app/Contents/Resources/bin/gnuplot;\ + cp ../../distributions/osx/gnuplot_bin/bin/gnuplot imach$(VERSION).app/Contents/Resources/bin/gnuplot;\ + cp ../../distributions/osx/gnuplot_bin/lib/* imach$(VERSION).app/Contents/Resources/lib;\ mkdir -p imach$(VERSION).app/Contents/Resources/description.rtfd;\ cp -p ../../distributions/osx/TXT.rtf imach$(VERSION).app/Contents/Resources/description.rtfd ;\ $(SED) -e "s/@VERSION@/$(VERSION)/g;" ../../distributions/osx/IMaChInfo.plist.in >imach$(VERSION).app/Contents/Info.plist ;\ @@ -508,15 +514,15 @@ imachdmg : imachopt.o ../distributions/osx/create-dmg ../distributions/osx/creat cp ../../distributions/osx/Background.png .;\ pwd ;\ ./createdmg3.sh --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION) ;\ - mv imach$(VERSION).dmg ../../src/Output/ ;) + cp imach$(VERSION).dmg ../../src/Output/ ;) # ./create-dmg --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION).app # ./createdmg2.sh --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION) md5: ls Output/* | xargs md5sum upload: - rsync -v Output/IMaCh-0.98r2-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download - rsync -v Output/imach0.98r2.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download + rsync -v Output/IMaCh-0.98r3-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download + rsync -v Output/imach0.98r3.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download # rsync -v Output/* brouard@henry.ined.fr:/home/euroreves/html/imach/Download imachcyg : imachcyg.o