Tagged Questions
0
votes
0answers
28 views
pChart - Duplicate labels on second series appearing on the left axis
Can someone please help point me in the right direction for what's causing the problem with the attached graph. I am seeing for values for the second Y axis on the left side in addition to values as ...
0
votes
1answer
311 views
Plot a line (y = 2x + 7) on a graph
I am working on a scientific calculator in C#. I have the parsing engine and such, now I would like to add a graph so the user can plot a line. Is there any kind of control that will let me input a ...
0
votes
1answer
317 views
d3js replica of nested line graph
I am trying to use d3js to recreate the chart below
I have been trying to follow along with this question D3js - Creating and easily updating a multi-line chart but I am missing some fundamentals ...
0
votes
1answer
1k views
Overlay circle, text, etc. over d3.js multi-series lines
I have the multi series line chart code with slight modifications to support my data set. This is what I wish to do, and no solution I have looked at seems to function properly for me. I wish to ...
2
votes
1answer
159 views
Looking for high performance Java xy line plotter/grapher
Hi I am looking to use Java to display EMG (Electromyography) signals. I have tried JChart2D but it is not fast enough for a duo core 2.4Ghz machine. I am trying to view up to 32 channels at 1 KHz and ...
0
votes
1answer
708 views
Highcharts help - Area chart stacking
Maybe I am not understanding the area chart properly but here is an image to properly display what the problem is and what I am looking for: http://i.imgur.com/mGlvD.png
Can someone explain why ...
0
votes
1answer
2k views
How do I chart multiple lines on one graph in Silverlight 4
I'm new in Silverlight and I'm just trying to get a handle on how to do some things. What I'd like to do is have a chart, that has 2 lines that might overlap one another. What is happening with my ...
4
votes
2answers
2k views
Updating dataSet with flot resets data
I've got a flot chart that I want to dynamically update via AJAX.
I can render the chart initially, but whenever I try to update the dataSet and redraw the chart, it resets all my data points:
...
0
votes
1answer
27 views
Seeking OSS charting library for 2-D grids, like the old Windows defrag
I'd like to chart some future chunks of work on my systems. Hours on one axis, hardware on the other, so I'd get various rectangles representing future activites, not necessarily rooted on either ...
3
votes
3answers
1k views
c++/c 3rd party charting / graphing tools?
Hello I was wondering if anyone has had experience using or heard of any good 3rd party graphing tools. I need it to do real time line graphs with multiple inputs and maybe some more complex graphs as ...
2
votes
1answer
2k views
Is there a way to draw graphs and charts in Android?
I am new Java and new to Android. I am trying to write an Android app that graphs data from a user based on date. Is there a way to do this in Java without using JavaScript (which I don't know)?
1
vote
3answers
2k views
Lightweight, constantly updating Java charts
I want to have charts in my Swing application that show a wide variety of data--but the data for each chart will be constantly changing.
A good analogy to how my data will be behaving is how the the ...
2
votes
1answer
148 views
Generic graphing and charting solutions
I'm looking for a generic charting solution, ideally not a hosted one that provides the following features:
Charting a tuple of values where the values are:
1) A service identifier (e.g. CPU usage)
2) ...
0
votes
2answers
81 views
PHP Chart Library with ability to style background
I am needing to set 3 color variants of the background of a line chart along the y-axis of a chart as (low=yellow, medium=orange and high=red). Many offer background images, ability to change single ...
1
vote
1answer
2k views
c# Infragistics UltraChart LineChart
Can someone please provide a simple example of adding a line series to an UltraChart from a data table? The table has time series values (time values on x-axis, measurement (double) values on the ...
2
votes
1answer
375 views
How do I change the stepping of y-axis values in Flot?
I have a graph of memory use over time which looks like:
I set the y-axis: { max:n } value n to 1024 (which means 1024MB of RAM).
How do I get Flot to change the y-axis labels so they display:
...
11
votes
3answers
1k views
Good Silverlight 4.0 chart / graph component?
I've been using the Silverlight Toolkit but I'm finding the quality lacking; in particular this memory leak / phantom point bug renders the Chart component completely unusable.
Can anyone recommend a ...
4
votes
7answers
10k views
Free Chart Libraries for PHP
I'm looking for a Free chart drawing library/service that allows me to make things like line, bar, or pie graphs. I know there are some ones like Fusion Charts, but most of those cost money to use.
I ...
1
vote
6answers
600 views
can you recommend a really super native delphi graphing engine? [closed]
we've been using Pro Essentials graph (gigasoft.com) but it doesn't play nicely with delphi so it's been causing problems.
we need to display waveforms and bar graphs (not at the same time). the ...
33
votes
21answers
9k views
Beautiful charting/graphing/scientific plotting [closed]
Are there any open-source charting libraries (at this point, I don't care what language/platform it's available for) that can produce "really, really, ridiculously good looking" plots, preferably with ...
8
votes
5answers
5k views
What graphing packages/APIs exist for Perl?
I'm doing some research on online Graphing packages for different languages and would like to know what current up-to-date graphing packages there are for Perl which are worth investigating
Minimum ...
0
votes
2answers
2k views
XY-Scatter Chart In SSRS Won't Display Points
I'm a bit confused with this one.
I have a Dataset with a BackupDate and a BackupTime as well as a BackupType. The BackupDate is comprised of 12 characters from the left of a datetime string within ...