My data is include number of cars in each day and each minutes per day. I know how to plot the data only for one sepecific day in August for example. However, I do not know how to plot other month and bring all of them in only one graph.
Can anyone help me?
Here is a small sample of my data
Final Photo: it is what I have achieved, but do not know how to add legend for them and how to change the color or change the shape of graphs
Thanks in advance
You can use the .plot() method if you're using pyplot.
Related
I am struggling to plot graph using date and time columns. My excel is as below:
Help me plot graph for this data. Thanks.
sounds like you want each vehicle to be its own series.
with the time plotted for each on a specific date.
the only way I see to plot the data is as follows...
I'm trying to create what I would call a Vertical stacked scatter plot or a scatte plot with a 2 dimensional x-axis. I tried using excel's normal charting tools as well as its pivot charting functionality, but I have not been able to crack this one. As anyone had any luck with this type of a chart or can you recommend a tool that can handle it. I've included an image of what I'm trying to achieve below:
The Y axis has months, and the X axis is a combination of Year and Units.
Thanks in advance for your input.
This can be easily handled in Tableau, if you and your users have access to it. For example, using sample Excel data with this format:
Date Units
1/1/2014 10
2/1/2014 20
3/1/2014 30
4/1/2014 40
...
You can create the scatter plot you've shown in your mock-up by doing the following:
Drag Date to Rows and change it to Month level
Drag Date to Columns and leave it at Year level
Drag Units to Columns
Change the Marks type to Circle
Reduce the size of the circles so they look like points
Sort Month according to your preference
Here's a link to a screenshot of the set-up and resulting plot:
screenshot of scatter plot
There are also many formatting options to change the look of the plot.
Hi my problem is: I am doing an android app where there is a plot that plots data in real time that it reads from the bluetooh, I can add the y-values to the plot dynamically without any problem,but I'd like to change every second also the values of the domain, the plot plots a new data value every second so I'd like that the domain axis updates it's values every second. How can I do this can u please help me??? thanks
Take a look at the solution provided in this question. You should be able to adapt this to your needs by injecting your own logic into the format(...) method.
Please dont eat me because of this question :)
I have some data in excel and I would like to make a graphical representation of those data. Structure of my data:
persons ID : from 1 to 485 to every person, there is one parameter like average jumping distance and another parameter (like height) and finally there is a class to which every person belongs to (1, 2 or 3).
To assign persons to classes I have used k-means algorithm.
Now I would like to make a graph of this result. How can I do it please in excel (or by using another tool)?
Thank you
I would use a scatter (XY chart with markers and no lines). Plot average jumping distance on one axis, height on the second axis. Then for the classes I would separate all the data into 3 series and use different colors for each series. I would adjust the marker size to see which one works best with the data.
Here is a fast example to give you an idea how to it would look like. Its not as easy as just clicking once to insert the chart from the data though:
I need to get Excel to graph about 5 points into a single curve. I'm looking for is the average of all the point if the points don't line up perfectly. I'm not very familiar with graphing on Excel, so it's very possible I've overlooked some option to get what I'm trying to achieve.
This is an example of what I'm looking for:
It looks liek what you're looking to do is add a trendline to a scatterplot.
I've included some screenshots below.
Inital graph showing 3 groups of data we want to 'average':
Adding trendline to the points:
Trendline settings:
Final result: