Logarithmic Chart

  • Thread starter Thread starter bobpankey
  • Start date Start date
B

bobpankey

Does anyone know how to create a line chart that displays both the X AN
Y axes in logarithmic format
 
Bob,

Most charts are category charts. On the x axis are equally spaced
categories (Apples, Oranges, etc.), and their associated values are plotted
on the Y axis, optionally logarithmically. It sounds as though you need to
plot points, with both their X and Y values supplied. For that, use the
Scatter XY chart type. That type has both X and Y value axes, either or
both of which can be made logarithmic. The points can be optionally
connected with lines.

You may wish to use .public.excel.charting for further questions. The
charting gurus hang out there.
 

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