Home
last modified time | relevance | path

Searched defs:plotter (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/math/xplot/xplot-0.90.7.1/
H A Dxplot.c172 command *commands;
173 coord_type x_type;
174 coord_type y_type;
175 char *x_units;
176 char *y_units;
178 int viewno;
183 dXPoint origin;
184 dXPoint size;
208 struct plotter *master; /* pointer to master when in SLAVE state */ argument
228 PLOTTER the_plotter_list; argument
[all …]
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dplotutils.c1158 plPlotter *plotter; in genie_draw_clear() local
1177 plPlotter *plotter; in genie_draw_show() local
1195 plPlotter *plotter; in genie_draw_aspect() local
1215 plPlotter *plotter; in genie_draw_fillstyle() local
1252 plPlotter *plotter; in genie_draw_colour() local
1279 plPlotter *plotter; in genie_draw_background_colour() local
1304 plPlotter *plotter; in genie_draw_colour_name() local
1342 plPlotter *plotter; in genie_draw_background_colour_name() local
1377 plPlotter *plotter; in genie_draw_linestyle() local
1401 plPlotter *plotter; in genie_draw_linewidth() local
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_category.py142 def test_StrCategoryLocatorPlot(self, ax, plotter): argument
163 def test_StrCategoryFormatterPlot(self, ax, ydata, plotter): argument
189 def test_plot_bytes(self, ax, plotter, bdata): argument
204 def test_plot_numlike(self, ax, plotter, ndata): argument
212 def test_plot_unicode(self, ax, plotter): argument
226 def test_plot_xaxis(self, ax, test_data, plotter): argument
232 def test_plot_yaxis(self, ax, test_data, plotter): argument
238 def test_plot_xyaxis(self, ax, test_data, plotter): argument
244 def test_update_plot(self, ax, plotter): argument
263 def test_mixed_type_exception(self, ax, plotter, xdata): argument
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_category.py146 def test_StrCategoryLocatorPlot(self, ax, plotter): argument
166 def test_StrCategoryFormatterPlot(self, ax, ydata, plotter): argument
192 def test_plot_bytes(self, ax, plotter, bdata): argument
207 def test_plot_numlike(self, ax, plotter, ndata): argument
215 def test_plot_unicode(self, ax, plotter): argument
229 def test_plot_xaxis(self, ax, test_data, plotter): argument
235 def test_plot_yaxis(self, ax, test_data, plotter): argument
241 def test_plot_xyaxis(self, ax, test_data, plotter): argument
247 def test_update_plot(self, ax, plotter): argument
269 def test_mixed_type_exception(self, ax, plotter, xdata): argument
[all …]
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dplotstuff.h89 struct plotter { struct
100 //#define DECLARE_PLOTTER(name) plotter_t* plot_ ## name ## _new() argument
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dplotstuff.h89 struct plotter { struct
100 //#define DECLARE_PLOTTER(name) plotter_t* plot_ ## name ## _new() argument
/dports/science/py-abipy/abipy-0.9.0/abipy/examples/plot/
H A Dplot_ebands_grid.py17 plotter = ElectronBandsPlotter() variable
35 plotter = ElectronBandsPlotter() variable
H A Dplot_ddb_asr.py18 plotter = ddb.anacompare_asr(asr_list=(0, 2)) variable
22 plotter = ddb.anacompare_asr(asr_list=(0, 2), nqsmall=0, ndivsm=10) variable
H A Dplot_phbands_grid.py21 plotter = abilab.PhononBandsPlotter() variable
35 plotter = abilab.PhononBandsPlotter() variable
/dports/graphics/R-cran-dygraphs/dygraphs/R/
H A Dplotters.R187 do.call('dySeries', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
199 do.call('dySeries', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
210 do.call('dySeries', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
221 do.call('dySeries', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
232 do.call('dySeries', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
243 do.call('dyGroup', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
254 do.call('dyGroup', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
271 dygraph <- do.call('dyGroup', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
290 dygraph <- do.call('dyGroup', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
310 dygraph <- do.call('dyGroup', c(list(dygraph = dygraph, name = name, plotter = plotter_), dots)) nameattr
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXPlottingViewer.java64 Plotter plotter = createPlotter(mbean, attributeName, key, table); in XPlottingViewer() local
101 XPlottingViewer plotter = plotterCache.get(key); in loadPlotting() local
135 final Plotter plotter = new XPlotter(table, Plotter.Unit.NONE) { in createPlotter() local
181 private void setupDisplay(Plotter plotter) { in setupDisplay()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DPlotterPanel.java35 Plotter plotter; field in PlotterPanel
55 public void setPlotter(Plotter plotter) { in setPlotter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DPlotterPanel.java35 Plotter plotter; field in PlotterPanel
55 public void setPlotter(Plotter plotter) { in setPlotter()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DPlotterPanel.java35 Plotter plotter; field in PlotterPanel
55 public void setPlotter(Plotter plotter) { in setPlotter()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DPlotterPanel.java35 Plotter plotter; field in PlotterPanel
55 public void setPlotter(Plotter plotter) { in setPlotter()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DPlotterPanel.java35 Plotter plotter; field in PlotterPanel
55 public void setPlotter(Plotter plotter) { in setPlotter()

12345678