search for: lpdf

Displaying 1 result from an estimated 1 matches for "lpdf".

Did you mean: gpdf
2007 Oct 10
0
rendering dashed steps produces solid horizontal lines (PR#9953)
Full_Name: Chris Bainbridge Version: 2.2.1 OS: Linux Submission from: (NULL) (86.157.4.96) The following python script will render two pdf files, one with lines and one with steps. The pdf with steps (s.pdf) renders the horizontal line as a solid when it should be dotted as in lpdf. It seems as though R tries to render every data point individually when using steps, but manages to join them all together as a straight line when using lines. #!/usr/bin/python import os...