Coder Social home page Coder Social logo

graph-easy-cn's Introduction

简介

Graph::Easy 是一个处理图形DSL的Perl模块,它有如下功能:

  • 提供了一种易懂,可读性很强的图形描述语言
  • 一种支持 ASCII Art 的基于网格的布局器
  • 可以导出为Graphviz, VCG(Visualizing Compiler Graphs), GDL(Graph Description LAnguages) 和 GraphML格式。
  • 可以从Graphviz, VCGGDL导入图像。

本文档旨在让你学会使用Graph::Easy语言来创建图像(或者流程图),然后将它转换为ASCII, HTML, SVG或者是可以导出为png或者pdf文件的Graphviz格式。

要了解本模块,请从概述开始。

下载和镜像

可以在CPAN下载Graph::Easy

如果你想创建一个镜像,请联系作者. 本文档可以在下面这些网站找到:

Demo和使用本模块的网站

Demo可以在这里看到(现在这个网站已经无法打开);这个模块也在一些perl的graph的模块使用;另外,可以通过Mediawiki插件在wiki里面使用这个模块;你深知可以把这种图形添加到POD中。

下面的一些网站和项目使用了本模块:

bug反馈

如果有问题,可以给作者发邮件; Bug反馈在rt.cpan.org

graph-easy-cn's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

graph-easy-cn's Issues

安装后,找不到命令

已经成功安装了这个模块,在perl文件里也可以用,但命令行里没法用。请问需要怎么设置环境变量,才可以正确使用。

% cpanm Graph::Easy
Graph::Easy is up to date. (0.76)
% perl -e 'use Graph::Easy'
% graph-easy <<< '[a]->[b]->[c][b]->[d]->[e]'
zsh: command not found: graph-easy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.