Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SciML/DimensionalPlotRecipes.jl

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DimensionalPlotRecipes.jl

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  - Transforms the complex numbers to use their modulus
# :modulus2 - Transforms the complex numbers to use their squared 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 data visualization of scientific machine learning (SciML)

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.