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

Sign up
Appearance settings

TypeError (cycler) when trying to update matplotlib 3.5.2 with the custom styles #550

Open
@andreosokil

Description

How to solve this issue so the book can be used interactively in Jupyter?
Adding "import cycler" changes nothing, even though I have cycler 0.11.0.
Changing to "colors = ["#348ABD", "#A60628", "#7A68A6", "#467821"]" does not work as well (InvalidSyntax)

import matplotlib
matplotlib.rcParams.update(
 {
 "lines.linewidth": 2.0,
 "axes.edgecolor": "#bcbcbc",
 "patch.linewidth": 0.5,
 "legend.fancybox": True,
 "axes.prop_cycle": cycler('color', [
 "#348ABD",
 "#A60628",
 "#7A68A6",
 "#467821",
 "#CF4457",
 "#188487",
 "#E24A33"
 ]),
 "axes.facecolor": "#eeeeee",
 "axes.labelsize": "large",
 "axes.grid": True,
 "patch.edgecolor": "#eeeeee",
 "axes.titlesize": "x-large",
 "svg.fonttype": "path",
 "examples.directory": ""
 }
)
<img width="606" alt="Знімок екрана 2022年10月25日 о 14 12 43" src="https://user-images.githubusercontent.com/116641631/197758488-65619f57-e054-4e4f-bd82-fde902ec976d.png">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /