WANtaroHP (gnuplot: Basic)

toJA

Outline of this page

Following items are shown in this page.

Contents
ImageMagick command to convert file format from 'eps' to 'png'
linetype, pointtype, character code etc.
linetype, pointtype etc.

The arranged document of output images by PDF is shown below. It was made by pasting eps image file to TeX and using TeX function of 'dvipdfm.'

FilenameDescription
PDF of output image files


File format conversion from 'eps' to 'png'

A4 portrait type 'eps' files by gnuplot were converted to 'png' files using following command of ImageMagick.

mogrify -trim -density 300 -bordercolor "#ffffff" -border 10x10 -format png *.eps


'eps' sample images (linetype, pointtype, character code etc.)

FilenameDescription
Script for gnuplot (1)
Script for gnuplot (2)
Output image (linetype)
Output image (pointtype)
Output image (line color)
Output image (Greek character)
Output image (Super script, subscript)
Output image (Character codes)


'png' sample images (linetype, pointtype etc.)

FilenameDescription
Script for gnuplot (1) default linetype
Script for gnuplot (2) re-defined linetype
Script for gnuplot (3) default pointtype
Input data for script 'gpl_png_point.txt'
Output image (1) default linetype
Output image (2) re-defined linetype
Output image (3) default pointtype

toJA
inserted by FC2 system