Home
last modified time | relevance | path

Searched refs:fillGraph (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/R-cran-dygraphs/dygraphs/tests/testthat/
H A Dtest-series.R5 d <- dygraph(ldeaths) %>% dySeries(label = "series", fillGraph = FALSE)
7 expect_identical(d$x$attrs$series[[1]]$fillGraph, FALSE)
/dports/graphics/R-cran-dygraphs/dygraphs/R/
H A Dgroup.R87 fillGraph = NULL, argument
183 if (!is.null(fillGraph))
184 series$options$fillGraph <- rep(fillGraph, length.out = l)[i]
H A Doptions.R164 fillGraph = FALSE, argument
229 options$fillGraph <- fillGraph
H A Dseries.R75 fillGraph = NULL, argument
138 series$options$fillGraph <- fillGraph
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp328 fillGraph(); in TCPStreamDialog()
519 void TCPStreamDialog::fillGraph(bool reset_axes, bool set_focus) in fillGraph() function in TCPStreamDialog
1694 fillGraph();
1704 fillGraph();
1881 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
1928 fillGraph(/*reset_axes=*/false, /*set_focus=*/false);
1959 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2115 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2137 fillGraph();
2143 fillGraph();
[all …]
H A Dlte_rlc_graph_dialog.h73 void fillGraph();
H A Dtcp_stream_dialog.h126 void fillGraph(bool reset_axes = true, bool set_focus = true);
H A Dlte_rlc_graph_dialog.cpp184 fillGraph(); in completeGraph()
225 void LteRlcGraphDialog::fillGraph() in fillGraph() function in LteRlcGraphDialog
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp328 fillGraph();
519 void TCPStreamDialog::fillGraph(bool reset_axes, bool set_focus)
1694 fillGraph();
1704 fillGraph();
1881 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
1928 fillGraph(/*reset_axes=*/false, /*set_focus=*/false);
1959 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2115 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2137 fillGraph();
2143 fillGraph();
[all …]
H A Dlte_rlc_graph_dialog.h73 void fillGraph();
H A Dtcp_stream_dialog.h126 void fillGraph(bool reset_axes = true, bool set_focus = true);
H A Dlte_rlc_graph_dialog.cpp184 fillGraph(); in completeGraph()
225 void LteRlcGraphDialog::fillGraph() in fillGraph() function in LteRlcGraphDialog
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp328 fillGraph(); in TCPStreamDialog()
519 void TCPStreamDialog::fillGraph(bool reset_axes, bool set_focus) in fillGraph() function in TCPStreamDialog
1694 fillGraph();
1704 fillGraph();
1881 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
1928 fillGraph(/*reset_axes=*/false, /*set_focus=*/false);
1959 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2115 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2137 fillGraph();
2143 fillGraph();
[all …]
H A Dlte_rlc_graph_dialog.h73 void fillGraph();
H A Dtcp_stream_dialog.h126 void fillGraph(bool reset_axes = true, bool set_focus = true);
H A Dlte_rlc_graph_dialog.cpp184 fillGraph(); in completeGraph()
225 void LteRlcGraphDialog::fillGraph() in fillGraph() function in LteRlcGraphDialog
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp328 fillGraph();
519 void TCPStreamDialog::fillGraph(bool reset_axes, bool set_focus)
1694 fillGraph();
1704 fillGraph();
1881 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
1928 fillGraph(/*reset_axes=*/false, /*set_focus=*/false);
1959 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2115 fillGraph(/*reset_axes=*/true, /*set_focus=*/false);
2137 fillGraph();
2143 fillGraph();
[all …]
H A Dlte_rlc_graph_dialog.h73 void fillGraph();
H A Dtcp_stream_dialog.h126 void fillGraph(bool reset_axes = true, bool set_focus = true);
H A Dlte_rlc_graph_dialog.cpp184 fillGraph(); in completeGraph()
225 void LteRlcGraphDialog::fillGraph() in fillGraph() function in LteRlcGraphDialog
/dports/graphics/R-cran-dygraphs/dygraphs/man/
H A DdySeries.Rd8 stepPlot = NULL, stemPlot = NULL, fillGraph = NULL, drawPoints = NULL,
36 \item{fillGraph}{Should the area underneath the graph be filled? This option
H A DdyGroup.Rd8 stepPlot = NULL, stemPlot = NULL, fillGraph = NULL, drawPoints = NULL,
36 \item{fillGraph}{Should the area underneath the graph be filled? This option
H A DdyOptions.Rd7 dyOptions(dygraph, stackedGraph = FALSE, fillGraph = FALSE,
33 \item{fillGraph}{Should the area underneath the graph be filled? This option
H A DdyAxis.Rd120 dyOptions(axisLineWidth = 1.5, fillGraph = TRUE, drawGrid = FALSE)
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgvpack.c461 fillGraph(Agraph_t * g, Dt_t * d, in fillGraph() function
497 fillGraph(root, g_attrs, agraphattr, cnt); in initAttrs()
498 fillGraph(root, n_attrs, agnodeattr, cnt); in initAttrs()
499 fillGraph(root, e_attrs, agedgeattr, cnt); in initAttrs()

12