Select to view content in your preferred language

Profile Graph using arcpy.charts module?

1224
2
09-07-2023 05:26 PM
BrianBowersBerkeley
New Contributor

Hi,

I am trying to python script the creation of an elevation profile graph like the one here, but I don't see that type of chart as an option here.

Is there a good reason why the developers haven't included "Profile Graph" as a programmable type? Is there a known workaround?

Thanks!,

Brian

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

Can't you use a line graph?

Line—ArcGIS Pro | Documentation

From your second link regarding the Chart class.... It is recommended that you use the subclasses in the arcpy.charts module instead.


... sort of retired...
0 Kudos
ModyBuchbinder
Esri Regular Contributor

Hi All

 

Bring this up again.

See here:  https://pro.arcgis.com/en/pro-app/latest/help/analysis/3d-analyst/interactively-create-a-profile-gra...

I can create this with one click in Pro after I run line of sight.

I cannot find a way to do it in arcpy.

Thanks

0 Kudos