Questions tagged [scatter]

A scatter plot is a type of mathematical diagram using Cartesian coordinates to display values for two variables for a set of data.

A scatter plot is a type of mathematical diagram using Cartesian coordinates to display values for two variables for a set of data.

943 questions
-2
votes
1 answer

MPI Scatter / Send data to processes

I am running my code using n = 2. I have been trying to research, but I do not get why I obtain different outputs when I try to run my code several times. Under you can see my output when I run with n = 2, and my txt.file contains 73 characters in…
MeryT
  • 79
  • 1
  • 6
-2
votes
1 answer

How to plot a 3D scatter graph with a specified color for everypoint

This question might be stupid but I can't find the answer. I'm using python and I want to plot a scatter graph where x is of size Nx, y of size Ny, z of size Nz and where for every point (x[i] , y[j], z[k]) I have an intensity I[i,j,k] which is a…
Polo Mali
  • 3
  • 2
-2
votes
1 answer

X-Y scatter plots in excel

I am trying to plot some comparative data in excel, but all the available graphs appear to be variants on basic lines (e.g. bars are just a different representation of the same logic). The data I have is comparative scoring (on a scale of 1 to 10)…
Rick
  • 397
  • 3
  • 16
-2
votes
1 answer

How to drag'n'drop on a scatter chart

I have a scatter chart, and I want to be able to move the points, to drag them The problem is that it's not like a canvas, I apparently can't use eventgetX() or getSceneX() because there is the axis, which are not at the same position depending on…
azro
  • 53,056
  • 7
  • 34
  • 70
-2
votes
1 answer

How Can I plot scatter plot for each category in seperate graph

I am fairly new to R and What I'd like to do is to scatter plot by category. I have a data set with 5 category (Item_nbr) and 19 variables. I want to have scatter plot for each category separately not in the same graph with different color. I mean…
Elham
  • 1
  • 1
  • 2
-2
votes
1 answer

Generation different random colour every time plot is created

X = [22, 33 , 55 , 66 , 77 ,55, 66, 77, 44, 66, 33] Y = [2, 6 , 9 , 9 , 10 ,5, 32, 19, 123, 46, 93] list = [0, 1, 2, 3 ,4, 0, 5, 6 , 7 ,0 , 8 , 9 ,10,0] x and y are the cordinates list represent an algorithm output sequence using list I need to plot…
-2
votes
1 answer

How to plot a scatter plot (month vs area)

I have the data below and am trying to plot a scatter plot for Month VS Area. Month Area feb 13.05 oct 13.7 mar 13.99 sep 14.57 aug 15.45 sep 17.2 sep 19.23 sep 23.41 oct 24.23 aug 26 sep 26.13 mar 27.35 When I plot the scatter plot, the plot is…
RMaddy
  • 3
  • 2
-2
votes
2 answers

python scatter ndarray dimension size error and rgb color issue

I am having trouble making a scatter plot with a log scale for the values. The arrays I have are numpy ndarray's. x.size = 19, y.size = 18, and data is 19x18. It is telling me "ValueError: x and y must be the same size". But they shouldn't have to…
user2036115
  • 11
  • 1
  • 6
-2
votes
1 answer

finding similar value

i want to find multiplication that give the same value (of x-axis and y-axis) when plotted in graph. is there any easiest way to find in? i have used find but matlab told me that the argument is wrong. for i = 1:size(B,1) p1 = A *…
dan
  • 37
  • 6
-3
votes
1 answer

Between and within scatter matrix

Can someone help me to create a matlab code for these 2 matrixes? this are the formulas
-3
votes
1 answer

Trying to Create a Scatterplot in R with Labels and Color Legend

With that data below, I need to have a scatterplot with each item in the "Name" column labeling their corresponding XY plot. The Goal Column would represent group coloring, as indicated by the legend. I'm new at R and have gotten only as far as…
-5
votes
1 answer

How do I achieve a bubbleplot?

How would I go about achieving a bubble plot like this on R?
Ioan
  • 13
  • 2
-6
votes
1 answer

Plotting a scatter but doesn't show

I am plotting in python but the scatter plot doesn't show? What am I doing wrong Scatter plot and code can someone help me? thanks!
1 2 3
62
63