PHPlot: 5.0.6 released, PHPlot Reference Manual updated


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PHPlot: 5.0.6 released, PHPlot Reference Manual updated
# 1  
Old 01-23-2009
PHPlot: 5.0.6 released, PHPlot Reference Manual updated

A graph library for dynamic scientific, business, and stock-market charts. Written in PHP; requires PHP5 and GD. (Pre-2008 versions work with PHP4 too.) Optionally uses TrueType (TTF) fonts. Includes Pie, Bar, Line, Area, Point and other plot types.

Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl de-reference code reference variable

Guys, May i know how can we de reference the code reference variable.? my $a = sub{$a=shift;$b=shift;print "SUM:",($a+$b),"\n";}; print $a->(4,5); How can we print the whole function ? Please suggest me regarding this. Thanks for your time :) Cheers, Ranga :) (0 Replies)
Discussion started by: rangarasan
0 Replies

2. Shell Programming and Scripting

No Manual Entry

Hi, While executing the following command i am getting output as command not found. iostat output: command not found Also, man iostat is displaying "NO Manual Entry" Why is it so? (5 Replies)
Discussion started by: salil2012
5 Replies

3. Shell Programming and Scripting

Exiting a manual

I'm sure it's really easy, but I have searched on Google and on the forums and haven't found anything. For instance, if I open the grep manual (man grep), I can't close it. I've tried ctrl+c, ctrl+x, scrolling to the bottom of the manual. How can I exit the manual without closing the shell? ... (8 Replies)
Discussion started by: dennis89
8 Replies

4. Shell Programming and Scripting

Need help with a manual task

I have an ASCII file that I receive on a monthly bases that is fixed length. I break the file into separate files based on a 5 character numerical sequence. I have 20 different sequences I have to find. the input file looks something like this xy-ins 2008yuthnrlsinrthsntwilgrha33260001... (4 Replies)
Discussion started by: jcalisi
4 Replies

5. Shell Programming and Scripting

NDM manual

Hi, Can any of you tell me how to get this ndm manual stuff? I need it to know specific error ids and descriptions Thanks, Vinodhini (1 Reply)
Discussion started by: vinodhini4
1 Replies

6. UNIX for Dummies Questions & Answers

No manual entry for

I don't seem to be able to get man pages up for any command. When I try the "No manual entry for..." message is displayed. When checking my $MANPATH variable I get the following /opt/SUNconn/man: However, when I check this directory it doesn't exist. Searching for any man directories results... (3 Replies)
Discussion started by: FattyLumpkin
3 Replies
Login or Register to Ask a Question
STMKDIRS(1)						      General Commands Manual						       STMKDIRS(1)

NAME
stmkdirs - Utility to build Scalable Type fonts.dir and charsets.dir files SYNOPSIS
stmkdirs [options] directory [directory ...] DESCRIPTION
The stmkdirs utility is used to support TrueType, Type1 and Intellifont scalable fonts. It creates the fonts.dir, and charsets.dir files used by the Font Server and Scalable Type subsystem. Intellifont scalable fonts are being obsoleted and will not be supported on a future release of the operating system. Stmkdirs supports scalable typefaces as follows: TrueType Stmkdirs can be used to generate fonts.dir files containing entries for TrueType font files, and charsets.dir files cataloging character sets for TrueType fonts. TrueType font files contain the suffix ".ttf". Type 1 Stmkdirs can generate fonts.dir files containing entries for Type 1 outline files. Type 1 font files contain the suffix ".pfa". Intellifont Stmkdirs can be used to generate fonts.dir files containing entries for Intellifont outline files, and charsets.dir files cata- loging character sets for Intellifont fonts. Intellifont font files contain the suffix ".ifo". OPTIONS
There are several command line options which are described below. directory This specifies the names of one or more directories to be processed. At least one directory parameter must be specified. Stmkdirs will create whatever .dir files are needed in a directory: if a directory contains bitmapped fonts or font outlines, it will cre- ate or update fonts.dir; if character set files, charsets.dir. The default behavior of stmkdirs is to attempt to generate complete fonts.dir, and charsets.dir files in all directories specified. You can cause certain items to not be generated or included in the final files by using ``-'' suppression options. Similarly, to generate only certain items, you should use one or more ``+'' options. The command line is processed from left to right, making it possible for you to apply different options to different directories all in the same command. To avoid confusing behavior you should therefore take care to specify all switch options before specifying directory names. Data inclusion and exclusion switches include: +c Requests that charsets.dir be generated. -c Requests that charsets.dir not be generated. +f Requests that fonts.dir be generated and should include .ifo scalable typeface libraries as well as other bitmap fonts (those nor- mally found by mkfontdir). This is equivalent to requesting +mo. -f Requests that fonts.dir not be generated. +m Requests that fonts.dir be generated and should include bitmap fonts (those normally found by mkfontdir). -m Requests that bitmap fonts (those normally found by mkfontdir) be excluded from any newly generated fonts.dir. +o Requests that fonts.dir be generated and should include scalable fonts. -o Requests that scalable fonts be excluded from any newly generated fonts.dir. Additional switches include: -a Ensures that any symbol set catalogued in charsets.dir can be used with any .ifo scalable typeface library catalogued in fonts.dir. (Normally, the Font Server recognizes only combinations in which the typeface library actually contains all or most of the glyphs specified by the symbol set.) -b Suppress creation of backup files. Normally, whenever stmkdirs constructs a new fonts.dir, or charsets.dir file, any pre-existing old version of that file is renamed (to its original name with a tilde ``~'' appended) rather than overwritten. The -b option dis- ables this feature. -config configfile Specifies the configuration file to be used. The default configuration file is /etc/X11/fs/config. Stmkdirs uses the "rasteriz- ers=" line to determine the rasterizers used to generate the font names from the font files. -h Print usage information on stdout. -T name This is a TrueType (.ttf file) only option. Name specifies the element of the name table to be used to build the family name. Possible values are "family" (the default), "postscript", "subfamily", "unique", "full", "copyright", "version", "trademark". STMKDIRS VERSUS MKFONTDIR
When generating fonts.dir files, stmkdirs acts like an extended version of the mkfontdir(1) utility. In addition to recognizing the bitmapped font files handled by mkfontdir, stmkdirs recognizes TrueType (.ttf), Type 1 (.pfa), and Intellifont (.ifo) font files, and adds entries for them to the fonts.dir file. As with mkfontdir, the fonts.scale can be used to add entries for file types not recognized by stmkdirs. However, fonts.scale is not needed for TrueType, Type1 or Intellifont scalable fonts. EXAMPLES
stmkdirs /usr/lib/X11/fonts/ms.st/typefaces Requests that fonts.dir and, if appropriate, charsets.dir files be built in /usr/lib/X11/fonts/ms.st/typefaces. stmkdirs /usr/lib/X11/fonts/type1.st/typefaces Generates a fonts.dir in the /usr/lib/X11/fonts/type1.st/typefaces directories. SEE ALSO
stlicense(1M), stload(1M) COPYRIGHT
Copyright 1990, Hewlett-Packard Company See X(1) for a full statement of rights and permissions. X Version 11 Release 5 STMKDIRS(1)