Some documentation on main page points to obsolete subdirectories · Issue #10016 · matplotlib/matplotlib · GitHub
Skip to content

Some documentation on main page points to obsolete subdirectories #10016

Description

@quentinfrancois0

EDIT (jklymak) Old title is below:

Fundamental issue is that If you do a search on "radar plot matplotlib" you get sent here:

https://matplotlib.org/examples/api/radar_chart.html

This of course refers to 2.0.2 and /examples/ isn't a directory any more in our tree.

  1. Robots should probably be redirected to the proper page.
  2. It'd be nice if the old docs could get a version marker as per PR Add version to documentation header #10065

Example of radar chart (matplotlib v.2.1.1) doesn't work

I just tried to run the radar chart example on a Mac (MacOS 10.13.1) with python 3.5.4 and matplotlib 2.1.1. and the radars aren't displayed correctly.

capture d ecran 2017-12-15 a 15 25 24

I found that this is the set_varlabels function which shifts the radars. Without the line 189 : ax.set_varlabels(spoke_labels) the radars look like that (but without the labels).

capture d ecran 2017-12-15 a 15 32 13

As I'm new on matplotlib and python I didn't succeed in finding a solution.

Thank's for your help

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions