plot circular plot
1 2 3 4 5 6 7 8 9 10 11 | norvisualization(
data,
outputfile = "NOREVA-Ranking-Top.%d.workflows.%s",
cutoff = "100",
outputtype = "pdf",
maxValue = "40",
colorSet = c("#EA4335", "#4285F4", "#FBBC05", "#800080"),
totalAngle = "340",
bgColor = "#FFFFFF",
fontColor = "#000000"
)
|
data |
String, the input file name |
outputfile |
Format string, together with cutoff value and type to generate formatted file name |
cutoff |
Integer, which means to filter the results, the default is 100 |
outputtype |
Double-precision floating-point number, representing the characteristic value represented by the maximum length of the rectangle, the default is 40 |
maxValue |
Double-precision floating-point number, representing the characteristic value represented by the maximum length of the rectangle, the default is 40 |
colorSet |
Hexadecimal color string group, representing the four-layer color setting of the graph from the inside to the outside, the default is red (#EA4335), blue (#4285F4), yellow (#FBBC05), purple (#800080) |
totalAngle |
Double-precision floating-point number, representing the total angle of rotation of the drawing, in degrees, the default value is 340 |
bgColor |
Hexadecimal color string, representing the background color of the graphic drawing, the default is white (#FFFFFF). |
fontColor |
Hexadecimal color string, representing the font color, the default is black (#000000). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.