Skip to content

polar plots seems to stack points with magnitude greater than max required at the edge of the plot #9

@doutriaux1

Description

@doutriaux1
import vcs
import vcsaddons
import numpy

p = vcsaddons.createpolar()

p.list()

mag = [1,2,3,4,5]
angle = numpy.arange(5)/180.*numpy.pi

import vcs
x=vcs.init(bg=True)
p.x=x
p.magnitude_ticks = [0., .5, .75, 1, 1.5]
p.plot(mag,angle)

x.png("pol")

generates
pol

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions