0
votes
0answers
16 views

Plot a line graph of greater than 2000 data points

I want an app which plots the graph of the data points which I have. I almost got this from the library below http://www.ankitsrivastava.net/2012/03/a-simple-2d-plot-class-for-android/ The problem ...
2
votes
1answer
30 views

plotting trajectory data in matlab

I have trajectory information in 3 dimensions in matlab. These are of a gesture someone is making. When I connect the points in matlab by using plot3, I can see the trajectory nicely. However, the ...
-2
votes
1answer
13 views

What algorithms I need for ascii print graph in C++?

I have homework ASCII drawer for Bar plot, line plot, pie chart and histogram graph from data file. I can't find algorithms ( Exists these algorithms somewhere?
0
votes
0answers
10 views

EXCEL graph, plot (plotting failure times for each system and showing total active time for each system)

for my reliability analysis, I need to create excel graph like the one in picture. My situation is exactly same with the one in picture. What I need: plotting failure times for each system and ...
-1
votes
2answers
34 views

How to plot two lines in one graph in MATLAB?

suppose i have X={0,5.4,6.18,6.81,6.85,6.95,6.96,7.20,7.51} and Y={0,4.84,5.52,6.00,6.12,6.21,6.23,6.34,6.61}.please help me to plot two lines with these points in one single graph using ...
-1
votes
0answers
30 views

jQuery slider updated real-time graph

I update the x-axis of the graph in real time using the slider, the function update () updates the graph, I would like to activate the feature only when I move the slider, when I leave the mouse ...
0
votes
0answers
35 views

Real time plotting

I have a python 'for' main loop that passes the area of a contour as an int. I would like to plot the area curve in real-time (area vs time). At the moment, I am doing such as in the pseudocode below ...
0
votes
0answers
28 views

plotting and scaling graphs

I am trying to re scale the x axis of a plot WITHOUT altering the shape of the plot so I have tried setting limits etc but it always alters the graph IE I lose half of the image. the data I have ...
0
votes
1answer
34 views

Matlab gplot extra customly defined colors

I have a question regarding Matlab's function gplot. I would like to call gplot several times in a for-loop to plot several graphs/paths in the same figure. However, I would like to use more colors ...
1
vote
0answers
34 views

Is there a good, simple Python charting library with no dependencies?

I'm writing an open-source project which is not primarily graphics-oriented. It would be handy to provide some very basic line graphs (as a way of letting users look at their data), but not at the ...
0
votes
2answers
50 views

Automated barplots slope calculation

I use a function in R that draws for me a full-length barplot, as can be seen in this picture. I am actually looking for something a little more advanced. Is there anyway in R that can detect the ...
0
votes
1answer
35 views

How to make a plot that has x-axis for specified time frame in tcl/tk?

I'm fairly new to tcl/tk and i'm trying to create a stripchart plot that allows me to set the time frame for x-axis example: Link to pic of a time graph I'm able to do it with dates, like this: set ...
0
votes
1answer
64 views

Matlab 3D plot plotting weird lines?

I have 3 arrays X, Y, Z that look something like this: x = [1, 1, 1, 2, 2, 2, 3, 3, 3] y = [1, 2, 3, 1, 2, 3, 1, 2, 3] z = [1, 2, 3, 2, 4, 6, 3, 6, 9] Then I am plotting these points with ...
1
vote
1answer
28 views

Index annotation on a Matlab Plot

I'm facing the following issue: I'm analyzing the relationship between a certain impedance value (Complex) and Temperature. The impedance is calculated for a range of Temperature values and then I ...
0
votes
0answers
17 views

Reducing the height of the Tick marks

I am using Rickshaw framework that uses D3 to generate graphs. I want to decrease the height of the tick mark. I can access and change the color of the tick mark in the CSS file. But when I give ...
0
votes
1answer
24 views

Tuple index out of range Tkinter

So I've got a program that should take a function as input and graph it on a Tkinter canvas. def draw(self): self.canvas.delete(ALL) for n, i in enumerate(self.sav): ...
0
votes
0answers
124 views

Drawing a graph using c#

I've constructed a windows form app. the windows form will take 1 year from the user and then it will decrease it 4 times. for example, if the user entered 2010, the other 4 texboxes will show 2006, ...
0
votes
2answers
120 views

how to display graph in android using MySQL database

I can't get data from MySql database for graphics. I found an example code for create graph but I want to put x axis data and y axis data from database My example codes are: public class Graph ...
1
vote
1answer
36 views

Defining axes in matlab

I'm trying to plot f[t], Fourier series evaluated at 23 for some periodic square-wave with x-axis limits of [0,T] and y-axis limits of [-1 1]. I have a figure 1 which is a plot of ...
0
votes
1answer
63 views

view, edit and save edits for large number of plots in r

I have a list of 1000 of dataframe (each with 4 columns with same name). I want to draw plots and work on them interactively. The following is example (with 3 dataframe for single list). # dummy data ...
0
votes
1answer
54 views

interactively work with xy point plot clusters - group manipulation in r

I have a large number of pair of X and Y variables along with their cluster membership column. Cluster membership (group) may not be always right (limitation in perfection of clustering algorithm), I ...
0
votes
1answer
26 views

Plotting bar and line on same graph in MATLAB

I have a data set in an array in Matlab and a point. I would like to see where the new point stands with respect to the previous data. I am currently plotting the array using: ...
2
votes
2answers
81 views

MATLAB: How do I graph multiple functions on the same graph?

How can I graph multiple functions on the same graph/plot/Cartesian plane on MATLAB with domain and range restrictions? For example I made up the following functions below. How would I graph the ...
0
votes
0answers
21 views

Searching for a plotting library (on websites)

I've been messing around with GWT Ext fow a few weeks now and I finally came to the conclusion that you can stomp that library into garbage if you want to plot anything higher sophisticated than "in ...
2
votes
2answers
63 views

Show the intersection of two curves

If I have two plots defined by two different equations: x=0:0.01:30; y1=x.^2+2; y2=x.^3; and I plot them as plot(x,y1,x,y2); How do I get a small ring indicating the ...
0
votes
0answers
73 views

How do I add 2 Y axis to my MATLAB Plot?

I know this question has been asked before - but none of them deal with a 3D plot with 2 Y axis. My question is a continuation of - How do I add a 2D Plot along with a surface or mesh plot in MATLAB? ...
2
votes
0answers
272 views

How to graph a connectivity/adjacency matrix in Matlab?

I want to graph the structure of a network (a power grid) in MATLAB. I have a list containing to-from nodes for each branch. I don't have coordinates for the nodes, and the system topology changes for ...
0
votes
1answer
145 views

How do I add a 2D Plot along with a surface or mesh plot in MATLAB?

I would like to have a 2D plot along with a 3D surface or mesh plot - shown by the blue line I drew on the surface plot below. How do I get it? UPDATE: Natan's Solution worked :-) But I now have a ...
0
votes
2answers
66 views

Why won't my 2D data points in Matlab connect to become lines?

My code creates three "lines" of of data points, but won't connect the points into lines! I've looked at the tutorials, and tried things like plot(Time, CurrentSpeed1, '--') and adding markers, but no ...
0
votes
3answers
29 views

Plotting few lines using one matrix

Let's say I have two matrices x and y x = [1 2 3 1 2] y = [1 2 3 1 3] I want to plot two lines from it, first three points and then two last points. In the end I want to get this plot. Can I do it ...
1
vote
1answer
41 views

Automatically read a file - easy

This should be a really easy question, but I just cant seem to get it done, I have a section of code calculating X Y points on a graph, then saving them to file. If a certain condition is met I want ...
0
votes
1answer
36 views

Core-Plot messed up scatterplot - What's wrong here?

Using Core-Plot for a scatterplot in an iOS project here, and I suddenly started experiencing the weirdest thing. There are 5 plots added to this graph, each with a separate color (I've checked again ...
2
votes
1answer
120 views

Setting the size of the plotting canvas in Matplotlib

I would like Matplotlib/Pyplot to generate plots with a consistent canvas size. That is, the figures can well have different sizes to accomodate the axis descriptions, but the plotting area (the ...
-1
votes
1answer
64 views

Plotting Graph using online tool or matlab

I have 11 different point named from C1 to C11. C1 has coordinates (-5.767,5.876). and so on. I want to plot the coordinates but C1 should be printed when coordinate (-5.767,5.876) is plotted. How ...
0
votes
0answers
36 views

plot and jquery, selecting the div class

Well here is the problem, I created a graph that will read php variables but I can't figure out how to place it in the <div class="span4" style=" width:100%; text-align: center;"> area and its ...
1
vote
2answers
84 views

Matlab Marking a Point

I need to mark a point on the following plot: Particularly, I need to mark the red line at 25 and it's corresponding y-axis value. How do I do this? I tried looking over here but I didn't really ...
0
votes
0answers
32 views

XYZ Line grahp in android

I want to draw XYZ Line graph in android .a graph which has 3 axises such as weight in the left and height in the right and months in the bottom.i have done a heavy research . but all the results ...
1
vote
1answer
46 views

How to plot a filled contour, with z axis being a factor

I have a dataset test<-data.frame(expand.grid(x=seq(0.01,1,0.01), y=seq(0.01,1,0.01))) test$z<-c(rep(1,2500),rep(2,2500),rep(3,2500),rep(4,2500)) (x,y) define cartesian coordinates. I would ...
0
votes
2answers
83 views

Python: Graphing many graphs at the same time (matplotlib)

I have a function that takes a parameter p and then outputs a graph with plt.plot(). However I'd like to pass a list of many p values and have it plot all the graphs at the same time (e.g. like a ...
0
votes
1answer
81 views

Specifying axes's step sizes in graph

I'm trying to plot a graph in Octave. How can I specify step size? For example, by default x axis's step size is 0.5(0---0.5---1---1.5---), I want to make it 0.1, and y axis's step size 0.01.
0
votes
1answer
27 views

How to plot graph from known array of xs and array of ys in Octave?

I need to draw several graphs for my report. How can I draw graph, if x and y pairs are saved in a file. Is it possible to directly read values from file and draw a graph? Example x,y pairs: 0.0 ...
1
vote
2answers
135 views

Use stat_summary to annotate plot with number of observations

How can I use stat_summary to label a plot with n = x where is x a variable? Here's an example of the desired output: I can make that above plot with this rather inefficient code: nlabels <- ...
0
votes
1answer
31 views

3-D graph in matlab

I have 3 parameters x,y,z and i would like to ask how to plot 3-D graph in matlab. 49.2088 18.7600 60.0000 49.2088 18.7599 65.0000 49.2089 18.7599 59.0000 49.2089 18.7600 62.0000 ...
0
votes
2answers
222 views

jQuery graph/plot plugin with drag and drop capabilities on the elements?

The short version: I'm looking for a graph/plotting/grid/diagram plugin just like the flot plugin but with drag and drop capabilities on the elements. Any suggestions? The long version: I'm ...
0
votes
3answers
158 views

plot grouped data in R

I have a grouped data as follows: group x y group1 0 5 group4 0 5 group1 7 5 group4 0 5 group5 7 5 group1 7 5 group1 0 6 group2 0 6 group4 0 5 group2 0 5 group3 7 ...
2
votes
2answers
60 views

Legend gives too much data in matlab

How can I restrict my legend in Matlab? So far I'm plotting a graph with code like so: figure; hold on; plot(log(X),7.35,'ro',7.35,log(Y),'bo'); axis([7.3 7.7 7.3 7.7]); set(gca,'xtick',[7:0.1:7.7]) ...
0
votes
1answer
151 views

Python matplotlib

I'm having trouble getting the window for matplotlib to show. I've downloaded python 3.3, matplotlib for python 3.3, and numpy. I've also installed python tools for Visual Studio 2012 so I can ...
2
votes
1answer
60 views

How to a plot a line for ax+by-c in MATLAB?

The title basically says it all. I'm doing an assignment and need to include a plot of my scatter and the line generated by linprog(). I ran linprog() and got the values: 1.0000 1.0000 16.5000 ...
6
votes
4answers
300 views

Easiest way to plot inequalities with hatched fill?

Refer to the above plot. I have drawn the equations in excel and then shaded by hand. You can see it is not very neat. You can see there are six zones, each bounded by two or more equations. What is ...
1
vote
0answers
84 views

matlab: cutting figure when resizing for export

I have a small problem. When plotting figure like that: a2 = subplot(2,1,2, 'Parent', handles.cpd_plot, 'Position', [0.15, 0.1, 0.80, 0.15]); a1 = subplot(2,1,1, 'Parent', handles.cpd_plot, ...

1 2 3 4 5 6