The graphing tag has no wiki summary.
0
votes
0answers
301 views
bizarre matplotlib.pyplot.plot() with normalized data [closed]
I'm plotting some data with matplotlib that are of different scales. for instance:
x = [ 0.001, 0.005, 0.011 ]
y1 = [ 200000, 700000, 900000 ]
y2 = [ 20, 15, 5 ]
I'm normalizing and plotting the ...
36
votes
2answers
4k views
R + ggplot : Time series with events
I'm an R/ggplot newbie. I would like to create a geom_line plot of a continuous variable time series and then add a layer composed of events. The continuous variable and its timestamps is stored in ...
0
votes
2answers
106 views
Web Graphing Tool For Time scale data
I want to plot some data into a web graph control(preferably javascript or php). The data is collected regularly from a microcontroller, however the data collection interval is not linear. For ...
1
vote
0answers
253 views
Custom graph with Core Graphics and choppy frame rate when calling touchesMoved
I am creating a custom graph inside a UIView within the drawRect method using core graphics. The problem I am having is moving that graph with the user dragging their finger. For example, if my graph ...
5
votes
1answer
1k views
creating confidence area for normally distributed scatterplot in ggplot2 and R
I have some data, say (in reality, I have a large amount of data):
x y
0.1 0.267
0.2 0.254
0.3 0.182
0.4 0.173
0.5 0.121
0.6 0.089
0.7 0.070
0.8 0.056
0.9 0.031
This data roughly follows a trend ...
1
vote
1answer
1k views
Pyplot - Label Plots
I am having a nightmare of a time trying to label data with pyplot.
I am currently plotting all of my data like this: plt.plot(data).
data is an array that has a column of total costs, and then ...
0
votes
1answer
275 views
QwtPlotSpectrogram: using a logarithmic color scale?
I'm using a QwtPlotSpectrogram with a custom QwtRasterData to plot 2D data with widely varying values. I would like to plot using a logarithmic color scale instead of a linear one. Is there a simple ...
1
vote
1answer
200 views
Display a dataset of points, and a dataset of lines, on a single flot graph?
How can I display two data series in the same flot graph, when one series is a set of points, and one is a line?
I've seen examples of line series like this, but the complicating factor is that I'd ...
1
vote
0answers
445 views
OpenGL ES based graphing library for iPhone
I'm trying to graph large amounts of data, say around a million data points in a line graph. I've tried CorePlot, but it is somewhat lacking in speed. It couldn't even graph 30,000 points with any ...
0
votes
1answer
2k views
Add or highlight a single points on a jQuery flot graph?
I've already drawn a flot graph using some data:
var plot = $.plot($("#placeholder"),
[{
data: data,
}], {
series: {
points: {
show: true
...
1
vote
1answer
2k views
Setting axis intervals in ggplot
I have searched for this and can't believe I can't find it. Perhaps I've been asking the wrong question.
I have a set of data laid out in a histogram that has a xlim of $2,000,000. I am trying to set ...
0
votes
1answer
723 views
Core-Plot: Trouble Adding Data Points to a Line Graph
Currently I am using the following code from the scatter plot example code:
// Axes
CPTXYAxisSet *xyAxisSet = (id)graph.axisSet;
CPTXYAxis *xAxis = xyAxisSet.xAxis;
CPTMutableLineStyle *lineStyle = ...
1
vote
1answer
629 views
Sample code using Core-Plot for iPhone
I'm trying to find some sample code for Core-Plot on the iPhone. So far, all the examples I've found plot equations such as X^2 or 1/X, etc. over some range. My goal is to find some sample code that ...
1
vote
2answers
114 views
“Graphing” one number within a large range
In short, I'm trying to make a bar (using GWT's wrapper for HTML5 canvas) that will show something reasonable for a given value, no matter what the value of the bottom and top of the chart actually ...
0
votes
2answers
530 views
R Density Graph: How can I add a solid line from the x-axis to the top of the density curve
I have a density plot graphed using:
plot(density(x))
What I am interested in doing is creating a line for something like x = 5 from the x-axis to the corresponding spot on the curve.
Like this:
...
0
votes
1answer
114 views
Graphing this with Jquery.Flot or similar
I'm trying to draw this chart with Flot. There's a flat line from 0 to 10 (at y=1). and points at x=2, x=3, x=7 all also at y=1.
________O____O_______________O_____________
0 1 2 3 4 5 ...
0
votes
1answer
694 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 ...
5
votes
1answer
243 views
Add statistical information to the bottom of a graph
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 be ...
0
votes
1answer
390 views
Android Application Crashing When achartengine graph is called upon
I wrote a practice app that solves quadratic equations and now I want to have the option to graph them with a button. Yet when I press the button the application crashes. Here is the code for the main ...
0
votes
2answers
235 views
Beautiful curved-axis data plotting?
This guy's data visualization is off the charts. I'd really like to do this sort of curved-axis plotting (really just 1D, like you see in most of the bars). His (python) code is here but it looks like ...
2
votes
1answer
2k views
Combining graphs using Statsd & Graphite
In Statsd client, how do I combine two graphs to show it as a single one?
Like this?
11
votes
2answers
7k views
javascript graphing library
I'm looking for a nice graphing library for JavaScript that can handle the following types of graphs:
Line Graphs
Histograms
Scatterplots
Motion Charts
I've tried Google's Chart Tools but they ...
0
votes
1answer
4k views
Plotting in R; cannot be coerced to double error
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
votes
3answers
96 views
A more accurate way to specific a Point/Location on a Windows Form?
I am attempting to move a picture box around a circle at the center of my form. I am having an issue accurately depicting where the picture box should appear due to rounding issues. A subset of my ...
2
votes
1answer
544 views
Android real time graph adjustments user touch screen
Is there any existing graphing library for android that will allow me to draw a line with an adjustable amount of segments that can be touched and dragged in real time? I currently have a working ...
6
votes
2answers
2k views
Polar contour plot in Matplotlib
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 ...
1
vote
0answers
784 views
Creating a 3D Scatter Plot in C#
I have been doing some research on 3d scatter plots with C#. So far I have found a library that is somewhat working for me. However, not necessarily as flexible as I need it to be. Since all I require ...
1
vote
1answer
238 views
Core Plot - get data to fill up x axis screen space
My Core Plot is almost finished up but I've noticed an unusual thing I need to change before calling it done. The x axis is scaled properly along the bottom, and the left and right edges indicate the ...
5
votes
1answer
3k views
Matplotlib - Move X-Axis label downwards, but not X-Axis Ticks
Nb: You may need to open the PNGs below directly - Right Click on the image, then View Image (in FF), or Open image in new tab (Chrome). The image resize done by SO has rendered them nigh ...
16
votes
1answer
7k views
Matplotlib - label each bin
I'm currently using Matplotlib to create a histogram:
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as pyplot
...
fig = pyplot.figure()
ax = fig.add_subplot(1,1,1,)
n, bins, ...
0
votes
1answer
2k views
Matplotlib Xticklabels not working
1. X-ticklabels not working
I'm using Matplotlib to generate a histogram from some measurements:
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as pyplot
...
fig = pyplot.figure()
...
1
vote
2answers
143 views
Stretching a Graph to Fill the Canvas Element in JavaScript
Quick question involving javascript canvas... I have a set points (connected with a line) I want to graph on a 400x300 canvas element. I will constantly be adding more points. I need the line to ...
1
vote
3answers
274 views
Graphing calculator: how to find the appropriate part of the graph to show
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 of ...
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 ...
2
votes
1answer
477 views
3d coordinate graphing
how do I plot 3d coordinates in mathematica? I am trying to plot 3d points using mathematica. I want to view what they look like after I am done too. so far this is what I have done... I have ...
0
votes
0answers
123 views
Creating a curved graph [duplicate]
Possible Duplicate:
Iphone Coreplot
I want to add a graph of a curve to my iPhone app for user input. Can anybody help me with the code?
if(ABS(startPt.x - endPt.x) > ABS(startPt.y - ...
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
2answers
222 views
documentation for learning SciLab?
I'd like to use SciLab as an alternative for the 90% of things I need to do that don't require MATLAB's proprietary functionality (and for which we have a limited # of expensive concurrent licenses at ...
3
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
579 views
How do I make picture stay on Picturebox?
I am drawing a graph on a picturebox on Windows Mobile Smart Device Application. The graph works well, but it disappears immediately afterwards.
I used the line:
this.Invoke(new ...
0
votes
3answers
5k views
Bar Chart in xcode [duplicate]
Possible Duplicate:
Objective-C Charting Framework
Does anyone know how to draw graphs and bar charts in xcode?
Is it also possible to use data from an sqlite database to create these ...
0
votes
1answer
26 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 ...
5
votes
2answers
947 views
Reading and graphing data read from huge files
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 graph ...
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)?
4
votes
2answers
917 views
port JUNG into GWT
there is a very good java graphing library JUNG
I wonder if there exists any GWT library that does what JUNG do ? i'm aware there exist a commercial Javascript graphing library mxGraph. But mxGraph ...
3
votes
2answers
434 views
how would I implement realtime graphing in Silverlight/WP7?
I'm trying to implement realtime graphing of data in my WP7 app. Can someone point me in the right direction on how to go about doing this? To clarify, by real-time I mean a graph that updates every ...
0
votes
1answer
671 views
How to change the time frame in Xaxis of ZedGraph?
I need to have multiple time frame on a zedgraph. I have to display the stock data on a daily time frame and then if user wishes to view the view in monthly time frame or hourly time frame i need to ...
1
vote
3answers
1k views
C# WinForms application to display waveforms of playback and recorded sound
I wish to write a C# WinForms application that can play a WAV file. While playing the file, it shows a waveform (similar to an oscilloscope).
At the same time, a user can record sound via the ...
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 ...
