Skip to content
#

plotting

Here are 659 public repositories matching this topic...

Go scientific library for machine learning, linear algebra, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, more.

  • Updated May 13, 2020
  • Go
melonedo
melonedo commented Apr 17, 2020

In the manual/backends section, the example

unicodeplots()
plot([sin cos])

could not run, Julia 1.4.0 errors:

ERROR: MethodError: no method matching unzip(::Array{Tuple{Array{Float64,1},Array{Float64,1}},2})

You might have used a 2d row vector where a 1d column vector was required.
Note the difference between 1d column vector [1,2,3] and 2d row vector [1 2 

Improve this page

Add a description, image, and links to the plotting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plotting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.