graphing Questions
1
Solved
I am try to add statistical information (min, max, quartile values, mean, median etc) regarding a given distribution to the bottom a graph (histogram, time series plot) in R.
I know the stats can ...
Waldon asked 23/8, 2011 at 8:51
3
Solved
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 re...
Royster asked 5/5, 2010 at 6:14
1
Solved
I am trying to plot a and b, each consisting of 7500 data points. However when
I tried plot(x,y), I got the following error:
> plot(a[11],b[11])
Error in xy.coords(x, y, xlabel, ylabel, log) :...
2
Solved
I have a set of data that I want to use to produce a contour plot in polar co-ordinates using Matplotlib.
My data is the following:
theta - 1D array of angle values
radius - 1D array of radius v...
Priority asked 1/7, 2011 at 13:26
5
I have a nice cubic spline code but it is for interpolation only. I need to extrapolate just a little into the future. Does anyone know of a good source of code, not a library, for doing this?
Thi...
Nanananak asked 19/5, 2009 at 5:52
3
I am working on a graphing calculator (you know, one where you type in a formula, let's say x^2 and you get the graph of that function). The problem I am having is how to offset and scale the view ...
Lelea asked 26/5, 2011 at 1:25
2
Solved
We have pretty large files, the order of 1-1.5 GB combined (mostly log files) with raw data that is easily parseable to a csv, which is subsequently supposed to be graphed to generate a set of grap...
Forest asked 29/3, 2011 at 6:53
2
Solved
I'd like to plot data x & y with errorbars, ebar, and its fit, yfitted, on a semilog plot. This doesn't seem to work:
figure;
hold on;
errorbar(x,y,ebar);
semilogy(x,yfitted);
Instead of sem...
4
Solved
I'm trying to understand the math on this raphael.js demo:
http://raphaeljs.com/pie.js
Checkout the sector method:
function sector(cx, cy, r, startAngle, endAngle, params) {
var x1 = cx + r * M...
Rossiter asked 15/8, 2010 at 18:5
1
Solved
I have the following data:
bin groupname total_dist
0 rowA 377
0 rowA 306.6
0 rowB 2.1
0 rowB 110.6
1 rowA 918.1
1 rowA 463.2
1 rowB 798.2
1 rowB 1196
2 rowA 1295.1
2 rowA 1269.1
2 rowB 698
2 rowB...
5
Solved
Can anyone recommend a free grid/graphing component for C#/.NET? I'm having a look at NPlot right now, but so far I'm finding it quite troublesome.
EDIT: I particularly need something that p...
1
Solved
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:
http://www.idolhands.com/ruby-on-rails/gems-plugins-and-engines/graphing-f...
Iveson asked 14/3, 2010 at 2:20
2
Solved
Is there a framework out there that will allow me to create simple bar and line graphs?
Oscitancy asked 25/2, 2010 at 1:20
1
Solved
Is there a way to overlay the x-axis and y-axis numeric labels onto a jQuery Flot graph. So, I want the labels to not be outside, next to the graph, but on top of the graph itself.
The following e...
7
Solved
I'm writing some data acquisition software and need a gui plotting library that is fast enough to do realtime updated graphs. I've been using Nplot which is pretty good for a free library, bu...
3
Solved
I have a large-ish Oracle table containing rows representing units of work, with columns for start time and end time in addition to other meta-data.
I need to generate usage graphs from this data,...
Exultation asked 18/12, 2008 at 22:30
1
I have implemented this Graph:
ListenableDirectedWeightedGraph<String, MyWeightedEdge> g =
new ListenableDirectedWeightedGraph<String, MyWeightedEdge>(MyWeightedEdge.class);
In o...
© 2022 - 2024 — McMap. All rights reserved.