HOW TO

Create a scattergram in a new window

Last Published: April 25, 2020

Summary

This article shows how to create a scattergram, or any other graph, in a new display window.

Procedure

This procedure uses ArcPlot commands.

  1. Set the environment for the map.

    Code:
    grid
    display 9999
    pagesize 31 31

  2. Set the environment for the main display window. This displays the first grid in the scattergram.

    Code:
    pageextent 0 0 20 20
    maplimits 0 0 20 20
    mapextent grid1
    gridpaint grid1

  3. Set the scattergram window.

    Code:
    windows create Scattergram 21 21 31 31
    maplimits 21 21 31 31
    units graph
    scattergram grid1 grid2

Article ID:000004872

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic