How to draw an line chart starting at column 1

  • Thread starter Xaver Hinterhuber
  • Start date
X

Xaver Hinterhuber

Hello,

I want to draw a line chart that looks like the following

| +
| +
| +
| +
| +
|________
| | | |
1 2 3 4

How can I do that? It always looks like that:

| +
| +
| +
| +
| +
|________
| | | |
1 2 3 4

Greets

Xaver
 
A

Andy Pope

Hi,

Double click the x axis and on the scale tab uncheck the "Value (Y) axis
crosses between categories".

Cheers
Andy
 
B

Bernard Liengme

You have made a Line chart when you seem to need an XY chart
best wishes
 
X

Xaver Hinterhuber

Hello Andy,

if I uncheck "Value (Y) axis crosses between categories", then I get the
following
line chart:

| +
| +
| +
+
|________
| | | |
1 2 3 4

But I want the line chart to start at "2".

Greets

Xaver
 
X

Xaver Hinterhuber

Hello Bernard,

thanks. Your tip works as expected.
I've got one additional wish. I want the first label to disappear.
So the chart looks like this:

| +
| +
| +
| +
| +
|________
| | |
2 3 4

Is this possible?
 
A

Andy Pope

Hi,

Then as Bernard pointed out you need to use the XY scatter chart and
then Set the scales Min value to 2.

Cheers
Andy


Xaver said:
Hello Andy,

if I uncheck "Value (Y) axis crosses between categories", then I get the
following
line chart:

| +
| +
| +
+
|________
| | | |
1 2 3 4

But I want the line chart to start at "2".

Greets

Xaver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top