Home
last modified time | relevance | path

Searched refs:_draw_legend (Results 1 – 14 of 14) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Bio/Graphics/
H A DDistribution.py78 self._draw_legend(cur_drawing, 2.5 * inch, width)
134 def _draw_legend(self, cur_drawing, start_y, width): member in DistributionPage
H A DBasicChromosome.py160 self._draw_legend(cur_drawing, self._legend_height + 0.5 * inch, width)
177 def _draw_legend(self, cur_drawing, start_y, width): member in Organism
/dports/graphics/p5-Imager-Graph/Imager-Graph-0.10/lib/Imager/Graph/
H A DHorizontal.pm116 $self->_draw_legend(\@chart_box);
379 sub _draw_legend { subroutine
391 $self->SUPER::_draw_legend($self->_get_image(), \@labels, $chart_box)
H A DVertical.pm217 $self->_draw_legend(\@chart_box);
547 sub _draw_legend { subroutine
568 $self->SUPER::_draw_legend($self->_get_image(), \@labels, $chart_box)
H A DPie.pm260 $self->_draw_legend($img, \@labels, \@chart_box)
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Treedrawer/
H A DAbstract.pm113 $self->_draw_legend;
122 sub _draw_legend { subroutine
H A DSvg.pm489 sub _draw_legend { subroutine
H A DProcessing.pm79 sub _draw_legend { subroutine
/dports/graphics/p5-Chart/Chart-2.4.10/Chart/
H A DPareto.pm82 sub _draw_legend
H A DErrorBars.pm315 sub _draw_legend
H A DDirection.pm899 sub _draw_legend
H A DComposite.pm345 sub _draw_legend subroutine
H A DBase.pm2789 $self->_draw_legend();
2831 sub _draw_legend subroutine
/dports/graphics/p5-Imager-Graph/Imager-Graph-0.10/
H A DGraph.pm2201 sub _draw_legend {