Customize X-Axis and Y-Axis Labels in Multi-Color Scatter Plot

Hi Community,

I'm creating a multi-color scatter plot in Appsheet and I would like to customize the axis labels to show fixed, meaningful values rather than auto-generated ones.

For the Y-axis, I want the values to be like: 2.0, 2.5, 3.0, 3.5, etc.

For the X-axis, I want values like: 0.00000bn, 0.00001bn, 0.00010bn, and so on.

Right now, AppSheet seems to auto-generate axis values which are not desirable in my case. Is there a way to force the axis to show specific label ranges or format the axis values manually in a multi-color scatter plot?

Any suggestions or workarounds would be greatly appreciated.

Thanks in advance!

0 1 97
1 REPLY 1

A scatterplot charts points based on the values in a grid.  The values must be numeric.

The first column is used as the X-axis and it's label will be based on an extrapolated scale from the values present in the column.  If you want the labels like this "0.00000bn, 0.00001bn, 0.00010bn" then you will want to use a column that has the values written in this manner WITHOUT the "bn"

The second column is used as the Y-axis and it's label will be based on an extrapolated scale from the values present in the column.

The third columns is used to "scale" the plot points from smallest to largest.

As far as I can tell adding any more than 3 columns has no impact.  I'm not sure what adding additional colors will do.

I hope this helps!

Top Labels in this Space