Skip to content

Commit

Permalink
Merge pull request mGalarnyk#12 from advayaggarwal/patch-2
Browse files Browse the repository at this point in the history
Update plotData.m
  • Loading branch information
mGalarnyk authored Mar 22, 2020
2 parents 4bcc152 + 62210ec commit 1ee729c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Stanford_Machine_Learning/Week2/Assignment/Matlab/plotData.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function plotData(x, y)
% markers larger by using plot(..., 'rx', 'MarkerSize', 10);



plot(x,y,'rx', 'MarkerSize', 10);
xlabel("population");
ylabel("revenue");


% ============================================================
Expand Down

0 comments on commit 1ee729c

Please sign in to comment.