Example: standard_map

Demo for standard_map

Use LyapunovExponents.standard_map to generate a LyapunovExponents.LEDemo (which wraps LEProblem) and solve it.

using LyapunovExponents
using Plots
demo = solve!(LyapunovExponents.standard_map(); progress=1)
report(demo)
plt = plot(demo)