Commit Graph

17 Commits

Author SHA1 Message Date
Matthew Wall
1c10bc5d16 forgot some helper functions for the gradients 2013-03-22 19:46:58 +00:00
Matthew Wall
38b7c2098a added gradients to daynight transitions. fixed daynight transition bug. 2013-03-22 18:46:41 +00:00
Tom Keffer
8a81da069a Updated docs.
V2.2.0a1
2013-01-19 21:46:17 +00:00
Tom Keffer
16c0d225f4 Use attribute self.stn_info for lat/lon information.
Changed function parameter ordering to lat/lon.
Added doctests for function tobool(). Moved it to weeutil.weeutil
Presently crashes if sunset is after midnight UTC.
2013-01-18 19:27:04 +00:00
Tom Keffer
912f20760f Applied day-night patch from Matthew Wall. Images show a different color for nighttime. 2013-01-18 18:16:16 +00:00
Tom Keffer
61ec809b2e Added the ability to specify color using the notations #RRGGBB or an English descriptor (eg, 'yellow'). 2013-01-18 04:21:29 +00:00
Tom Keffer
6339c841d7 Added the ability to specify the "maximum gap" in a plot as a fraction of the x-axis scale. If the data contains a gap bigger than this amount, no connecting line will be drawn. Contributed by M. Wall. 2013-01-12 02:58:07 +00:00
Tom Keffer
3760462394 Added Matthew Wall's patch that allows optional bar chart fill colors.
V2.1.0b2
2013-01-02 02:24:26 +00:00
Tom Keffer
01b4e95909 Catch up with main trunk version 1.13.2 2012-06-12 14:43:31 +00:00
Tom Keffer
8615d0f362 Moved get_font_handle 2012-04-16 00:42:52 +00:00
Tom Keffer
6380e07838 Fixed problem with default line colors. 2012-03-26 01:02:35 +00:00
Tom Keffer
ea6e691174 Added finer control over the line plots. Can now add optional markers. The
marker_type  can be  'none' (the  default),  'cross', 'box',  'circle', or  'x'.
Also, line_type can  now either be 'solid' (the default)  or 'none' (for scatter
plots).
2012-03-16 01:13:55 +00:00
Tom Keffer
2eb2e7a447 Added scatter plots to weeplot utilities.
Simplified some of the logic in weeplot.
2012-03-14 23:30:39 +00:00
Tom Keffer
647bcbe67e Snapshot. Adding testing of generation from templates 2011-02-13 15:55:33 +00:00
Tom Keffer
6922a5f14e Fixed bug that shows itself if the 2nd plot line on an image contains nothing but None data. 2011-02-12 19:07:55 +00:00
Tom Keffer
e4f98b8459 Suppressed warnings emitted by Pydev by using dummy names on unused variables. 2010-06-17 01:49:15 +00:00
Tom Keffer
07d629319f V1.7.0 hopefully 2010-04-12 22:41:45 +00:00