CVS log for ccp4/src/JLogGraph.java

(logo)

Help

(back) Up to [CCP4] / ccp4 / src

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Jan 17 08:34:04 2008 UTC (4 years, 4 months ago) by ccb
Branch: MAIN
CVS Tags: series-6_2-root, series-6_2, series-6_1-root, series-6_1, series-6_0_99e-root, series-6_0_99e, series-6_0_99d-root, series-6_0_99d, release-6_2_995, release-6_2_994, release-6_2_993, release-6_2_992, release-6_2_991, release-6_2_0, release-6_1_3, release-6_1_24, release-6_1_2, release-6_1_13, release-6_1_1, release-6_1_0, pre_xia2_remove, pre-merge-release-6_1_3, pre-merge-6_0_99e, pre-merge-6_0_99d, pre-merge-30_07_11, pre-merge-20_4_2009, pre-merge-13_08_2009, pre-merge-07_09_2010, post_merge-13_08_2009, post-merge-release-6_1_3, post-merge-6_0_99d, post-merge-30_07_11, post-merge-20_4_2009, post-merge-07_09_2010, merge-release_6_1_0, merge-5_8_2008, branch-merge-20_4_2009, branch-merge-13_08_2009, branch-merge-07_09_2010, branch-30_07_11, HEAD
Changes since 1.15: +7 -0 lines
Diff to previous 1.15
bug 2849, Fix to JLogGraph to work around horrid java bug on Fedora Core 8

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Nov 19 09:20:08 2007 UTC (4 years, 6 months ago) by pjx
Branch: MAIN
Changes since 1.14: +128 -54 lines
Diff to previous 1.14
Update from Kevin.

Revision 1.14 / (view) - annotate - [select for diffs] , Mon Oct 22 07:15:38 2007 UTC (4 years, 7 months ago) by pjx
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
Update from Kevin Cowtan: make the colours of the lines match those in
loggraph.

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Oct 10 07:00:19 2007 UTC (4 years, 7 months ago) by pjx
Branch: MAIN
Changes since 1.12: +30 -13 lines
Diff to previous 1.12
Update from Kevin Cowtan: add optional listbox with list of available
graphs, as an alternative to the drop-down menu currently implemented.

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Oct 9 10:14:44 2007 UTC (4 years, 7 months ago) by pjx
Branch: MAIN
Changes since 1.11: +32 -10 lines
Diff to previous 1.11
Updated version from Kevin Cowtan:
1. Correcty interprets the :N: tag
2. Implement rewriting of resolution axes (so "1/resol^2" and "SSQ/LL" are
   displayed as "Resolution/A")
3. Truncates axis tick values to 6 chars if possible.

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Jun 1 07:23:53 2007 UTC (4 years, 11 months ago) by pjx
Branch: MAIN
Changes since 1.10: +7 -4 lines
Diff to previous 1.10
Bug #2423: fix to "wordise" to cope with newlines when extracting data from
the table.

Revision 1.10 / (view) - annotate - [select for diffs] , Wed Sep 7 16:05:39 2005 UTC (6 years, 8 months ago) by mdw
Branch: MAIN
CVS Tags: release-6_0_patch, release-6_0_2, release-6_0_1, release-6_0, merge-6_0_patch_240407, merge-6_0_patch_100907
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
update licence banner

Revision 1.9 / (view) - annotate - [select for diffs] , Tue Jul 27 11:04:58 2004 UTC (7 years, 9 months ago) by mdw
Branch: MAIN
CVS Tags: pre_fft_swap
Changes since 1.8: +25 -10 lines
Diff to previous 1.8
MDW: deal with input data which is NaN or non-numeric
Latter converted to NaN. The min/max calc. and the graph
plotting then ignore NaNs.
This should give similar behaviour to loggraph

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Jan 26 12:55:13 2004 UTC (8 years, 3 months ago) by mdw
Branch: MAIN
CVS Tags: release-5_0_binaries, release-5_0_2, release-5_0_1_patch, release-5_0_1, release-5_0, CCP4-auto
Changes since 1.7: +7 -3 lines
Diff to previous 1.7
add new licence banner

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Feb 20 15:06:00 2003 UTC (9 years, 3 months ago) by ccb
Branch: MAIN
Changes since 1.6: +46 -38 lines
Diff to previous 1.6
Apparently the java.awt.Component class was radically changed for
java 1.1.  The event model in JLogGraph is updated.

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Feb 20 10:32:03 2003 UTC (9 years, 3 months ago) by ccb
Branch: MAIN
Changes since 1.5: +20 -11 lines
Diff to previous 1.5
this.linewidth added to control scatter plot drawing.
Note: replacement of "$GRA" with "$SCA" is $SCATTER is in input

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Jan 9 09:40:48 2003 UTC (9 years, 4 months ago) by ccb
Branch: MAIN
Changes since 1.4: +6 -1 lines
Diff to previous 1.4
Some form of scatter using the S$ mechanism

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Sep 26 14:28:33 2000 UTC (11 years, 7 months ago) by ccb
Branch: MAIN
CVS Tags: release-4_2_2, release-4_2_1_patch, release-4_2_1, release-4_2, release-4_1_1_patch, release-4_1_1, release-4_1
Changes since 1.3: +213 -74 lines
Diff to previous 1.3
x,y coordinate readout and zoom for Jon Christopher

Revision 1.3 / (view) - annotate - [select for diffs] , Thu Nov 4 16:41:06 1999 UTC (12 years, 6 months ago) by mdw
Branch: MAIN
CVS Tags: release-4_0_1, release-4_0
Changes since 1.2: +146 -71 lines
Diff to previous 1.2
Some changes (limit on number of columns to 20 removed, I think)
Lots of comments for us java novices

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Feb 17 12:59:21 1999 UTC (13 years, 3 months ago) by mdw
Branch: MAIN
CVS Tags: release-3_5_1, release-3_5
Changes since 1.1: +105 -44 lines
Diff to previous 1.1
KC: I assumed no-one would ever make a graph with more than 200 rows in a
logfile, but you can easily have more batches than this. The new
version dynamically sizes itself.

Revision 1.1 / (view) - annotate - [select for diffs] , Fri Dec 4 15:16:15 1998 UTC (13 years, 5 months ago) by pjx
Branch: MAIN
Java source of code by Kevin Cowtan: allows log-graphs to be embedded and
viewed within html files.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

ccp4@ccp4.ac.uk
Powered by
ViewCVS 0.9.3