Graphs

  • Thread starter Thread starter Bertie
  • Start date Start date
B

Bertie

I have a graph with the following data along the x-axis

0.05
0.1
0.15
0.2
0.3
0.4
0.6
0.8
1
1.5
2
3
4
6
8
10
15
20
25
30
35
40
45
50
55
60


What its doing is giving me a graph with the same distance between x-axis
(lets say 1cm) but then listing the values. For example, the distance
between the 0.05 and 0.15 is the same as the distance between 30 and 40 -
any ideas?

Cheers
 
Use a XY Scatter chart, not a Line chart. This is a selection in step
1 of the Chart wizard.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top