foni / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

Dicompyler does not work with Matplotlib 1.2+ #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installation of matplotlib 1.2 or newer.
Running dicompyler from source

What is the expected output? What do you see instead?
Visualization of contours and DVH calcualtion.
execution frozen after trying to calculate 

What version of the product are you using? On what operating system?
dicompyler 4.1 / Win7 64 bit

Please provide any additional information below.
Apparently turning matplotlib back to version 1.1.0 solves the issue

Original issue reported on code.google.com by Akos.Gul...@gmail.com on 2 Aug 2013 at 8:04

Attachments:

GoogleCodeExporter commented 9 years ago
According to the matplotlib documentation [1], the nxutils module has been 
deprecated in version 1.2 and above. The code needs to be changed to use the 
contains_point function instead. In the meantime, as you stated, dicompyler 
requires 1.1.0 or below.

I have updated the build requirements to state that 1.1 is the highest version 
of matplotlib that can be used.

[1] http://matplotlib.org/1.2.1/api/nxutils_api.html

Original comment by bastula on 11 Aug 2013 at 4:17