Scripts and Utilities -- Jgraph lecture links


  • Jim Plank
  • Directory: /home/cs494/notes/Jgraph
  • This file: http://www.cs.utk.edu/~plank/plank/classes/cs494/494/notes/Jgraph/links.html
  • The lecture notes: http://www.cs.utk.edu/~plank/plank/classes/cs494/494/notes/Jgraph/lecture.html

    setup

    Basic operation

    jgraph -P simp1.jgr > simp1.ps
    gv simp1.ps
    jgraph simp1.jgr > simp1.eps
    gv simp1.eps
    
    
    

    Simple Jgraph Examples

    simp1.jgr
    simp1.ps(gs simp1.ps)

    simp2.jgr
    simp2.ps(gs simp2.ps)


    Messing with the axes

    axis.jgr
    axis.ps(gs axis.ps)


    Messing with curves

    curve.jgr
    curve.ps(gs curve.ps)


    Strings

    string.jgr
    string.ps(gs string.ps)


    Legends

    legend1.jgr
    legend1.ps(gs legend1.ps)

    legend2.jgr
    legend2.ps(gs legend2.ps)


    Hash_Labels

    hlabels.jgr
    hlabels.ps(gs hlabels.ps)


    Bar Graphs

    bar.jgr
    bar.ps(gs bar.ps)


    Fancier things: polyhedrons

    poly.jgr
    poly.ps(gs poly.ps)


    Bezier curves

    football.jgr
    football.ps(gs football.ps)


    Postscript marks

    fbf.jgr
    fbf.ps(gs fbf.ps)


    Multiple graphs

    copygraph.jgr
    copygraph.ps(gs copygraph.ps)