You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #49, but more specifically, there is a long code block of logically-similar conditional setting which can and should be reduced down to three or so lines using setattr(), since the statements all have the same structure:
Similarly to #49, but more specifically, there is a long code block of logically-similar conditional setting which can and should be reduced down to three or so lines using
setattr()
, since the statements all have the same structure:cf-plot/cfplot/cfplot.py
Lines 8275 to 8381 in efe94c7
The text was updated successfully, but these errors were encountered: