Skip to content

NEW FEATURE: Fix color bounds and others during animation

Summary

data-driven formatoptions should be fixed during the animation

Reason

Otherwise the plot limits changes all the time

Detailed explanation

The following formatoptions should be fixed:

  • xlim, ylim
  • bounds, vbounds
  • xticks, yticks, cticks, vcticks

Note that this cannot be implemented before https://github.com/psyplot/psyplot/issues/21 is implemented.