Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 11
and
Version 12
of
AsapFaq
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/07/09 10:42:48 (
16 years
ago)
Author:
Malte Marquarding
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
AsapFaq
v11
v12
31
31
fig = plotter._plotter.figure
32
32
}}}
33
Then follow the documentation on matplotlib.
33
Then follow the documentation on matplotlib, e.g. to display the y-axis in log scale:
34
{{{
35
fig.gca().set_yscale("log")
36
fig.show()
37
}}}
38
39