Ceci est une ancienne révision du document !
Strict Standards: Declaration of syntax_plugin_googlemaps_googlemap::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/googlemaps/syntax/googlemap.php on line 169
Strict Standards: Declaration of syntax_plugin_googlemaps_googlemap::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/googlemaps/syntax/googlemap.php on line 169
Strict Standards: Declaration of syntax_plugin_nextpage::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/nextpage/syntax.php on line 69
Strict Standards: Declaration of syntax_plugin_nextpage::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/nextpage/syntax.php on line 69
Strict Standards: Declaration of syntax_plugin_pageindex::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/pageindex/syntax.php on line 177
Strict Standards: Declaration of syntax_plugin_pageindex::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/pageindex/syntax.php on line 177
Analyse : Faire une Analyse Bivariée
- Problème : Comment faire une analyse thématique pour 2 variable dont l'une représente la taille (du cercle par exemple) et l'autre la teinte à l'intérieur du cercle (variable visuelle Valeur : exemple taux d'accroissement)
- Principe : Il faut successivement faire une analyse par classe sur la variable A, forcément numérique, avec Style: propagation par taille. Ensuite, il faut faire une analyse par valeur individuelle sur la variable B (numérique ou caractère), avec Style: appliquer à couleur.
- Solution : En travaillant avec des points (pour transformer polygones en points :
→ “Update TABLE set obj = createpoint (centroidx(obj), centroidy(obj))”
Sur la même table de points appliquer 2 analyses thématiques (par classe) successives :
- Première analyse thématique : Données brutes = classes avec cercles proportionnels (Taille) ; Appliquer à : cocher tous les attributs
- Deuxième analyse : Données relatives = classes par couleurs ou trame (taux, indices…) ; Appliquer à : cocher couleurs
- Placer dans le contrôle des couches l'analyse des classes en taille en dessous de celle des couleurs