Directory src/dr/gui/chart/

Directory Deleted:
2010-09-07 10:37
Total Files:
0
Deleted Files:
24
Lines of Code:
0

[root]/src/dr/gui/chart

Lines of Code

src/dr/gui/chart/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 101 (100.0%) 4098 (100.0%) 40.5
rambaut 60 (59.4%) 1672 (40.8%) 27.8
alexei.drummond 18 (17.8%) 1404 (34.3%) 78.0
dong.w.xie 11 (10.9%) 548 (13.4%) 49.8
msuchard 4 (4.0%) 379 (9.2%) 94.7
jheled 8 (7.9%) 95 (2.3%) 11.8

Most Recent Commits

rambaut 2010-09-07 10:37 Rev.: 3497

Switched all uses of org.virion.jam.* to jam.* (org.virion.jam.* is not being updated or fixed). This has touched alot of files but mainly just in the import statements.

0 lines of code changed in 24 files:

  • src/dr/gui/chart: AreaPlot.java (del), Axis.java (del), BlankAxis.java (del), CategoryDensityPlot.java (del), ChartLayout.java (del), ChartRuntimeException.java (del), ChartSelector.java (del), ChartSetupDialog.java (del), DensityEstimatePlot.java (del), DensityPlot.java (del), DiscreteJChart.java (del), FrequencyPlot.java (del), JChart.java (del), JChartPanel.java (del), KDENumericalDensityPlot.java (del), KDESetupDialog.java (del), LineDistributionPlot.java (del), LinePlot.java (del), LogAxis.java (del), NumericalDensityPlot.java (del), PDFPlot.java (del), Plot.java (del), RegressionPlot.java (del), ScatterPlot.java (del)
rambaut 2010-07-30 19:04 Rev.: 3354

A _very_ situation specific simulator for a project.

100 lines of code changed in 1 file:

  • src/dr/gui/chart: DensityEstimatePlot.java (new 100)
msuchard 2010-06-30 10:13 Rev.: 3297

Tracer now uses a Gaussian KDE that performs very nicely

12 lines of code changed in 2 files:

  • src/dr/gui/chart: KDENumericalDensityPlot.java (+12 -1)
msuchard 2010-06-22 16:09 Rev.: 3278

Started work on KDEs in Tracer

367 lines of code changed in 2 files:

  • src/dr/gui/chart: KDENumericalDensityPlot.java (+177), KDESetupDialog.java (new 190)
dong.w.xie 2010-06-02 15:22 Rev.: 3214

TRUNK: new tracer dev: try to fix filter bug in plot.

1 lines of code changed in 2 files:

  • src/dr/gui/chart: FrequencyPlot.java (new)
dong.w.xie 2010-06-01 13:01 Rev.: 3204

TRUNK: new tracer dev merged from branch TRACER_NEW_DEV.

547 lines of code changed in 9 files:

  • src/dr/gui/chart: Axis.java (+13), CategoryDensityPlot.java (new 188), ChartLayout.java (+1 -1), DensityPlot.java (del), DiscreteJChart.java (new 111), FrequencyPlot.java (+78 -10), NumericalDensityPlot.java (new 156)
rambaut 2009-12-01 03:37 Rev.: 2636

Added drag and drop of log files into Tracer.

13 lines of code changed in 2 files:

  • src/dr/gui/chart: Axis.java (+1 -1), ChartRuntimeException.java (new 12)
rambaut 2009-11-29 08:53 Rev.: 2625

New version of Path-O-Gen v1.2 released.

4 lines of code changed in 4 files:

  • src/dr/gui/chart: Plot.java (+3), ScatterPlot.java (new)
rambaut 2009-10-15 11:19 Rev.: 2418

Fix the pathogen build

213 lines of code changed in 5 files:

  • src/dr/gui/chart: ChartSelector.java (new 114), JChart.java (+32 -1), Plot.java (+62 -3), ScatterPlot.java (+5 -32)
jheled 2009-09-09 08:26 Rev.: 2227

generify and auto intelliJ

4 lines of code changed in 1 file:

  • src/dr/gui/chart: ScatterPlot.java (+4 -3)
jheled 2009-09-07 13:29 Rev.: 2212

auto intelliJ

6 lines of code changed in 1 file:

  • src/dr/gui/chart: Plot.java (+6 -5)
alexei.drummond 2009-07-17 01:13 Rev.: 1863

Beginning of refactoring to remove dr.inference.* dependency on dr.xml. Will take a while...

