Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7829


Ignore:
Timestamp:
05/15/12 16:11:10 (12 years ago)
Author:
abeham
Message:

#1850: added and modified the scatter plot from the FLA branch

Location:
trunk/sources
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r6866 r7829  
    116116  </ItemGroup>
    117117  <ItemGroup>
     118    <Compile Include="ScatterPlotView.cs">
     119      <SubType>UserControl</SubType>
     120    </Compile>
     121    <Compile Include="ScatterPlotView.Designer.cs">
     122      <DependentUpon>ScatterPlotView.cs</DependentUpon>
     123    </Compile>
    118124    <None Include="Plugin.cs.frame" />
    119125    <Compile Include="AlleleFrequencyCollectionView.cs">
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r7675 r7829  
    133133    <Compile Include="DataVisualization\HeatMap.cs" />
    134134    <Compile Include="DataVisualization\HeatMapHistory.cs" />
     135    <Compile Include="DataVisualization\ScatterPlot.cs" />
    135136    <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" />
    136137    <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.