~ubuntu-branches/ubuntu/dapper/ploticus/dapper

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2004-04-04 22:12:00 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040404221200-822i126bwkfgsfx6
Tags: 2.20-3
* Add "late fix" for errbarfields.  Fix found in
  http://groups.yahoo.com/group/ploticus/message/691.
  Solves a problem with asymetric error bands.
* Add "late fix" for proc_axis.c.  Fix found in
  http://groups.yahoo.com/group/ploticus/message/722
  This solves a problem with cumulative rounding of 
  days in graphs with days stubs.
* Add  "late fix" version of chunk_area.  Fix from
  http://ploticus.sourceforge.net/download/chunk_area
  This solves a problem with dates with no day number,
  as mm/yyyy.
* Add "late fix" version of heatarea.pl.  Fix from
  http://ploticus.sourceforge.net/download/heatmap.pl
* Add "late fix" version of proc_getdata.c.  Fix found at
  http://ploticus.sourceforge.net/download/proc_getdata.c
  This permits comma delimited files with more than 255 characters
  per row to be processed.
* Add "late fix" version of proc_lineplot.c.  This is from
  http://ploticus.sourceforge.net/download/proc_lineplot.c
  It clips labels, and handles the degenerate case of no points
  in the range properly.
* Add pltestsuite to debian package as 
  /usr/share/doc/ploticus/examples
* Remove recommends of libming-fonts-openoffice. The package has been
  removed from debian.                         closes: Bug#240560
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Ploticus data display engine software     
 
2
 
 
3
ploticus data display engine.  Software, documentation, and examples.  
 
4
Copyright 1998-2004 Stephen C. Grubb  (scg@jax.org).
 
5
Covered under GPL; see the file ./Copyright for details.
 
6
 
 
7
For overview & complete documentation: http://ploticus.sourceforge.net
 
8
 
 
9
To install pre-compiled binaries:
 
10
   The pre-compiled executable is in ./bin ... move the executable to a bin
 
11
   in your command PATH.  Then set environment variable PLOTICUS_PREFABS
 
12
   to the full path name of the directory (./prefabs) where prefab files
 
13
   reside.
 
14
 
 
15
To build from source code: 
 
16
   The Makefile is ready to go for Linux with PNG capability.  For other 
 
17
   platforms and configurations, edit the Makefile and follow the simple 
 
18
   3 step process.  Then type:  make
 
19
   Detailed build instructions can be seen at
 
20
   http://ploticus.sourceforge.net/doc/buildinfo.html
 
21
 
 
22
 
 
23
To demo:
 
24
 
 
25
Go to the ./pltestsuite directory.  Unix users w/ X11 can type: pl stock2.htm
 
26
and see the results interactively.. otherwise type: pl -gif stock2.htm to 
 
27
produce a GIF file.
 
28
 
 
29
You can also type: run_script_test  ... to run thru about 25 plots.
 
30
 
 
31
You can also type: run_prefabs_test ... to run the prefab examples.
 
32
 
 
33
The "Troubleshooting & Support" manual page has some additional hints to get 
 
34
you started  (http://ploticus.sourceforge.net/doc/support.html)
 
35