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

Error in AxesGrid docs #699

Closed
WeatherGod opened this issue Feb 9, 2012 · 2 comments
Closed

Error in AxesGrid docs #699

WeatherGod opened this issue Feb 9, 2012 · 2 comments

Comments

@WeatherGod
Copy link
Member

For the constructor of AxesGrid in mpl_toolkits.axes_grid1, it states that the 'axes_class' kwarg is a type object which must be a subclass of Axes. If the axes that is passed in is a regular rectilinear Axes object, it works as expected (or if passed None). However, if the axes is any other type, then the constructor appears to want to unpack axes_class into an axes class and arguments for the initialization of the class. This needs to be stated in the docs.

Note that such change in the docs might then conflict with usage of host_subplot(), which does not do the same behavior for axes_class kwarg.

@ghost ghost assigned leejjoon Jul 21, 2013
@tacaswell tacaswell added this to the v1.4.x milestone Aug 18, 2014
@tacaswell
Copy link
Member

related to #4015

@tacaswell tacaswell modified the milestones: 1.5.0, v1.4.x Feb 7, 2015
@tacaswell tacaswell modified the milestones: proposed next point release, next point release Jul 17, 2015
@tacaswell
Copy link
Member

I think this is closed by #4015

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

No branches or pull requests

3 participants