How to install blockdiagcontrib-nationalflags
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install blockdiagcontrib-nationalflags
Lastest release
A plugin for blockdiag that provides shapes for national-flags. The shapes are using National Flags images provided by Wikipedia .
Diagram examples
blockdiagcontrib-nationalflags renders network icon as node's shape.
Example:
diagram admin { A [shape = "nationalflag.japan"]; }
Or, use shape_namespace keyword:
diagram admin { shape_namespace = "nationalflag"; A [shape = "japan"]; }
See more examples and output images in http://packages.python.org/blockdiagcontrib-nationalflags/ .
Requirements
- blockdiag 0.9.1 or later
License
Python Software Foundation License.