Select to view content in your preferred language

Scatterplot with Non-Linear Trendline

770
3
03-14-2023 12:32 PM
BenRomlein
Frequent Contributor

Are there non-linear trend-line options for the scatter plot chart in ArcGIS Pro? I currently use Excel to plot data and I use the Power trendline option to generate an equation like y = mX ^ b with an associated R-squared. Is it possible to generate this trendline directly in ArcGIS Pro?

0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

linear and logarithm axes are supported

Scatter plot—ArcGIS Pro | Documentation

you can transform the data yourself and use a linear axis if you the power trend to use and you don't like logarithmic or it doesn't fit


... sort of retired...
ChristopherAllen
Esri Contributor

HI @BenRomlein ,

Thanks for the question. Scatter plots currently only support linear trend lines, but adding other options is in our near-term plan. 

Take care,

Chris

BenRomlein
Frequent Contributor

Thanks for the replies. I was able to write a geoprocessing script to accomplish what I needed to do using scipy.optimize.curve_fit and matplotlib.pyplot