Skip to content

Commit

Permalink
@randyzwitch : ECharts.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Jun 8, 2016
1 parent e2cf00f commit e3ad62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Computer-Graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ __Plotting for statistical Charts, Graphs, Plots, Histograms, Maps__:
+ [CData.jl](https://github.com/ma-laforge/CData.jl) :: C-Data Analysis/Visualization Suite.
+ [ComposeVideo.jl](https://github.com/arnim/ComposeVideo.jl) :: Video generator for Gadfly.jl.
+ [Displaz.jl](https://github.com/c42f/Displaz.jl) :: Julia bindings for [displaz](http:https://c42f.github.io/displaz), a cross platform las viewer application for displaying geospatial LiDAR data (point clouds and high level features deduced from such point clouds, and other geometry). The announcement on the [julia-dev ML by the core-dev ChrisFoster @c42f](https://groups.google.com/d/msg/julia-dev/qLdJTnLNQXU/mdTbMr1QhiMJ), also includes some installation instructions, which uses OpenGL display.
+ [ECharts.jl](https://github.com/wlbksy/ECharts.jl) :: Julia package for [ECharts](https://github.com/ecomfe/echarts)
+ [ECharts.jl](https://github.com/wlbksy/ECharts.jl) by @wlbksy :: Julia package for [ECharts](https://github.com/ecomfe/echarts)
+ [ECharts.jl](https://github.com/randyzwitch/ECharts.jl) by @randyzwitch :: Julia package for the ECharts visualization library.
+ [GainPatterns.jl](https://github.com/dressel/GainPatterns.jl) :: This package allows manipulation of gain patterns. A gain pattern is a collection of gains (or strengths) versus angle. If you have a vector of angles, and a vector of gains taken at these angles, you can create a GainPattern, then create publication-ready plots of these gain patterns using PGF with the GainPatternsTex.jl package.
+ [GainPatternsTex.jl](https://github.com/dressel/GainPatternsTex.jl) :: Plotting gain patterns.
+ [GL.jl](https://github.com/jayschwa/GL.jl) :: Experimental OpenGL bindings for Julia.
Expand Down
4 changes: 3 additions & 1 deletion db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Algorithms,Array-Matrix,julia-delayed-matrix,https://github.com/kk49/julia-delay
Algorithms,Array-Matrix,RandomBandedMatrices.jl,https://github.com/dlfivefifty/RandomBandedMatrices.jl),
Algorithms,Array-Matrix,Showoff.jl,https://github.com/dcjones/Showoff.jl,Nicely format an array of n things for tables and plots.
Algorithms,Array-Matrix,SizeArrays.jl,https://github.com/andreasnoackjensen/SizeArrays.jl,Julia array parametrised by size instead of dimension.
Algorithms,Array-Matrix,StructsOfArrays.jl,https://github.com/simonster/StructsOfArrays.jl,Structures of Arrays that behave like Arrays of Structures.
Algorithms,Array-Matrix,SoArrays.jl,https://github.com/simonster/SoArrays.jl,Structures of Arrays that behave like Arrays of Structures.
Algorithms,Array-Matrix,TimeArrays.jl,https://github.com/milktrader/TimeArrays.jl,A temporary repo exploring the union of SeriesPair arrays into multicolumn arrays with similar behavior.
Algorithms,Array-Matrix,WoodburyMatrices.jl,https://github.com/timholy/WoodburyMatrices.jl,Library support for the Woodbury matrix identity.
Expand Down Expand Up @@ -511,7 +512,8 @@ Computer-Graphics,INFOGRAPHICS,BBVis.jl,https://github.com/joehuchette/BBVis.jl,
Computer-Graphics,INFOGRAPHICS,CData.jl,https://github.com/ma-laforge/CData.jl,C-Data Analysis/Visualization Suite.
Computer-Graphics,INFOGRAPHICS,ComposeVideo.jl,https://github.com/arnim/ComposeVideo.jl,Video generator for Gadfly.jl.
Computer-Graphics,INFOGRAPHICS,Displaz.jl,https://github.com/c42f/Displaz.jl,Julia bindings for [displaz](http:https://c42f.github.io/displaz), a cross platform las viewer application for displaying geospatial LiDAR data (point clouds and high level features deduced from such point clouds, and other geometry). The announcement on the [julia-dev ML by the core-dev ChrisFoster @c42f](https://groups.google.com/d/msg/julia-dev/qLdJTnLNQXU/mdTbMr1QhiMJ), also includes some installation instructions, which uses OpenGL display.
Computer-Graphics,INFOGRAPHICS,ECharts.jl,https://github.com/wlbksy/ECharts.jl,Julia package for [ECharts](https://github.com/ecomfe/echarts)
Computer-Graphics,INFOGRAPHICS,ECharts.jl,https://github.com/wlbksy/ECharts.jl) by @wlbks,Julia package for [ECharts](https://github.com/ecomfe/echarts)
Computer-Graphics,INFOGRAPHICS,ECharts.jl,https://github.com/randyzwitch/ECharts.jl) by @randyzwitc,Julia package for the ECharts visualization library.
Computer-Graphics,INFOGRAPHICS,GainPatterns.jl,https://github.com/dressel/GainPatterns.jl,This package allows manipulation of gain patterns. A gain pattern is a collection of gains (or strengths) versus angle. If you have a vector of angles, and a vector of gains taken at these angles, you can create a GainPattern, then create publication-ready plots of these gain patterns using PGF with the GainPatternsTex.jl package.
Computer-Graphics,INFOGRAPHICS,GainPatternsTex.jl,https://github.com/dressel/GainPatternsTex.jl,Plotting gain patterns.
Computer-Graphics,INFOGRAPHICS,GL.jl,https://github.com/jayschwa/GL.jl,Experimental OpenGL bindings for Julia.
Expand Down

0 comments on commit e3ad62c

Please sign in to comment.