Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

make-plots(1) [debian man page]

MAKE-PLOTS(1)							   User Commands						     MAKE-PLOTS(1)

NAME
make-plots - Plots histograms in FLAT format SYNOPSIS
make-plots [options] file.dat [file2.dat ...] OPTIONS
-h, --help show this help message and exit -n NUM_THREADS, -j NUM_THREADS, --num-threads=NUM_THREADS max number of threads to be used [8] --palatino Use Palatino as font (default). --cm Use Computer Modern as font. --times Use Times as font. --minion Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first. --ps Create PostScript output (default). --pdf Create PDF output. --eps Create Encapsulated PostScript output. --png Create PNG output. --pspng Create PS and PNG output. --pdfpng Create PDF and PNG output. --epspng Create EPS and PNG output. --tex Create TeX/LaTeX output. --no-cleanup Keep temporary directory and print its filename. --full-range Plot full y range in LogY plots. -c CONFIGFILES, --config=CONFIGFILES Plot config file to be used. Overrides internal config blocks. -v, --verbose print debug (very verbose) messages -q, --quiet be very quiet AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others). Rivet June 2012 MAKE-PLOTS(1)

Check Out this Related Man Page

RST2PDF(1)						      General Commands Manual							RST2PDF(1)

NAME
rst2pdf - Convert reStructuredText documents to PDF SYNOPSIS
rst2pdf [options] DESCRIPTION
The usual way of creating PDF from reStructuredText (ReST) is by going through LaTeX. The rst2pdf utility provides an alternative by pro- ducing PDF directly using the ReportLab library. OPTIONS
--output=FILE, -o FILE Specify output location. --stylesheet=STYLESHEET, -s STYLESHEET Specify custom stylesheets (comma-seperated) --compressed, -c Create a compressed PDF. --print-stylesheet Print the default stylesheet and exit. --language=LANG, -l LANG Language to be used for hyphenation. --break-level=LEVEL, -b LEVEL Maximum section level that starts in a new page. (Default: 1) --font-folder=FOLDER Search this folder for fonts --quiet, -q Print less information. --verbose, -v Print debugging information. --very-verbose Print even more debugging information. -help, -h Show help message. EXAMPLES
$ rst2pdf rest.txt -o out.pdf Produce an out.pdf file which is a PDF version of the ReST document rest.txt. AUTHOR
rst2pdf was written by Roberto Alsina <ralsina@netmanagers.com.ar>. This manual page was written by Chris Lamb <chris@chris-lamb.co.uk>, for the Debian project (but may be used by others). September 01, 2008 RST2PDF(1)
Man Page

7 More Discussions You Might Find Interesting

1. Solaris

Questions about make -C in SunOS

I am using a SunOS to compile a project. The Makefile contains commands "$(MAKE) -C $$dir". However, in "man make" there is no -C option. I tried using MAKE=gmake but it failed too. My questions: 1. The make options for this SunOS is different from the gnu make options. Is it because of the... (4 Replies)
Discussion started by: yzhang
4 Replies

2. Shell Programming and Scripting

how to make a line BLINKING in output and also how to increase font size in output

how to make a line BLINKING in output and also how to increase font size in output suppose in run a.sh script inside echo "hello world " i want that this should blink in the output and also the font size of hello world should be big .. could you please help me out in this (3 Replies)
Discussion started by: mail2sant
3 Replies

3. Shell Programming and Scripting

Case Study help

Create a Data file with below fields and “|” as delimitor (ac_bal.dat): A/c No, A/c name ,A/c balance. 1| Mani |1000.00 2| Vikram|1500.00 Create another file say (ac_bal.ctl) which file structure as Files name, record count ,total balances Ac_bal.dat|2|3500.00 Please... (1 Reply)
Discussion started by: Manikanth_V
1 Replies

4. Shell Programming and Scripting

Create a file based on multiple files

(0 Replies)
Discussion started by: coach5779
0 Replies

5. Shell Programming and Scripting

Create range from a list

Hello everyone, I am trying to create a script that will make a range or ranges based on a sorted list of numbers. Eg. If the list is like 1 2 3 4 5 6 7 12 13 14 15 The output range should be: 1-7 12-15 (9 Replies)
Discussion started by: run_time_error
9 Replies

6. Programming

Decript a File Generated by a Pro*C Program

Hi, I've a Pro*C program that generates a file with dat extension and it uses the following function to encrypt the data in the file. Can anyone help in creating a function/program in any language that can decrypt the dat file? void encrypt (unsigned long* entryvar) { typedef struct{... (1 Reply)
Discussion started by: RickyC9999
1 Replies

7. UNIX for Advanced & Expert Users

R plots in UNIX platform

How do you see plots produced in R under UNIX platform? Thanks! (2 Replies)
Discussion started by: johnkim0806
2 Replies