Home
last modified time | relevance | path

Searched refs:PlotStyle (Results 1 – 25 of 67) sorted by relevance

123

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_08_addons/
H A Dtest_806_acadctb.py13 style = PlotStyle(0, dict(
43 style = PlotStyle(0)
48 style = PlotStyle(0)
54 style = PlotStyle(0)
61 style = PlotStyle(0)
68 style = PlotStyle(0)
95 style = PlotStyle(0)
288 assert isinstance(style, PlotStyle)
306 assert isinstance(style, PlotStyle)
345 assert isinstance(style, PlotStyle)
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dacadctb.py110 class PlotStyle: class
360 def __getitem__(self, aci: int) -> PlotStyle:
367 def __setitem__(self, aci: int, style: PlotStyle): argument
375 def __iter__(self) -> Iterable[PlotStyle]:
391 style = PlotStyle(index=aci - 1, data=data)
439 style = PlotStyle(index, style)
448 normal = PlotStyle(0, data={
458 def __getitem__(self, name: str) -> PlotStyle:
477 def items(self) -> Iterable[Tuple[str, PlotStyle]]:
482 def values(self) -> Iterable[PlotStyle]:
[all …]
/dports/math/linbox/linbox-1.6.3/benchmarks/
H A Dbenchmark.C470 PlotStyle::PlotStyle() : in PlotStyle() function
485 std::string PlotStyle::getTitle() const in getTitle()
495 std::string PlotStyle::getTitleX() const in getTitleX()
500 std::string PlotStyle::PlotStyle::getTitleY() const in getTitleY()
519 void PlotStyle::setTerm( enum Term::Type term) in setTerm()
524 std::string PlotStyle::getTerm() const in getTerm()
553 std::string PlotStyle::getExt() const in getExt()
580 std::string PlotStyle::getKeyPos() const in getKeyPos()
601 const std::string & PlotStyle::getXtics() const in getXtics()
1472 void PlotGraph::setStyle( PlotStyle & style ) in setStyle()
[all …]
H A Dbenchmark-example.C181 LinBox::PlotStyle Style; in bench_square()
183 Style.setTerm(LinBox::PlotStyle::Term::eps); in bench_square()
186 Style.setPlotType(LinBox::PlotStyle::Plot::graph); in bench_square()
187 Style.setLineType(LinBox::PlotStyle::Line::linespoints); in bench_square()
282 LinBox::PlotStyle Style; in bench_rank()
283 Style.setTerm(LinBox::PlotStyle::Term::eps); in bench_rank()
285 Style.setXtics(LinBox::PlotStyle::Options::oblique); in bench_rank()
301 Graph.refStyle().setTerm(LinBox::PlotStyle::Term::png); in bench_rank()
H A Dbenchmark.h205 class PlotStyle {
253 PlotStyle() ;
918 PlotStyle & _style_ ; //!< reference to a plotting style
981 void setStyle( PlotStyle & style ) ;
986 PlotStyle & refStyle( PlotStyle & style) ;
988 PlotStyle & refStyle( ) in refStyle()
1004 PlotGraph( PlotData & data, PlotStyle & style );
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vdobler/chart/
H A Dscatter.go21 PlotStyle PlotStyle // Points, Lines+Points or Lines only member
29 func (c *ScatterChart) AddFunc(name string, f func(float64) float64, plotstyle PlotStyle, style Sty…
37 scd := ScatterChartData{Name: name, PlotStyle: plotstyle, Style: style, Samples: nil, Func: f}
40 ke := KeyEntry{Text: name, PlotStyle: plotstyle, Style: style}
47 func (c *ScatterChart) AddData(name string, data []EPoint, plotstyle PlotStyle, style Style) {
76 scd := ScatterChartData{Name: name, PlotStyle: plotstyle, Style: style, Samples: data, Func: nil}
90 ke := KeyEntry{Style: style, PlotStyle: plotstyle, Text: name}
97 func (c *ScatterChart) AddDataGeneric(name string, data []XYErrValue, plotstyle PlotStyle, style St…
112 func (c *ScatterChart) AddDataPair(name string, x, y []float64, plotstyle PlotStyle, style Style) {
171 g.Scatter(points, data.PlotStyle, style)
[all …]
H A Dkey.go32 PlotStyle PlotStyle // What to show: symbol, line, bar or combination thereof member
91 matrix[c][r] = &KeyEntry{Text: e.Text, Style: e.Style, PlotStyle: e.PlotStyle}
241 plotStyle := e.PlotStyle
H A Dbox.go34 ps := PlotStyle(PlotStylePoints | PlotStyleBox)
35 c.Key.Entries = append(c.Key.Entries, KeyEntry{Text: name, Style: style, PlotStyle: ps})
43 ps := PlotStyle(PlotStylePoints | PlotStyleBox)
44 c.Key.Entries = append(c.Key.Entries, KeyEntry{Text: name, Style: style, PlotStyle: ps})
H A Dstyle.go87 type PlotStyle int type
90 PlotStylePoints PlotStyle = iota + 1 // draw symbol at data point
96 func (ps PlotStyle) undefined() bool {
H A Dpie.go79 c.Key.Entries = append(c.Key.Entries, KeyEntry{PlotStyle: -1, Text: name})
92 …c.Key.Entries = append(c.Key.Entries, KeyEntry{PlotStyle: PlotStyleBox, Style: style[s], Text: tex…
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab1_Basic.cpp16 scatter.AddSeries(s2y, 5, 10, 10).Legend("Series 2").Id(SERIE2).PlotStyle<LineSeriesPlot>() in Init()
25 …scatter.AddSeries(s4x, s4y).Legend("Series 4").PlotStyle<StaggeredSeriesPlot>().Dash("").NoMark().… in Init()
33 …scatter.AddSeries(s5).Legend("Series 5").PlotStyle<BarSeriesPlot>().BarWidth(barWidth).Dash("").No… in Init()
H A Dtab8_Secondary.cpp14 …scatter.AddSeries(s3).Legend("Speed").Units("km/h").PlotStyle<BarSeriesPlot>().BarWidth(barWidth).… in Init()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dplot.h55 } PlotStyle; typedef
68 PlotStyle style;
107 char *plot_s2c( PlotStyle style );
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/layer/
H A DTimeInstantLayer.h79 enum PlotStyle {
84 void setPlotStyle(PlotStyle style);
85 PlotStyle getPlotStyle() const { return m_plotStyle; }
125 PlotStyle m_plotStyle;
H A DSliceLayer.h86 enum PlotStyle { PlotLines, PlotSteps, PlotBlocks, PlotFilledBlocks };
101 void setPlotStyle(PlotStyle style);
102 PlotStyle getPlotStyle() const { return m_plotStyle; }
179 PlotStyle m_plotStyle;
H A DRegionLayer.h105 enum PlotStyle {
110 void setPlotStyle(PlotStyle style);
111 PlotStyle getPlotStyle() const { return m_plotStyle; }
160 PlotStyle m_plotStyle;
H A DTimeValueLayer.h94 enum PlotStyle {
104 void setPlotStyle(PlotStyle style);
105 PlotStyle getPlotStyle() const { return m_plotStyle; }
186 PlotStyle m_plotStyle;
H A DTimeInstantLayer.cpp146 setPlotStyle(PlotStyle(value)); in setProperty()
153 TimeInstantLayer::setPlotStyle(PlotStyle style) in setPlotStyle()
892 PlotStyle style = (PlotStyle) in setProperties()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/addons/
H A Dacadctb.rst31 Color dependent plot style table (CTB file), table entries are :class:`PlotStyle` objects.
56 .. automethod:: __getitem__(aci: int) -> PlotStyle
58 .. automethod:: __iter__() -> Iterable[PlotStyle]
60 .. automethod:: new_style(aci: int, data: dict = None) -> PlotStyle
81 Named plot style table (STB file), table entries are :class:`PlotStyle` objects.
106 .. automethod:: __getitem__(name: str) -> PlotStyle
112 .. automethod:: new_style(name: str, localized_name: str = None, data: dict = None) -> PlotStyle
130 PlotStyle section in Plot Style Files (CTB/STB)
133 .. class:: PlotStyle
/dports/math/analitza/analitza-21.12.3/analitzaplot/
H A Dplotter3d_es.h80 PlotStyle plotStyle() const { return m_plotStyle; } in plotStyle()
81 void setPlotStyle(PlotStyle ps) { m_plotStyle = ps; renderGL(); } in setPlotStyle()
157 PlotStyle m_plotStyle;
H A Dplottingenums.h53 enum PlotStyle enum
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/tools/event_log_visualizer/
H A Dplot_base.h21 enum PlotStyle { LINE_GRAPH, LINE_DOT_GRAPH, BAR_GRAPH }; enum
43 PlotStyle style;
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DScatterDraw.h599 ScatterDraw &PlotStyle() {return PlotStyle(0);}; in PlotStyle() function
601 ScatterDraw &PlotStyle() {return PlotStyle(new C());} in PlotStyle() function
603 ScatterDraw &PlotStyle(T1 arg1) {return PlotStyle(new C(arg1));} in PlotStyle() function
605 ScatterDraw &PlotStyle(T1 arg1, T2 arg2) {return PlotStyle(new C(arg1, arg2));} in PlotStyle() function
607 ScatterDraw &PlotStyle(T1 arg1, T2 arg2, T3 arg3) {return PlotStyle(new C(arg1, arg2, arg3));} in PlotStyle() function
609 ScatterDraw &PlotStyle(int index, SeriesPlot *data);
610 ScatterDraw &PlotStyle(SeriesPlot *data) {return PlotStyle(series.GetCount() - 1, data);} in PlotStyle() function
611 ScatterDraw &PlotStyle(int index, const String name);
612 ScatterDraw &PlotStyle(const String name) {return PlotStyle(series.GetCount() - 1, name);} in PlotStyle() function
615 ScatterDraw &NoPlot() {return PlotStyle();}; in NoPlot()
/dports/math/cantor/cantor-21.12.3/src/backends/qalculate/plotassistant/
H A Dqalculateplotassistant.h22 QList<QalculateSettings::PlotStyle> m_styleList;
/dports/science/smoldyn/smoldyn-2.67/examples/S94_archive/Andrews_2018/note5_polymer/
H A Dpolymer.nb1120 RowBox[{"PlotStyle", "\[Rule]", "Black"}]}], "]"}], ",",
1127 RowBox[{"PlotStyle", "\[Rule]",
1136 RowBox[{"PlotStyle", "\[Rule]",
1142 RowBox[{"PlotStyle", "\[Rule]", "Red"}]}], "]"}], ",",
1146 RowBox[{"PlotStyle", "\[Rule]", "Blue"}]}], "]"}]}], "}"}], ",",
1654 RowBox[{"PlotStyle", "\[Rule]", "Black"}]}], "]"}], ",",
1661 RowBox[{"PlotStyle", "\[Rule]",
1670 RowBox[{"PlotStyle", "\[Rule]",
1676 RowBox[{"PlotStyle", "\[Rule]", "Red"}]}], "]"}], ",",
1680 RowBox[{"PlotStyle", "\[Rule]",
[all …]

123