Skip to content

1.2.0 regression: custom scale not working #1844

@torfbolt

Description

@torfbolt

Custom scales are not respected by matplotlib 1.2.0, as can be seen comparing the two gallery examples
http://matplotlib.org/1.1.1/examples/api/custom_scale_example.html
and
http://matplotlib.org/examples/api/custom_scale_example.html

A quick print of matplotlib.scale.get_scale_names() shows that it is in the list. However, it does not seem to be applied when calling gca().set_yscale('mercator'). Calling gca().set_yscale('log') works however.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions