I'm trying to create a basic graph for my application, but I'm having a small issue with it. Presently, what happens is that my graph is generated as I'd hope, but when I go to graph my points inside of it, the points are always "off by 1", specifically, my point that should sit at spot 15 on the graph is displayed at 14.
I'm using AChartEngine library for Android and I want to add the euro symbol to all Y axis labels.
I've already tried a solution based on the code below but the labels are close together and do not adapt to the events like zoom in / out.
renderer.setYLabels(0);
int count = 10;
for(int i = 0; i < count; i++){
Double d = dataset.getSeriesAt(0).getY(i);
renderer.addYTextLabel(i, d + " € "
I'm looking for a solution (amongst Graphite, Zabbix, Munin, Nagios and similar) where I'd be able to produce custom charts with data point annotations (labels, descriptions) with multidimensional data or context data.
In a more detail, let's explain like this:
First, let's say there's a large number of IP addresses scraping a website.
I am hoping someone can help with this - I am developing a live wallpaper in Opengl es 2.0. I am ok with everything except for one area. When the user touches the screen, I want a new object to appear at that specific point.
I'm coming from munin and a CPU graph contains data for system, user, nice, etc ALL on one graph. I just installed ganglia and setup the basic monitoring. It appears that each type of cpu data is a separate graph! WTF is this and can I change the defaults to combine these into a single per host?
That is my question, how do I combine cpu data into a single graph.
I was wondering if it was possible to have a graph with two separate Y axis.
My program has 6 individual lines that are graphed on one graph. However 3 of these lines have values MUCH smaller than the other 3.
I have following graphviz script which I wish to convert to a bash script.
#!/bin/bash
graph=$(cat <<GRAPHEND
graph match {
node[style=filled shape=point label= ""];
size="40.0,40.0";
fontsize=10.0;
overlap=false ;
spline=true;
nodesep=4.0;
"aaa" -- "aab" [penwidth=2.25 color="red" label="4" fontsize=7.0];
} GRAPHEND
)
echo $graph
#neato -Tpng $graph > gra
GraphBuilder is an application that makes it easy to discover (hidden) structures in Big Data.
I've been using Conky a long time, and one thing I just can't seem to get looking nice is the network graph.
The graphs start on the right hand side, and scroll to the left. I want the starting point for the graphs to match up. You can see that the Down graph starts a little more to the right than the Up graph. They are the same legnth they just don't line up.