~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to scipy/sandbox/xplt/src/play/mac/README

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Idea for finding startup files on Mac:
 
3
 
 
4
(1) Installation places startup files in known location relative
 
5
    to application executable.
 
6
(2) Application uses a resource (NULL as shipped) to locate its
 
7
    startup files.
 
8
(3) If startup files are not found, application tries to find them
 
9
    relative to its initial current working directory.  If found,
 
10
    application writes its resource, so they will be found next
 
11
    time.
 
12
(4) User is instructed to double click on the application executable
 
13
    if resources are not found.  This starts the app with cwd in the
 
14
    place where (3) will find the startup files.
 
15
 
 
16
Idea for handling wide lines (which hang below and right - not centered):
 
17
 
 
18
(1) Use SetOrigin to shift port origin by half linewidth before drawing.
 
19
(2) Always construct and fill thick lines manually (necessary for
 
20
    round joins anyway).