Skip to content

Reintroduce examples.directory rcParams to customize cbook.get_sample_data() lookup location #1478

Closed
@sandrotosi

Description

@sandrotosi

Hello,
following Debian policies, we're shipping the 'sample_data' contents in /usr/share/matplotlib/sample_data/ but cbook.get_sample_data() looks up those files into the module directory.

I tried patching get_sample_data() to set root to the path above, but that caused all the examples using get_sample_data() to fail in generating the images during documentation build because at that time, /usr/share/matplotlib/sample_data/ is still not populate.

I've then decided to reintroduce examples.directory parameter: this way I'll be able to set the temporary path during build time, and the correct path once the package will be installed.

I'll start writing a patch right away, I'll post it here once ready.

Cheers,
Sandro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions