-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathGOALS
More file actions
38 lines (25 loc) · 1.22 KB
/
GOALS
File metadata and controls
38 lines (25 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Here's a list of things the remaining things I think need to be done
before publication quality (2D) is achieved (if you have suggested
additions to this list, email me)
* Display fonts vertically (ylabel). Arbitrary orientations would
be nicer and would be matlab mimic the matlab handle rotation
for text.
UPDATE: vertical text support and ylabel added 2003-05-01
* Arbitrary locs for axis text
UPDATE: added the text command, which provides arbitrary axis
text
* Legend
* Allow text to scale for high res prints
* Support multiple output resolutions and formats:
UPDATE: Added support for png and jpeg. 2003-05-01 Gdk-Pixbufs
can support more types, but apparently pygtk only supports these
2. This may be GTK or pygtk build dependent.
* Fix the script time render time inconsitencies (like axis lim
autoscalig which occurs at rendering and is not available during
script
* Allow interactive control of plot thru threading
UPDATE: added examples/interactive.py which is an interactive
prompt for making figures
* Support a richer char set for labeling, eg greek letters, as
well as sub and superscripts
* Support log scaling