Tagged Questions
1
vote
3answers
118 views
Clean and Visually-Appealing jQuery/JavaScript Graphing API [closed]
I've been doing some research into various graphing APIs for use in a social media dashboard that I'm building, and I'm having trouble finding one that is both highly configurable and "clean" looking. ...
1
vote
2answers
279 views
Any php graph framework that can output a .png with transparent plot background? [closed]
As an example making an line graph, with a transparent background behind the plot...
preferably with anti aliased lines...
This way the generated .png graphs can be more useful and easier to blend ...
1
vote
2answers
465 views
SciLab Plotting
How would you plot these in SciLab or MatLab? I am new to these and have no idea how the software works. Please help.
$Plot following functions with different colors in Scilab or MatLab
– f2(x) = ...
1
vote
1answer
274 views
JFreeChart - How do I color code multiple rows in a StackedBarRenderer?
I am working on a program that takes an array of doubles and displays them all in one line on a horizontal bar graph. Right now it works except for the coloring. I have an indeterminate amount of rows ...
1
vote
1answer
1k views
Mean Line in GNUPlot
I'm trying to get the average response time in my graph of apache requests and response times.
Sample data:
11/May/2011:17:34:55 2
11/May/2011:17:34:56 38
11/May/2011:17:34:56 2
...
0
votes
1answer
270 views
Graphing ruby gem for mac?
I'm fairly new to programming with ruby and have been trying to install a gem so that I can make graphs. I've tried unsuccessfully with gruff and gnuplot as I have run into errors for both. can ...
0
votes
1answer
3k views
How can I ask matlab to give me the value of y if I input the value of x?
I already have my xy graph using the line graph. What troubles me is how can I ask matlab to give me the value of y if I give the value of x. That is, the corresponding value of y when I give x in the ...
3
votes
1answer
1k views
Graphing new users by date in a Rails app using Seer
I'd like to implement a rolling graph showing new users by day over the last 7 days using Seer.
I've got Seer installed:
...