File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -889,7 +889,8 @@ Broadcasting two arrays together follows these rules:
889889
890890If this explanation does not make sense, try reading the explanation
891891[ from the documentation] ( http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html )
892- or [ this explanation] ( http://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc ) .
892+ or [ this explanation] ( https://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc ) .
893+
893894
894895Functions that support broadcasting are known as * universal functions* . You can find
895896the list of all universal functions
@@ -1053,7 +1054,7 @@ across two sets of points; you can read about it
10531054In this section give a brief introduction to the ` matplotlib.pyplot ` module,
10541055which provides a plotting system similar to that of MATLAB.
10551056
1056- <a name =' matplotlib-plot ' ></a >
1057+ <a name =' matplotlib-plotting ' ></a >
10571058
10581059### Plotting
10591060The most important function in matplotlib is ` plot ` ,
You can’t perform that action at this time.
0 commit comments