Download Chart EPS Graph - Chart EPS Graph Description, Chart EPS Graph Reviews
Contact
 


 

Download

 
Download Now (23K)
Perl Artistic License
Downloads till now: 1
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Assembler Tools , Bug Tracking , Code Generators , Compilers , Debuggers , Disassemblers , Internationalization , Interpreters , Libraries , Localization, Perl Modules , Preprocessors , Quality Assurance and Testing , UI (User Interfaces) , Version Control , Widgets ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

Chart::EPS_graph

 

Details

Size: 23K
Last Update: 2008-05-14 23:53:52
Version: 0.01d
OS Support: Linux
License/Program Type: Perl Artistic License
Publisher: Gan Uesli Starling
Price:$0.00
Description:

Chart::EPS_graph 0.01d is libraries software developed by Gan Uesli Starling.
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:
Perl
Chart::EPS_graph 0.01d supports english interface languages and works with Linux.

Downloading Chart::EPS_graph 0.01d will take several seconds if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

Chart::EPS_graph Version History

Product Date Added
Chart::EPS_graph 0.01d 2008-05-14 23:53:52


Related Software

froofyJIT
From category: Libraries
froofyJIT 0.21 is libraries software developed by froofyJIT Team. froofyJIT is a C++ \'syntactic sugar\' front-end for Paolo Bonzini\'s GNU lightning library for dynamic native code generation. fro...
Convert::BulkDecoder
From category: Libraries
Convert::BulkDecoder 1.03 is libraries software developed by Johan Vromans and Squirrel Consultancy. Convert::BulkDecoder is a Perl module to extract (binary) data from mail and news messages. \...
bksys
From category: Compilers
bksys 1.5.1 is compilers software developed by Thomas Nagy. bksys is a framework based on scons for detecting the environment, compiling applications and installing them. It replaces the who...
Convert::Braille::Ethiopic
From category: Libraries
Convert::Braille::Ethiopic 0.05 is libraries software developed by Daniel Yacob. Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. SYNOPSIS use...
ExtUtils::ModuleMaker::TT
From category: Libraries
ExtUtils::ModuleMaker::TT 0.93 is libraries software developed by David A Golden. ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. SYNO...
Data::TreeDumper::Renderer::GTK
From category: Libraries
Data::TreeDumper::Renderer::GTK 0.01 is libraries software developed by Khemir Nadim ibn Hamouda. Data::TreeDumper::Renderer::GTK is a Gtk2::TreeView renderer for Data::TreeDumper. SYNOPSIS\...
CfgTie::TieNet
From category: Libraries
CfgTie::TieNet 0.41 is libraries software developed by Randall Maas. CfgTie::TieNet is a Perl module to tie in the net database. SYNOPSIS tie %net,\'CfgTie::TieNet\' Th...
Convert::Braille::English
From category: Libraries
Convert::Braille::English 0.05 is libraries software developed by Daniel Yacob. Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Co...
DBD::Oracle
From category: Libraries
DBD::Oracle 1.19 is libraries software developed by Tim Bunce. DBD::Oracle is a Perl module with Oracle database driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->co...
bashcritic
From category: Quality-Assurance-and-Testing
bashcritic is a tool to check shell scripts for common pitfalls....
Apache::TestMB 1.28
From category: Libraries
Apache::TestMB 1.28 is libraries software developed by David Wheeler. Apache::TestMB is a subclass of Module::Build to support Apache::Test. SYNOPSIS Standard process for building & i...
TuxCap
From category: Libraries
TuxCap is game framework software....
ArX 2.2.4
From category: Version-Control
ArX 2.2.4 is version control software developed by Kevin B. Smith. ArX is a Revision Control System (RCS), like CVS, Subversion, or GNU arch. It manages \"archives\" (collections of files), such as...
Elk
From category: Interpreters
Elk 3.99.7 is interpreters software developed by Sam Hocevar. Elk is an implementation of the Scheme programming language. In contrast to existing, stand-alone Scheme systems Elk has been designed...
Exporter::Easy
From category: Libraries
Exporter::Easy 0.16 is libraries software developed by Fergal Daly. Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm:...
 

Top Downloads

 
1. Canon PIXMA iP1200 Printer Driver
2. Canon PIXMA iP1000 Printer Driver
3. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
4. Canon PIXMA iP1600 Printer Driver
5. Canon PIXMA MP210 MP Drivers
6. Canon PIXMA iP1300 Printer Driver c
7. Canon PIXMA MP160 MP Drivers 9xME
8. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
9. Genius Eye 110 Webcam Driver
10. Canon i560 Printer Driver
11. Canon PIXMA iP1200 Printer Driver d
12. Canon PIXMA iP1300 Printer Driver a
13. Canon LaserShot LBP-1210 Printer Driver XP R
14. LG GSA-2166D
15. Canon LaserShot LBP-1210 Printer Driver
16. Canon i-SENSYS LBP2900 Printer Driver R
17. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
18. Canon PIXMA iP1200 Printer Driver x64 d
19. Canon PIXMA MP160 MP Drivers xp64
20. Lite-On Cd-Rw LTR-48327S firmware

DownloadTube Editor Reviews

 
1. Aleo Photo Collage Maker
Aleo Photo Collage Maker is a powerful and yet easy to use p...
2. LightBox Free Image Editor
The LightBox Image Editor provides you with advanced, state-...
3. Actual Search Replace
Actual Search Replace is a powerful tool that provides searc...
4. PyroBatchFTP
PyroBatchFTP is a smart and reliable utility that will let y...
5. AppRanger
AppRanger is a powerful and reliable solution that provides ...
6. TB Calculator
TB Calculator is a smart yet simple to use calculator progra...
7. Qacro
Qacro is a small, simple and very handy program launcher. ...
8. All Video to WMV Converter
All Video to WMV Converter is an easy to use, fast and power...
9. All Video to MP4 Converter
All Video to MP4 Converter is a powerful and yet easy to use...
10. All Video to 3GP Converter
All Video to 3GP Converter is a small, easy to use and effec...

Software Reviews Full List



Recent Blog Posts

 
1. Downloadtube - getting better everyday
Downloadtube is probably for most of you "just another softw...
2. FreeSnap
Another freeware tool that rocks is the little FreeSnap. Thi...
3. Streamripper for Winamp
Streamripper is an Open Source (GPL) application that allow...
4. Mozilla did it - Guinness World Record
The Guiness Book officials admitted - Mozilla has just set t...
5. Audio tools FOR BEGINNERS – the sample rate.
Most of the audio conversion tools or the sound recorders yo...
6. 30 streams only in Winamp
This was quite a known issue in some older versions of Winam...
7. Console wars
This week's been Elite launch week on Tech & Gadgets -ÂÃ...
8. Storyline in games
I was flicking through Edge's 'get into games' suppl...
9. The new Simpsons Avatars!
With The Simpsons movie on its way out ("Spider-pig, spider-...
10. Problems with kids
Had a fascinating weekend visiting some friends and their ki...

Last 20 Scripts

 
1. MARS s.ite t.emplating s.ystem
The mars site templating system is a simple, easy-to-use, an
2. ASP Publish2
ASP Publish2 is a complete fully configurable ASP-based publ
3. Online Poll Manager
Easily create, maintain and manage an unlimited number of in
4. Vegas Forum
VEGAS FORUM is a forum system written in PHP that uses mySQL
5. PHP shoutbox (mini chat)
This shoutbox uses an overflow DIV instead of an iFrame, whi
6. Pyracash
Pyracash offers an unprecedented level of return with a very
7. Membership Access
Ordering done through online check. Orders are stored in a d
8. Out Clicks
This is a simple way to count outgoing clicks to a single UR
9. JGP Java Counter
JGP Java Counter is a simple counter script useful for peopl
10. Ace Automated Meta Data Generator - Wizard
This is a Web-based meta tag generator written in JavaScript
11. FDat
PHP File Database (FDat) is a project designed to be used by
12. AffiliateGuerrilla
Affiliate Guerrilla - shopping cart with built in affiliate
13. Slideviewer.cgi
Slideviewer.cgi is designed to cut down the work needed for
14. 3D Stacked Vertical Bar Graph Software
3D Stacked Bar Graph provides both a client and server side
15. Ace PayPal Mulit Item
Allows you to verify and track payments from PayPal in real
16. Free PHP ODP Script
Build a complete directory from the ODP/DMOZ data. Integrate
17. Pre PHP Classified Listing
It is fully customized and fully featured Classified Listing
18. EZ FormMail
EZ FormMail a very simple, yet very powerful form to e-mail
19. Basic Form
A very basic and easy to use website form processor that com
20. SubmitStuf
SubmitStuf allows users to submit a site for your links page