error using PyPlot in windows 10 x64
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
when i try to plot something using PyPlot
> using PyPlot
> t=0.1:0.1:2pi
> s=sin(t)
> plot(t,s)
>
> 1-element Array{PyCall.PyObject,1}:
> PyObject
how can i solve this ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.