Posts by Jeff • 23 points
3 posts
-
1
votes1
answer109
viewsA: Get values from a list and column
You can create a variable with an initially True bool. When evaluating a column, switch to False if a number is even. Thus, if the variable continues True after evaluating the entire column, then…
-
0
votes1
answer751
viewsQ: increase the size of matplotlib numbers
How can I increase the size of graph numbers (those marked on x and y axes) in matplotlib? Similar to changing font size.
-
0
votes1
answer756
viewsQ: connect matplotlib points
My program plots independent points but I would like to connect the a_min's and a_max's. How can I do that? In this case, there would be two parallel lines. He’s filling up like this: '''…