Searched refs:legend (Results 1 – 25 of 78) sorted by relevance
1234
156 const char *legend, in GifDrawText8x8() argument166 for (cp = legend; *cp; cp++) in GifDrawText8x8()208 const char *legend, in GifDrawBoxedText8x8() argument216 for (cp = legend; *cp; cp++) in GifDrawBoxedText8x8()235 cp = strtok((char *)legend, "\r\n"); in GifDrawBoxedText8x8()
289 const char *legend, const int color);301 const char *legend,
26 my $legend = "<a name=\"Legend\">\n<h2>Table legend</h2></a><ul>";42 $legend .= "<li>".$message."</li>\n";247 $legend .= "</ul>\n";248 print HTML $legend;
24 #legend li.externalLink {32 #legend li.newWindow {
103 #legend li.externalLink {112 #legend li.newWindow {505 .legend th, .bars th {525 …rtesylinks, #rightcol div.help, .colbar, .tasknav, body.docs div#toc, #leftColumn, .legend, .bars {859 .legend {863 .legend th, .bars th {
61 #legend {
7 …s=[],options={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColum… property8 …legend.container!=null){$(options.legend.container).html("")}else{placeholder.find(".legend").remo…
518 legend: { property2714 if (options.legend.container != null) {2715 $(options.legend.container).html("");2720 if (!options.legend.show) {2725 lf = options.legend.labelFormatter, s, label;2744 if (options.legend.sorted) {2745 if ($.isFunction(options.legend.sorted)) {2746 entries.sort(options.legend.sorted);2747 } else if (options.legend.sorted == "reverse") {2750 var ascending = options.legend.sorted != "descending";[all …]
111 - When removing series labels and redrawing the plot, the legend now updates277 - Added a legend "sorted" option to control sorting of legend entries288 - The legend now omits entries whose labelFormatter returns null. (patch by687 - Flot now calls $() on the placeholder and optional legend container passed715 - The option legend.margin can now specify horizontal and vertical margins726 - The legend labelFormatter now passes the series in addition to just the794 - Use CSS borders instead of background in legend. (issues 25 and 45)913 - Fixed a bug with 'nw' and 'sw' legend positions.918 - Using the "container" option in legend now overwrites the container element919 instead of just appending to it, fixing the infinite legend bug. (reported[all …]
7 …legend.show){options.series.pie.label.show=false}else{options.series.pie.label.show=true}}if(optio…
93 if (options.legend.show) {295 if (options.legend.position.match("w")) {479 var lf = options.legend.labelFormatter, text, plf = options.series.pie.label.formatter;
8 | [Customizing the legend](#customizing-the-legend)124 The label is used for the legend, if you don't specify one, the series125 will not show up in the legend.175 ## Customizing the legend ##178 legend: {192 The legend is generated as a table with the data series labels and205 To prevent a series from showing up in the legend, simply have the function208 "noColumns" is the number of columns to divide the legend table into.209 "position" specifies the overall placement of the legend within the216 If you want the legend to appear somewhere else in the DOM, you can[all …]
30 genhtml $QUIET /tmp/merged --legend -o out/Coverage/report
182 legend('Packet arrives', 'Frame complete', 'Decode', 'Decode complete', 'Time to render', 'Only jit…198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode ti…212 legend('Render delay', 'Jitter delay', 'Decode delay', 'Extra delay', 'Min total delay');
62 legend('Decode time', 'Max wait time', 'Render time diff');
280 ax1.legend(loc="upper left", shadow=True, fontsize="large")281 ax2.legend(loc="upper right", shadow=True, fontsize="large")283 ax1.legend(loc="best", shadow=True, fontsize="large")
77 pyplot.legend()
28 …legend.show)return;var n=[],r=[],i=!1,s=a.legend.labelFormatter,o,f;for(var l=0;l<u.length;++l)o=u… property
278 legend = figure.legend(lines, [plot['label'] for plot in plots],285 for line in legend.get_lines():387 figure.legend(bars, [plot['label'] for plot in plots])
121 plt.legend(loc='upper center', bbox_to_anchor=(0.5, 1.40),
199 plt.legend(("Iteration %d" % iteration,))
7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
57 - The buttons in the legend should change which items are selected.
302 leg = ax.legend(legends, 'best', shadow=True)