Home
last modified time | relevance | path

Searched refs:y_tick_labels (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/p5-SVG-Graph/SVG-Graph-0.04/lib/SVG/Graph/Glyph/
H A Daxis.pm53 my @y_tick_labels = ();
165 my $y_tick_label = shift @y_tick_labels;
295 return $self->{'y_tick_labels'} = shift if @_;
296 return $self->{'y_tick_labels'};
/dports/graphics/py-pycha/pycha-0.8.1/pycha/
H A Dchart.py409 (self.layout.y_tick_labels.x + self.layout.y_tick_labels.w / 2.0),
651 self.y_tick_labels = Area()
660 (self.y_tick_labels, (0, 115 / 255.0, 0)), # green
709 self.y_tick_labels.x = self.y_label.x + self.y_label.w
710 self.y_tick_labels.y = self.y_label.y
711 self.y_tick_labels.w = y_axis_tick_labels_width
712 self.y_tick_labels.h = self.y_label.h
719 self.y_ticks.x = self.y_tick_labels.x + self.y_tick_labels.w
720 self.y_ticks.y = self.y_tick_labels.y
/dports/net/tcpflow/tcpflow-1.5.0/src/netviz/
H A Dplot_view.h39 x_label("x axis"), y_label("y axis"), x_tick_labels(), y_tick_labels(), in plot_view()
90 std::vector<std::string> x_tick_labels, y_tick_labels, right_tick_labels; variable
H A Dplot_view.cpp186 if(y_tick_labels.size() > 1) { in render()
187 y_tick_spacing = y_height / (double) (y_tick_labels.size() - 1); in render()
189 for(size_t ii = 0; ii < y_tick_labels.size(); ii++) { in render()
192 std::string label = y_tick_labels.at(ii); in render()
H A Daddress_histogram_view.cpp44 y_tick_labels.push_back(plot_view::pretty_byte_total(0)); in render()
46 y_tick_labels.push_back(plot_view::pretty_byte_total(histogram.at(0).count, 0)); in render()
H A Dport_histogram_view.cpp45 y_tick_labels.push_back(plot_view::pretty_byte_total(0)); in render()
47 y_tick_labels.push_back(plot_view::pretty_byte_total(histogram.at(0).count, 0)); in render()
H A Dtime_histogram_view.cpp183 y_tick_labels.push_back(label); in render()
/dports/www/moodle310/moodle/mod/survey/
H A Dgraph.php142 $graph->y_tick_labels = null;
258 $graph->y_tick_labels = $options;
398 $graph->y_tick_labels = $options;
560 $graph->y_tick_labels = $options;
720 $graph->y_tick_labels = $options;
/dports/www/moodle311/moodle/mod/survey/
H A Dgraph.php142 $graph->y_tick_labels = null;
258 $graph->y_tick_labels = $options;
398 $graph->y_tick_labels = $options;
560 $graph->y_tick_labels = $options;
720 $graph->y_tick_labels = $options;
/dports/www/moodle39/moodle/mod/survey/
H A Dgraph.php142 $graph->y_tick_labels = null;
258 $graph->y_tick_labels = $options;
398 $graph->y_tick_labels = $options;
560 $graph->y_tick_labels = $options;
720 $graph->y_tick_labels = $options;
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Dtraceplot.py481 y_tick_labels = [i + 2 * 180 if i < 0 else i for i in np.rad2deg(y_tick_locs)]
483 axes.set_yticklabels([f"{i:.0f}°" for i in y_tick_labels])
/dports/www/moodle310/moodle/lib/
H A Dgraphlib.php153 var $y_tick_labels = null; // array of text values for y-axis tick labels variable in graph
988 $y_tick_labels = $this->y_tick_labels;
1029 if ($y_tick_labels) {
1030 $value = $y_tick_labels[$i];
/dports/www/moodle311/moodle/lib/
H A Dgraphlib.php153 var $y_tick_labels = null; // array of text values for y-axis tick labels variable in graph
988 $y_tick_labels = $this->y_tick_labels;
1029 if ($y_tick_labels) {
1030 $value = $y_tick_labels[$i];
/dports/www/moodle39/moodle/lib/
H A Dgraphlib.php153 var $y_tick_labels = null; // array of text values for y-axis tick labels variable in graph
988 $y_tick_labels = $this->y_tick_labels;
1029 if ($y_tick_labels) {
1030 $value = $y_tick_labels[$i];
/dports/math/py-point-annotator/point-annotator-2.0.0/pointannotator/examples/
H A Ddendrtic_cells_annotation.ipynb465 "y_tick_labels = []\n",
477 " y_tick_labels += [cell_type] + [\"\"] * (len(cells_idx1) - 1)\n",
483 "sn.heatmap(hm_array_df, yticklabels=y_tick_labels);"
H A Dmouse_pancreas_annotation.ipynb465 "y_tick_labels = []\n",
477 " y_tick_labels += [cell_type] + [\"\"] * (len(cells_idx1) - 1)\n",
483 "sn.heatmap(hm_array_df, yticklabels=y_tick_labels);"
H A Dhuman_pancreas_annotation.ipynb464 "y_tick_labels = []\n",
476 " y_tick_labels += [cell_type] + [\"\"] * (len(cells_idx1) - 1)\n",
482 "sn.heatmap(hm_array_df, yticklabels=y_tick_labels);"