Modify ↓
Opened 17 years ago
Closed 17 years ago
#2060 closed enhancement (fixed)
Patch with various improvements
Reported by: | Gary Oberbrunner | Owned by: | Bhuricha Deen Sethanandha |
---|---|---|---|
Priority: | normal | Component: | TracMetrixPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
This patch does the following:
- rename cummulative -> cumulative everywhere (spelling fix)
- remove periods from milestone names when making graphs; otherwise matplotlib gives error.
- Change DayLocator ticks to 7 day intervals in one chart where the dates were too bunched together. Could be configurable?
- setenv HOME to /tmp for matplotlib in two places
- workaround removing nonexistent value from list in model.py
Attachments (1)
Change History (3)
Changed 17 years ago by
Attachment: | tracmetrix.patch added |
---|
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Thaks for the patch!
Note: See
TracTickets for help on using
tickets.
various fixes & minor improvements