X Tutup
Skip to content

FIX: numpy arrays are not 'truthy'#8025

Merged
NelleV merged 1 commit intomatplotlib:v2.0.xfrom
tacaswell:fix_log_subs
Feb 6, 2017
Merged

FIX: numpy arrays are not 'truthy'#8025
NelleV merged 1 commit intomatplotlib:v2.0.xfrom
tacaswell:fix_log_subs

Conversation

@tacaswell
Copy link
Copy Markdown
Member

Check if not None, not the truth value of self.subs when setting
up log scales.

closes #8023

Check if not None, not the truth value of `self.subs` when setting
up log scales.

closes matplotlib#8023
@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Feb 5, 2017
@dopplershift dopplershift changed the title FIX: numpy arrays are not 'truthy' [MRG+1] FIX: numpy arrays are not 'truthy' Feb 6, 2017
@NelleV NelleV merged commit 9c031b9 into matplotlib:v2.0.x Feb 6, 2017
@QuLogic QuLogic changed the title [MRG+1] FIX: numpy arrays are not 'truthy' FIX: numpy arrays are not 'truthy' Feb 6, 2017
@tacaswell tacaswell deleted the fix_log_subs branch February 6, 2017 22:15
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.

3 participants

X Tutup