196 lines of code changed in 3 files:

  • src/dr/gui/chart: BlankAxis.java (+41 -43), ChartLayout.java (+155 -148)
alexei.drummond 2009-07-13 23:44 Rev.: 1848

Refactoring tidy up. Reducing interdependencies between top-level packages. Will upload dependency guidelines to wiki soon.

1202 lines of code changed in 14 files:

  • src/dr/gui/chart: AreaPlot.java (+116 -116), DensityPlot.java (new 91), FrequencyPlot.java (+169 -169), LineDistributionPlot.java (+68 -68), LinePlot.java (new), PDFPlot.java (+6 -6), Plot.java (+450 -431), RegressionPlot.java (new), ScatterPlot.java (+170 -170)
jheled 2009-04-18 16:12 Rev.: 1593

Temporary fix for issue 79.

6 lines of code changed in 1 file:

  • src/dr/gui/chart: Axis.java (+6 -2)
rambaut 2008-08-16 10:58 Rev.: 1142

Progressing on TreesPanel. More work to be done.

37 lines of code changed in 2 files:

  • src/dr/gui/chart: JChart.java (+3 -3), RegressionPlot.java (+34 -26)
alexei.drummond 2008-08-12 21:16 Rev.: 1112

moved all distributions into their own sub-package in dr.math

6 lines of code changed in 1 file:

  • src/dr/gui/chart: PDFPlot.java (+6 -6)
rambaut 2008-08-08 12:12 Rev.: 1098

More additions and improvements to Tracer

4 lines of code changed in 1 file:

  • src/dr/gui/chart: JChart.java (+4 -1)
rambaut 2008-08-08 04:14 Rev.: 1097

Some fixes to Tracer: checked reading scientific format. Cleaned up the formating of numbers in the tables and in the plots. Added a yellow colour for 100<ESS<200. Fixed an issue about NaN in trace files - possibly not required.

20 lines of code changed in 4 files:

  • src/dr/gui/chart: Axis.java (+13 -18), JChart.java (+5 -5), LogAxis.java (+2 -2)
jheled 2008-05-12 09:28 Rev.: 862

small cleanup

4 lines of code changed in 1 file:

  • src/dr/gui/chart: Axis.java (+4 -10)
jheled 2008-05-12 08:05 Rev.: 854

code cleanup

43 lines of code changed in 2 files:

  • src/dr/gui/chart: ChartSetupDialog.java (+43 -37)
jheled 2008-05-12 08:01 Rev.: 851

code police (make variable local)

2 lines of code changed in 1 file:

  • src/dr/gui/chart: JChart.java (+2 -3)
rambaut 2008-01-31 23:18 Rev.: 675

Fixed Issue 35

43 lines of code changed in 1 file:

  • src/dr/gui/chart: PDFPlot.java (+43 -37)
rambaut 2007-09-08 04:38 Rev.: 534

Tracer

16 lines of code changed in 3 files:

  • src/dr/gui/chart: JChartPanel.java (new), Plot.java (+4)
rambaut 2007-08-16 03:38 Rev.: 505

Ported a few BEAUti fixes over from 1.4 branch

13 lines of code changed in 1 file:

  • src/dr/gui/chart: PDFPlot.java (+13 -14)
rambaut 2007-07-23 01:18 Rev.: 419

Many fixes to Tracer - progressing to v1.4 release

191 lines of code changed in 3 files:

  • src/dr/gui/chart: DensityPlot.java (+21 -20), FrequencyPlot.java (+56 -49), JChart.java (+114 -123)
jheled 2007-07-07 08:01 Rev.: 364

tidyup and generifying

30 lines of code changed in 1 file:

  • src/dr/gui/chart: JChart.java (+30 -38)
rambaut 2007-01-23 03:32 Rev.: 157

Fixed issue 5 (guessing dates with prefix)

0 lines of code changed in 1 file:

  • src/dr/gui/chart: AreaPlot.java (-1)
rambaut 2006-12-12 04:33 Rev.: 114

TRACER stuff

Andrew

746 lines of code changed in 1 file:

  • src/dr/gui/chart: Axis.java (+746 -747)
rambaut 2006-12-05 00:29 Rev.: 92

Some changes to dr.gui.chart to accommodate the new version of Tracer

272 lines of code changed in 7 files:

  • src/dr/gui/chart: AreaPlot.java (+1), Axis.java (+38 -3), ChartLayout.java (+15 -16), ChartSetupDialog.java (+179), DensityPlot.java (+32 -6), LinePlot.java (+2 -1), Plot.java (+5 -5)
Generated by StatSVN 0.7.0