JuliaPy / JuliaPy/PyPlot.jl

error using PyPlot in windows 10 x64

Open
#324 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.