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

obsolete use of linspace in screenshot #12

Closed
kookma opened this issue Sep 22, 2020 · 1 comment
Closed

obsolete use of linspace in screenshot #12

kookma opened this issue Sep 22, 2020 · 1 comment

Comments

@kookma
Copy link

kookma commented Sep 22, 2020

linspace

In https://github.com/mitmath/julia-mit the Readme has example for plotting using PyPlot. I has the below code

using PyPlot x=linspace(0, 2pi, 1000) y=sin(3x + 4cos(2x)) plot(x,y, color=red, linewidth=2.0, linestyle="--") title("plot of an oscillatory function") xlabel("the x axis")

But the Julia 1.5 does not support linspcae and this is confusing for newbies.

@stevengj stevengj changed the title Issue Readme on main page of repo obsolete use of linspace in screenshot Sep 22, 2020
@stevengj
Copy link
Collaborator

Yes, I should update that screenshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants