Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.440.507 Times

Chart::EPS_graph 0.01d

  Date Added: November 19, 2010  |  Visits: 1.160

Chart::EPS_graph

Report Broken Link
Printer Friendly Version


Product Homepage
Download (110 downloads)



Chart::EPS_graph creates line graphs in PostScript as *.eps format. SYNOPSIS # Create anew a 600 x 600 points (not pixels!) EPS file my $eps = Chart::EPS_graph->new(600, 600); # Choose minimum required display info $eps->set( label_top => Graph Main Title, label_y1 => Y1 Axis Measure (Units), label_y2 => Y2 Axis Measure (Units), label_x => X Axis Measure (Units), ); # Choose 6 of 13 named chans, 4 at left, 2 at right $eps->set( names => @all_13_name_strings, data => @all_13_data_arefs, y1 => [7, 8, 10, 11], y2 => [9, 12], ); # Choose optional graph features $eps->set( label_y1_2 => Extra Y1 Axis Info, label_y2_2 => Extra Y2 Axis Info, label_x_2 => Extra X Axis Info, # Any common browser color no matter how hideous. bg_color => DarkOliveGreen, fg_color => HotPink, web_colors => [Crimson, Lime, Indigo, Gold, Snow, Aqua], # Any known I font no matter how illegible font_name => ZapfChancery-MediumItalic, font_size => 18, # See POD about this one. But in brief: # If set to "1" channel innumeration gaps will be closed. # If set to "0" (the default) they will be left as they are. close_gap => 0, # If the 0th channel is not for the X axis (the default) then the # data point count is used as the X axis, which you may scale. # So if X were Time in seconds, with no 0th channel having acutally # recorded it, but each data point were known to be 0.5 seconds... $self->{x_is_zeroth} = 0; # Boolean, so 1 or 0. $self->{x_scale} = 2; # Have 10th datapoint show as 20, etc. ); # Write output as EPS $eps->write_eps( cwd() . /whatever.eps ); # Write to a file. # View, convert or edit the EPS output $eps->display(); # Display in viewer (autodetects gv or gsview.exe). $eps->display(GS); # Convert to PNG via Ghostscript. $eps->display(GIMP); # Open for editng in The GIMP..

Requirements: No special requirements
Platforms: Linux
Keyword: Axis Chartepsgraph Eps Graph Label Libraries Line Graphs Postscript Programming X Axis
Users rating: 0/10

License: Freeware Size: 24.58 KB
USER REVIEWS
More Reviews or Write Review


CHART::EPS_GRAPH RELATED
Graphs and Charts  -  GreatCharts ScriptDHTML / CSS based line graph Script 1.1
DHTML / CSS based line graph script allows you to represent line graphs using only DHTML and CSS.Unlike an applet based solution, this loads fast and blends in with the rest of the page. You can even use a transparent background for it.
102.4 KB  
Graphs and Charts  -  2D / 3D Line Graph for PHP for Scripts 4.64
This PHP script provides a very easy way to embed dynamically generated line graphs and charts into PHP applications and HTML web pages.The graphing software is very easy to use and it's perfectly possible to add professional quality real time...
952.32 KB  
Libraries  -  Boost::Graph 1.4
Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>Graph Name, net_id=>1000); # add edges...
2.4 MB  
Mathematics  -  Water Tank Functions 1.0
Water Tank Functions helps middle school students practice for interpreting line graphs and using functions. Students set the initial level; time delay; and flow rate of an on-screen water tank so that it's water level over time matches that shown...
290 KB  
Mathematics  -  Going To School 1.1
Students are shown a line graph (time versus distance) of a person's journey from home to school. After studying the graph students use the mouse to move a little person around an on-screen map so that the little person's time and position match...
293 KB  
Audio Tools  -  G3DGMV 0.60
The g3DGMV program was designed as a free viewer for Digital Elevation Model (DEM ) and Digital Line Graphs (DLG ) maps. Both of these formats are available from various locations on the web. These maps are rendered by g3DGMV as 3D images that can...
296.96 KB  
Programming  -  Apple Font Tools 3.0
Applications in The Font Tool Suite: * ftxanalyzer * ftxdiff * ftxdumperfuser * ftxenhancer * ftxinstalledfonts * ftxruler * ftxvalidator Documents included in the installer: * Apple Font Tool Suite Manual (51 pages pdf 287k) * Tool...
4.8 MB  
Utilities  -  setWeblocThumb 0.9.8
This is a small command-line program for OS X that assigns custom icons to Web Internet Location (.webloc) files, displaying a thumbnail of the web page that they point to.
92.16 KB  
Programming  -  Pycco 0.1
Pocco is a Python port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. It produces HTML that displays your comments alongside your code. Comments are passed through Markdown, and code...
10.24 KB  
Graphs and Charts  -  2D 3D Line Graph for Scripts 1.0
The 2D / 3D Line Graph provides both a client and server side solution for the incorporation of line graphs and charts into web pages.It provides versatile components so that web authors and Java developers can easily build and publish dynamic and...
358.4 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB