Discretisation Migratio - Cartography and statistics software - Put your data on map - Data visualization

Samples

Some simple samples

  • My first map
  • Import data
  • Map process
  • Intervals on map

  • Clients on a road map
  • Import Shapefiles

Intervals on the map with color schemes

  • Menu Fichier -> Ouvrir un fond de carte (.msh) and choose map SOURCES.FranceDepIGN_GEOREF
  • In the data table under the map, select ANALYSE1 column by clicking on a cell
  • Right-click -> Variable SECTEUR -> Discrétiser en classes
  • Menu Carte -> Schéma de couleur, choose color scheme FL, and apply

Discrétisation en classes

You can also execute this code :


Proc COUCHEMSH ;
	Ouvre Fichier = 'SOURCES.FranceDepIGN_GEOREF' IsFondCarte  ;
	Select CARTE ;
	SetVarAnalyse Var = 'ANALYSE1' SchemaCouleurs = FL ;

	CalqueCouche NomCalque = 'CADRE ET ARRIERE-PLAN' NotVisible ; 
Finproc ;