Plotting Data With Two X Axis And 1 Y Axis
Dec 19, 2013
I have a data set that is a spectrum of (y)intensity vs (x)energy I was wanting to add an additional X axis at the top of the graph showing the wavelength conversion for the energy value, is that possible in excel? and if so how?
View 1 Replies
ADVERTISEMENT
Feb 8, 2009
Two questions:
1) How do make values on x-axis as words? E.g. apples, oranges, etc.
2) Is it possible to have the numbers on x-axis in descending order? If I can figure out 1), I can do this as well, but it would be nice to know if it is possible to have the numbers on x-axis in descending order.
View 8 Replies
View Related
Mar 27, 2014
There is probably a really simple solution to this, but I have a column 'A' of data, with various numbers, and a column of data 'B' with letters from A to Z. However when I try and plot this on a scatter graph, the x axis uses numbers rather than letters, with data points all over the place?? I'd like the X axis to have the letters A to Z, and the data to stack up vertically when there is a few different numbers correpdoing to 1 letter. Specifically, a scatter graph
View 3 Replies
View Related
Oct 12, 2011
I have a need to present 2 sets of values on the Y ( vertical ) axis but the Scales differ appreciably. I 'd like to know how can I present these so that I can appreciate the changes in both these values.
E.g. X fn of A B ( Y axis )
When I plot X against A & B because B has a HUGE range , variations in A appear minuscule. How can I address this scaling problem so that pictorially I can appreciate both changes in A and B against X.
Is there is Way to Plot A and B on different Y axis like one is on the LHS Y axis and other one on the RHS Y axis .
This is a PIVOT chart using data from another worksheet.
View 1 Replies
View Related
Apr 29, 2014
I am tasked to plot some client satisfaction data on a monthly basis. I want to be able to show the client satisfaction with different aspects of service delivery. Can have a chart with "Good", "Fair", and "Poor" on the vertical axis with months on the horizontal axis?
View 1 Replies
View Related
Dec 11, 2013
how to plot dates which are unequal in interval
the dates that I want to plot are the following:
1/2/13
1/7/13
1/14/13
1/21/13
1/28/13
2/4/13
2/11/13
2/19/13
2/25/13
3/4/13
3/11/13
3/18/13
3/25/13
I want to appear them exactly on my X axis no different dates in between them.
View 3 Replies
View Related
Mar 1, 2014
I have a spreadsheet with golfers handicaps, golfers names down the left in column A in rows 3-35. Row 2 has the event numbers titles 1 to 18 (18 events in a year). i need a graph that has the person as the vert axis and the horizontal axis needs to be the event numbers, so i can read down for the person and across to see how there handicaps change from each different event. i have attached the data below.
View 1 Replies
View Related
May 13, 2014
I've put together code to construct a chart
It all works fine but I've noticed an odd quirk which I can't explain nor can I seem to fix. Here's the (reduced) code :
Code:
Dim appExcel As Object ' Excel Application
Dim chtPareto As Object ' Chart
Set appExcel = CreateObject("Excel.Application")
Set chtPareto = appExcel.Charts.Add
With chtPareto
' Primary category axis
[code]....
The category (x) axis title should be horizontal, whereas the value (y) axis title should be rotated. Stepping through the code, when I .SetElement for the category axis title, it appears horizontal as planned. However, as soon as I .SetElement for the rotated value axis title, the category axis title also rotates.
View 3 Replies
View Related
Apr 20, 2007
I have some numeric data that has to be put on a log chart. but there is no option for log charts. so i converted my data to log and then drew a chart but i am unable to edit the axis intervals and starting axis value. whenever i change the value it gets back to its default value,ie 1. can anyone tell me how to draw log chart or how to edit axis intervals and starting axis value?
View 6 Replies
View Related
Dec 10, 2012
I need to create a graph with a 2 x axis and a single y axis. For example:
Pressure ( PSIA) Solubility (mol %) Velocity (m/s)
200 0.024 1
300 0.036 1.2
400 0.041 1.8
I need the two x axis to be pressure and solubility and the y axis to be velocity, with the data being demonstrated by a single plot (I have only managed it with two plots which does not demonstrate solubility's relationship to pressure ).
For example at a pressure of 200 PSIA (lower x-axis) and solubility of 0.024 mol % (upper x-axis) velocity was found to be 1 m/s.
View 1 Replies
View Related
Mar 26, 2014
I am trying to reproduce a graph similar to this: [URL] ....
How to get the Y axis in the center and two distinct bar charts on either side.
Sample data can be found here: [URL] ....
View 1 Replies
View Related
Sep 27, 2006
how to incorporate another category and value axis to my existing chart.
1. I need to add a rank axis derived from my data column (C6-C15). This column should rank from highest to lowest and create a tie if any number is repeated. I have arranged the rank column in cells B38:L38 as they would appear. I would like this to appear on the top or bottom of the bar graphs.
2. Second I need to add the frequency of hits which = 3 derived from cell J1 This should appear on the chart were it is currently titled. This should create another bar graph colored green and labeled 3.
3. Lastly the numbers axis can remain the same as it appears on the chart or if it would be better to align as shown in cells B43:L43.
View 5 Replies
View Related
Jan 26, 2008
What is the best way to have both horizontal and vertical axis as value axis?
View 2 Replies
View Related
Jan 19, 2012
how do you create a graph with a field such as vendors on the X-axis, but with dollar values spent on the left side of the y-axis and percentage of total dollars spent on the right side vertical axis?
View 3 Replies
View Related
Jan 29, 2014
I would like to add a vertical axis to the right of my plot that looks exactly the same as the left axis. The only way I found to do this is to add a secondary axis. However this axis is based on a data series and it does not match the left axis.
How can I make the left and right vertical axis look the same.
View 4 Replies
View Related
Aug 15, 2011
Any way to get the values in a chart/graph by putting an specific X axis value.
E.g. There is relation between Gauge height and Flow
GaugeFlow
0.30500.320.100220.3413880.275390.3813470.855280.4017081.322240.4137521.692480.4333542
.468280.4529963.431060.4823795.30220.5115577.774290.5229628.94510.56120913.535920.58917.68
If I draw the curve with Flow on X-axis and Gage on Y-axis and then want to know the flow at Gage 0.53m.
OR
By putting flow value to know Gage height.
View 7 Replies
View Related
Nov 18, 2011
So I added a x-y scatter series to a line chart (in order to add a vertical line to the chart) and now I'm having a problem with the x-axis. It lets me select the start and end date, but when I put it on auto is starts 1 day before the data does. For example, if my data starts on 5/1/2011, the x-axis starts on 4/1/2011 and the there is no data point at that date.
I could manually change this, but the data is dynamic so the start date changes. Since I can do formulas in the format axis tab (date+1).
View 9 Replies
View Related
May 31, 2012
How to format an Excel table in a forum post!
I have the following table
Code:
seqIdpointsMAEMFE
1033022
1122-511
12-10-1018
130-517
14-11-117
1630-620
1712-120
186-444
190-126
I want to create a stacked chart with seqId as the x axis, and the other 3 columns are values on the y axis.
Excel is making seqId a data series, I don't want it to do that. How do I change it? This is what I have now:
View 9 Replies
View Related
Apr 24, 2007
I have a line graph that contains information for the following products,
Boats , Cars & Bikes.
The chart works well but i would like to show the numbered scale of each product & i can't work out if this is possible in excel.
Currently i can only get two data showing for the axis.
I would like to show all three & just use a color to indicate which data corresponds to which product.
In my attached example: I have data for both Cars (blue) & Bikes (green) but i would like to also show data for the graph scaling for Boats (pink).
View 4 Replies
View Related
Jul 28, 2009
Produce a chart (not a problem) that can be updated should the length of the X and Y data change?
This may not even need to be a macro, if it is possible to have a chart whose X and Y axis updates depending on the contents of a column?
If you search through the history of even this forum you will see quite a lot of people are looking for this solution.
View 9 Replies
View Related
Oct 23, 2007
The first data point of my chart appears cutoff along the y axis
I formatted the x-axis by clearing the check box "Value (Y) axis crosses at maximum category"
If I add the tick mark back in then my first data point does not begin at the origin.
Screen Shot attached of both cases
View 5 Replies
View Related
Jan 21, 2014
I have created a chart but for some reason rather than the names appearing there are numbers. I did the chart successfully and then removed the data so that I could input another team's results and this happened.
View 3 Replies
View Related
Apr 13, 2012
I have got a lot of data to put in a chart that updates every 5 minutes with new data - i have a chart that Line chart that shows this.
It shows the cost of something every 5 minutes.
I have put this in a chart using offset but obviously i want to show the cost over the course of the day - because this updates every 5 minutes, the axis at the bottom (which has the time of the data) is massive and doesn't look good.
Is there a way to show the axis at an hourly interval but keep all the data in the chart?
View 5 Replies
View Related
Jul 7, 2014
I have a dynamic column chart that may contain positive or negative (or both) values. The columns contain Data Labels positioned 'Outside End'.
I want to avoid the Data Labels (for the negative values) overlapping the x axis. Is there a way to do this via VBA?
I know how to update the chart axis via vba linked to cell values, but I can't figure out a formula I can use to calculate the minimum which takes into account the distance needed to avoid the overlapping problem.
View 1 Replies
View Related
Oct 12, 2007
I'm trying to change the default option for the data series when graphing in Excel 2003 .... I am trying to create a line graph
Excel, by default, is putting static pressure on the x axis and the air flow on the y axis .... I need it to be the other way around
I have found out that:
By default, Excel plots whatever you have fewer of—rows or columns—as the data series
apparently it is possible to change this Excel default option, but I can't figure that out
in step 2 of the Chart Wizard, I have tried many different things, but can't get Excel to chart the Air Flow CFM on the x axis, and have static pressure values on the y axis
View 9 Replies
View Related
Jun 10, 2014
I would like to create a chart with stacked columns. Usually, the data on the Y-axis is some kind of numerical data, such as budget. I would like to have the Y-axis have non-numerical data (= nominal categories).
Example :
Take the following data :
category | productname
red berry
red carrot
green cabbage
green apple
The ouput format i want is a chart which shows on the horizontal axis the categories red and green, and stacks in each category the right productnames on top of eachother; preferably each productname should have a different colour and showing data labels (e.g. "1", "green","apple" could be 1 specific data label).
I don't know how to achieve this, because if you display data as "count of productnames", then automatically you get something like a block with value 2, which doesn't show the different productnames inside that block.
Can the desired chart be made with Excel somehow?
View 6 Replies
View Related
Nov 7, 2006
I have a bunch of numbers, I need to make a graph out of these:
30
28
30
29
30
30
35
29
30
34..........
However, on the Y axis, there should be numbers 1-8, and on the X axis there should be numbers 0-40. I have to get the number on the chart, including the number of times the number is shown in that column. I have no idea how to do that, I tried hundreds of times. How do I put on the chart the number of times for example 30 shows up? I want it to look like this:
http://img452.imageshack.us/img452/2...celhelpzb0.jpg
ofcourse this is just one, I need to show for all numbers:..............
View 4 Replies
View Related
Nov 18, 2008
I have modified the Run as Regular Macro code from this site to only changing the x axis, select different cells and I also only used object 1 instead of the name of the chart.
The problem is that when it is run which ever value is changed last, minimum or maximum, it will turn on auto and mess it all up.
View 2 Replies
View Related
Jan 26, 2010
I have a table as attached. What I have is 2 tabs. Data - is the raw data which shows the date and time of each application per person and the time cut and formatted for lookups. Sheet 1 - This is a rota showing each member of staff.
Below the rota is a definition of each shift, i.e E = Early which is 8.30 to 5.00pm.
1.
At the bottom of sheet 1, I would like the total of each application for each member of staff for the time they have worked for each day.
i.e if staff member N-R worked a late (L) on the 2nd, I would like the number of application taken on the 2nd for N-R between the hours of 10.30am and 19.00.
I have tried nesting a vlookup and a hlookup function but I just cannot fathom it out. I have also tried to use coutifs().
OR
2.
On the data sheet I would like an additional column after the cut time to flag up applications taken for each member of staff during their shift. i.e if N-R takes 5 application on 22/12/2010 between 8.30 and 12.30, 3 after 10.30. I would like each individual app to flag up in its row if taken after 10.30 for this member of staff on this day.
View 2 Replies
View Related
Mar 28, 2012
I am trying to use the following for my x-axis on a scatter plot. Excel is either formatting it into another type, or showing me day by day 0:00 time.
Is this an impossible mission? Below is how my data comes to me, I have no control over modifying it.
3/23/12 5:54:6.795 AM3/23/12 5:55:17.795 AM3/23/12 5:56:31.795 AM3/23/12 5:57:29.795 AM3/22/12 9:11:9.395 AM3/22/12 9:11:45.395 AM3/23/12 8:38:39.495 AM3/23/12 8:39:17.495 AM3/26/12 12:15:28.081 AM3/26/12 12:17:20.081 AM3/26/12 12:19:41.081 AM3/26/12 12:21:22.081 AM3/26/12 12:22:21.081 AM3/26/12 12:24:15.981 AM3/26/12 11:54:45.621 PM3/26/12 11:55:48.621 PM3/26/12 11:56:25.621 PM3/27/12 11:02:57.221 AM3/27/12 11:03:29.221 AM
View 3 Replies
View Related