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
Research direction
Start by reproducing the reported Julia REPL commands with PyPlot on Windows 10 x64 and compare the displayed result with the user's claimed error. Identify the missing error details or failure point, then verify that plotting completes successfully and document or correct the Windows-specific behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, matplotlib, python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100