Add Data Scaling in same chart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am presenting in a chart Y vs X (curve #1).
I would like to add a second curve where Y is scaled by a factor: INT, this
means the second curve is Y2 vs X where Y2=Y*INT.

I would like to do this WITHOUT the need to generate another vector Y2 in a
workbook.

Is it possible?
Thanks
 
Why must you avoid making the calculation in the worksheet? Worksheets are
made for calculations, and charts for displaying numbers. Charts cannot do
this kind of calculation.

- Jon
 
Jon,
I am avoiding the worksheet because I am trying to minimize its size, I have
a lot in them.
would it be possible to point to the same Y vector but somehow scale it and
present it along with the original?
Dan
 
You mean minimize file size? It won't help. You can in fact use names to
plot data that doesn't appear in the sheet, but this does not affect file
size at all, and it makes it harder to make adjustments if the parameters
change, because you cannot see the formulas.

I always advise users to put formulas and values in the worksheet, so that
they can see any intermediate calculations. If there is any file size
savings, it is insignificant in terms of the cost of file storage and
especially in terms of the time it will take someone else to figure out what
you've done, or the time it will take you in two weeks to remember and
reconstruct what you've done.

- Jon
 

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

Back
Top