Skip to content
Snippets Groups Projects
Forked from empyre / empyre
Source project has a limited visibility.
  • Jan Caron's avatar
    825d30f8
    Fix for matplotlib installation. · 825d30f8
    Jan Caron authored and Jan Caron's avatar Jan Caron committed
    Moved .mplstyle files inside vis.
    setup.cfg: added options.packages.find
        removed 3Dplot requirements (for now).
    setup.py: moved stylesheet installation to vis.tools, now optional.
    vis.tools: also added a use_style contextmanager that dynamically uses
        local styles (in package) or styles installed in user config folder.
    colors/decorators/plot2d: now use the new use_style contextmanager.
    825d30f8
    History
    Fix for matplotlib installation.
    Jan Caron authored and Jan Caron's avatar Jan Caron committed
    Moved .mplstyle files inside vis.
    setup.cfg: added options.packages.find
        removed 3Dplot requirements (for now).
    setup.py: moved stylesheet installation to vis.tools, now optional.
    vis.tools: also added a use_style contextmanager that dynamically uses
        local styles (in package) or styles installed in user config folder.
    colors/decorators/plot2d: now use the new use_style contextmanager.