benneti / DimensionalPlotRecipes.jl

High dimensional numbers and reductions recipes for Plots.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DimensionalPlotRecipes.jl

Build Status Build status Coverage Status codecov.io

DimensionalPlotRecipes.jl is a recipe library for higher dimensional plotting with Plots.jl. Current recipes in the package include:

  • Improved complex number support
# Transformation Options:
# :split3D - Splits the complex numbers to a (real,real-part,imag-part) plot
# :split2D - Splits to form separate series for the real and imaginary parts
# :modulus - Tarnsforms the complex numbers to use their modulus
plot(x::AbstractArray{<:Real},
     y::Array{Complex{<:Number}};
     transformation=:split3D)

Future Support

  • Quaternions
  • Dimensional reduction (PCA,t-sne,etc.)

About

High dimensional numbers and reductions recipes for Plots.jl

License:Other


Languages

Language:Julia 73.1%Language:TeX 26.9%