Tagged Questions

5
votes
2answers
117 views

Plot Overlay Matlab

How do you take one plot and place it in the corner (or anywhere for that matter) of another plot in Matlab? I have logarithmic data that has a large white space in the upper ri …
0
votes
2answers
46 views

R plot model over observatio

This is a really really simple question to which I seem to be entirely unable to get a solution. I would like to do a scatter plot of an observed time series in R, and over this I …
3
votes
1answer
104 views

[Qt/Opengl] Accelerate 2d Drawing

I'm triying to make a 2D real-time plot. I've tried with modifying the osciloscope example of qwt, tried to use QGraphicsView, and QPainter to reach high framerate drawing. I'm usi …
2
votes
2answers
146 views

How to make a basic line plot in MATLAB?

I have a = 54.1848 50.0456 99.9748 83.1009 63.1457 91.7577 64.0805 48.2090 75.7711 t = 79.7077 31.0913 14.9389 10.8303 16.4844 26. …
0
votes
1answer
13 views

Sutable plotting lib for comet tecnique?

Could you recommend me the best plotting lib for this task? It should run on a browser (javascript or flash) and It have to let me add points from javascript code in a way like: m …
1
vote
2answers
35 views

Gnuplot Cumulative Column Question

I have some data. #Time Distance 1 3 2 5 4 9 8 11 12 17 14 20 16 34 20 40 I want to plot the cumulative distance wrt time in gnuplot ... (it should be easy) but …
0
votes
1answer
25 views

JQuery flot plot is not working in $.getJSON

The code in javascript is $(document).ready(function () {var options = { series: { points: { show: true }, shadowSize: 0 }, xaxis: { mode: "time" }, yaxis: { min:0, …
1
vote
2answers
102 views

Draw hyperplane in R ?

How does one go about drawing an hyperplane (given the equation) in 3D in R ? (i.e. 3d equivalent to "abline") Thanks in advance,
1
vote
3answers
90 views

“OCR” for a graph - scraping sample values from a plot image

This isn't really OCR, since it's not recognizing characters, but it's the same idea. Anyone know of an image-processing library or established algorithm for retrieving the values …
6
votes
6answers
232 views

How can I plot a time series graph with Perl?

I have some data from a database (SQLite), mapping a value (an integer) to a date. A date is a string with this format: YYYY-MM-DD hh:mm. The dates are not uniformly distributed. I …
2
votes
2answers
359 views

How do I plot confidence intervals in MATLAB?

I want to plot some confidence interval graphs in MATLAB but I don't have any idea at all how to do it. I have the data in a .xls file. Can someone give me a hint, or does anyone …
3
votes
2answers
121 views

plotting time in python with matplotlib

I have an array of timestamps in the format (HH:MM:SS.mmmmmm) and another array of floating point numbers, each corresponding to a value in the timestamp array. Can I plot time on …
2
votes
1answer
41 views

Mixed Scaled and ordinary coordinates in Mathematica?

Is it possible to specify a position in terms of Scaled coordinates in one direction and use the ordinary coordinates from my data points in the other direction on the plot? In ot …
0
votes
4answers
167 views

Graphs from MYSQL to jquery FLOT

Hi friends, I've discovered flot for jquery for drawing nice graphs. But I can't parse the data I want to represent from MYSQL. It's driving me crazy because I get this error: un …
2
votes
1answer
101 views

How do I color part of a graph under a line in MATLAB?

I would like to have in the same figure a line plot and a part of the graph under the line colored (a confidence interval). How can I do this in MATLAB? I already tried the follo …

1 2 3 4 5 6 next
15 30 50 per page