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

Replace "on/off" with "True/False" for boolean values #66

Open
douglatornell opened this issue Feb 19, 2019 · 3 comments
Open

Replace "on/off" with "True/False" for boolean values #66

douglatornell opened this issue Feb 19, 2019 · 3 comments
Labels
bug Something isn't working major Plots v3.3

Comments

@douglatornell
Copy link
Member

Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Starting with maplotlib==2.2:

Passing one of 'on', 'true', 'off', 'false' as a boolean is deprecated; 
use an actual boolean (True/False) instead.

Affected figure module(s):

  • research/velocity_section_and_surface.py
@douglatornell
Copy link
Member Author

Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


changed state from "new" to "open"

@douglatornell
Copy link
Member Author

Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Replace "on/off" with "True/False" for boolean values.

re: issue #66

@douglatornell
Copy link
Member Author

Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


changed content from "Starting with maplotlib==2.2:

Passing one of 'on', 'true', 'off', 'false' as a boolean is deprecated; 
use an actual boolean (True/False) instead.

Affected figure module(s):

  • research.velocity_section_and_surface.py" to "Starting with maplotlib==2.2:

    Passing one of 'on', 'true', 'off', 'false' as a boolean is deprecated;
    use an actual boolean (True/False) instead.

Affected figure module(s):

  • research/velocity_section_and_surface.py"

@douglatornell douglatornell added major Plots bug Something isn't working v3.3 labels Feb 2, 2020
@douglatornell douglatornell added this to the matplotlib-3 Figures milestone Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major Plots v3.3
Projects
None yet
Development

No branches or pull requests

1 participant