picar / pyrrd

Automatically exported from code.google.com/p/pyrrd
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

"slope-mode" option support #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create Graph object with slope_mode=' ', i.e. graph = Graph(...., 
slope_mode=' ' ....)
2. Write image file with debugging turned on: graph.write(debug=True)

What is the expected output? What do you see instead?

"--slope-mode " parameter not set in result command line as expected.

What version of the product are you using? On what operating system?

I'm using 0.0.7-1 version of pyrrd on Ubuntu Linux.

Please provide any additional information below.

There is no slope_mode parameter in validParams list in 
external.prepareObject() function for 'graph' mode call. And no self.slope_mode 
= slope_mode assignment in graph.Graph.__init__() method.

Original issue reported on code.google.com by N.Bukha...@gmail.com on 2 Nov 2010 at 6:37

GoogleCodeExporter commented 9 years ago
A fix for this has been pushed up to the repo (for both external and bindings 
backends). Thanks!

Original comment by duncan.m...@gmail.com on 22 Jun 2011 at 3:51