ó
 ,µ[c           @   sĖ   d  Z  d d l Z d d l m Z e   d d !Z x e D] Z d e j e j e  e j	 e  f GHe j
 j e  Z e j e j d <d e j d	 <d
 e j d <d e j d <e j e j d  q9 Wd S(   sm   
======
Atlas2
======

Write first 20 graphs from the graph atlas as graphviz dot files
Gn.dot where n=0,19.
i’’’’N(   t   graph_atlas_gi    i   s#   graph %s has %d nodes with %d edgest   labelt   redt   colort   filledt   stylet   circlet   shapes   .dot(   t   __doc__t   networkxt   nxt   networkx.generators.atlasR    t   atlast   Gt   namet   number_of_nodest   number_of_edgest	   nx_agrapht	   to_agrapht   At
   graph_attrt	   node_attrt   write(    (    (    s/   share/doc/networkx-2.2/examples/graph/atlas2.pyt   <module>	   s   $