Displaying 4 results from an estimated 4 matches for "labelheight".
2010 Mar 31
2
Bar plots with bars made of stacked text
I would like to make bar plots where the bars are composed of text like this:
http://www.thomaslevine.com/lowres/text_bars.png
Is there a package that will help me with this? Thanks
Tom
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
.../src/flexchart/org/ovirt/Constants.as
index 14f6465..e3e3703 100644
--- a/src/flexchart/org/ovirt/Constants.as
+++ b/src/flexchart/org/ovirt/Constants.as
@@ -24,5 +24,22 @@ package org.ovirt {
public static var height:int = 297;
public static var barSpacing:int = 2;
public static var labelHeight:int = 20;
+ public static var summaryBarColor:String = "0x2875c1";
+ public static var summaryBarLitColor:String = "0x369aff";
+ public static var hostsBarColor:String = "0x9fd100";
+ public static var hostsBarLitColor:String = "0xc4ff00";
+ pu...
2009 Jan 14
4
How to get legend outside of plot?
I am creating a CDF plot function more user-friendly than any default r
function. Depending upon the bimodality of the data (it is often bimodal),
or any other strange data trends, the points can end up gathering in just
about any corner of the plot. So, when I add a legend, whether I choose to
add it in the bottom right, top left, or wherever, it will sometimes end up
putting the legend right
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...) || (y > 1))
@@ -718,7 +718,7 @@
sprintf(buffer, " %.00f ", zc);
if (vectorFonts) {
- // 1, 1 => sans serif, basic font
+ /* 1, 1 => sans serif, basic font */
labelDistance = GVStrWidth(buffer, typeface, fontindex,
INCHES, dd);
labelHeight = GVStrHeight(buffer, typeface, fontindex,
@@ -850,7 +850,7 @@
if (lowestVariance < 9999999)
gotLabel = 1;
}
- } // switch (method)
+ } /* switch (method) */
if (method == 0) {
GPolyline(ns, xxx, yyy, USER, dd);
@@ -871,7 +871,7 @@
if (gotLabe...