Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(26) |
May
(4) |
Jun
(1) |
Jul
(15) |
Aug
(29) |
Sep
(2) |
Oct
(4) |
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(3) |
Mar
(10) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(4) |
Aug
(3) |
Sep
(30) |
Oct
(13) |
Nov
(5) |
Dec
|
2004 |
Jan
|
Feb
|
Mar
(10) |
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
(5) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2005 |
Jan
(5) |
Feb
(4) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
(7) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(59) |
Sep
(44) |
Oct
(48) |
Nov
(35) |
Dec
(27) |
2007 |
Jan
(33) |
Feb
(74) |
Mar
(77) |
Apr
(36) |
May
(36) |
Jun
(57) |
Jul
(50) |
Aug
(39) |
Sep
(31) |
Oct
(34) |
Nov
(25) |
Dec
(30) |
2008 |
Jan
(47) |
Feb
(62) |
Mar
(58) |
Apr
(48) |
May
(22) |
Jun
(23) |
Jul
(35) |
Aug
(14) |
Sep
(33) |
Oct
(15) |
Nov
(35) |
Dec
(39) |
2009 |
Jan
(24) |
Feb
(29) |
Mar
(40) |
Apr
(29) |
May
(21) |
Jun
(29) |
Jul
(16) |
Aug
(24) |
Sep
(23) |
Oct
(7) |
Nov
(14) |
Dec
(10) |
2010 |
Jan
(9) |
Feb
(17) |
Mar
(9) |
Apr
(6) |
May
(13) |
Jun
(8) |
Jul
(10) |
Aug
(4) |
Sep
(6) |
Oct
(6) |
Nov
(6) |
Dec
(4) |
2011 |
Jan
(8) |
Feb
(10) |
Mar
(14) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(6) |
Aug
(9) |
Sep
(21) |
Oct
(128) |
Nov
(54) |
Dec
(44) |
2012 |
Jan
(12) |
Feb
(14) |
Mar
(16) |
Apr
(3) |
May
(9) |
Jun
(24) |
Jul
(39) |
Aug
(13) |
Sep
(22) |
Oct
(8) |
Nov
(2) |
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
(10) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(2) |
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(3) |
2016 |
Jan
(3) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(1) |
2
|
3
(2) |
4
(8) |
5
|
6
(1) |
7
|
8
(1) |
9
|
10
(1) |
11
(3) |
12
|
13
|
14
(3) |
15
(1) |
16
|
17
|
18
|
19
|
20
(2) |
21
(1) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(3) |
30
|
31
|
|
|
|
|
|
|
From: SourceForge.net <noreply@so...> - 2006-12-06 17:58:21
|
Patches item #1607900, was opened at 2006-12-03 15:54 Message generated for change (Comment added) made by mungady You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=315494&aid=1607900&group_id=15494 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 7 Private: No Submitted By: Jess Thrysoee (thrysoee) >Assigned to: David Gilbert (mungady) Summary: Configurable ValueAxis DEFAULT_LOWER/UPPER_BOUND Initial Comment: This patch add defaultLowerBound/defaultUpperBound, so as to be able to control the default lower and upper bounds of an autorange axis. It doesn't look nice when autorange axis jumps to [0,1] when a chart is cleared if all the plots that is drawn on it normally has a completely different range. I have kept the original DOS encoding(carriagereturn/newline) in the patch - maybe a dos2unix run on the source is due? :-) ---------------------------------------------------------------------- >Comment By: David Gilbert (mungady) Date: 2006-12-06 17:58 Message: Logged In: YES user_id=112975 Originator: NO Thanks. The surprising thing is that this hasn't been done before now. I should get this in for 1.0.4. One thing you missed is updating the equals() method, and I'm also going to have a short think about whether the default range should be specified as a single range or two bounds (it probably doesn't matter that much). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=315494&aid=1607900&group_id=15494 |