Home
last modified time | relevance | path

Searched defs:plotPoints (Results 1 – 16 of 16) sorted by relevance

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/hashtables-1.2.4.1/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hashtables-1.2.4.1/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hashtables-1.2.3.4/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hashtables-1.2.3.4/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hashtables-1.2.4.1/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/hashtables-1.2.4.1/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hashtables-1.2.4.1/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/hashtables-1.2.3.4/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/hashtables-1.2.3.4/benchmark/src/Criterion/Collection/
H A DChart.hs53 plotPoints name pointStyle samples = toPlot plot function
/dports/math/vtk9/VTK-9.1.0/Filters/OpenTURNS/
H A DvtkOTScatterPlotMatrix.cxx140 vtkPlotPoints* plotPoints = vtkPlotPoints::SafeDownCast(densityPlot); in AddSupplementaryPlot() local
/dports/math/vtk8/VTK-8.2.0/Filters/OpenTurns/
H A DvtkOTScatterPlotMatrix.cxx143 vtkPlotPoints* plotPoints = vtkPlotPoints::SafeDownCast(densityPlot); in AddSupplementaryPlot() local
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkScatterPlotMatrix.cxx504 vtkPlotPoints *plotPoints = vtkPlotPoints::SafeDownCast(plot); in SetActivePlot() local
1395 vtkPlotPoints *plotPoints = vtkPlotPoints::SafeDownCast(plot); in UpdateLayout() local
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkScatterPlotMatrix.cxx539 vtkPlotPoints* plotPoints = vtkPlotPoints::SafeDownCast(plot); in SetActivePlot() local
1403 vtkPlotPoints* plotPoints = vtkPlotPoints::SafeDownCast(plot); in UpdateLayout() local
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkScatterPlotMatrix.cxx528 vtkPlotPoints *plotPoints = vtkPlotPoints::SafeDownCast(plot); in SetActivePlot() local
1424 vtkPlotPoints *plotPoints = vtkPlotPoints::SafeDownCast(plot); in UpdateLayout() local
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A DgroopmUtils.py690 def plotPoints(self, timer): member in BinExplorer
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DGraphics3D.java1900 private void plotPoints(int count, int[] coordinates, int xOffset, int yOffset) { in plotPoints() method in Graphics3D