Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose interpolation short names at module level. #4718

Merged
merged 7 commits into from Jul 22, 2015

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Jul 16, 2015

Because why not ?

In particular it makes it easier to create a widget that expose the interpolation
as a drop-down menu.

Because why not ?
And it makes it easier to create a widget that expose the interpolation
as a drop-down menu.
@tacaswell tacaswell modified the milestone: proposed next point release Jul 17, 2015
@Carreau
Copy link
Contributor Author

Carreau commented Jul 21, 2015

OK, test passes. I can rebase and squash if desired.

}


interpolations_names = list(six.iterkeys(_interpd_))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we make this a set so that it enforces the lack of order? Don't want people using py27 to think that the entries in this list will always be in the same order.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 to set

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

WeatherGod added a commit that referenced this pull request Jul 22, 2015
Expose interpolation short names at module level.
@WeatherGod WeatherGod merged commit b1b4fb8 into matplotlib:master Jul 22, 2015
@Carreau Carreau deleted the global-interpolation branch July 22, 2015 22:43
@Carreau
Copy link
Contributor Author

Carreau commented Jul 22, 2015

Yeah. Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants