This is a visualization package to render typical figures for dynamics.
-
hiscatter()
: Recieving 1d array, lender log-log(default) histogram without bar.- Multi-dimensional array input.
- Sometime errors occur.
- Use
@recipe
.
-
timeeolvution()
: Recieving DataFrame, lender a plot using column names. -
pointcloud()
: Recieving Matrix of vector of points, draw a scatter plot. -
bifurcation()
: Recieving DataFrame that has 1d parameter varying and some values. This will be a generalization oftime_eolvution()
.