Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
The linux build seems to use an older version of matplotlib < 1.0.x. This is 
not compatible with the CupProfile dialog. I patched this dialog to work also 
with older versions of matplotlib. However, I would like to suggest to upgrade 
the lib in the Linux build.

Original comment by [email protected] on 22 Apr 2011 at 9:15

  • Changed state: Accepted

from artisan.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
found same problem in the HTML-Report.
similar terminal message

Original comment by [email protected] on 22 Apr 2011 at 10:15

from artisan.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Could you give us the exact terminal message for this HTML-Report case such 
that we see some line numbers?

Thanks
M.

Original comment by [email protected] on 23 Apr 2011 at 1:55

from artisan.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
terminal message for the HTML-Report:


Traceback (most recent call last):
  File "artisan.py", line 5509, in htmlReport
    self.qmc.flavorchart()
  File "artisan.py", line 1756, in flavorchart
    self.ax1.fill_between(angles,0,self.flavors, facecolor='green', alpha=0.1, interpolate=True)
  File "/usr/lib/pymodules/python2.6/matplotlib/axes.py", line 6038, in fill_between
    collection = mcoll.PolyCollection(polys, **kwargs)
  File "/usr/lib/pymodules/python2.6/matplotlib/collections.py", line 666, in __init__
    Collection.__init__(self,**kwargs)
  File "/usr/lib/pymodules/python2.6/matplotlib/collections.py", line 108, in __init__
    self.update(kwargs)
  File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 621, in update
    raise AttributeError('Unknown property %s'%k)
AttributeError: Unknown property interpolate





Original comment by [email protected] on 23 Apr 2011 at 7:03

from artisan.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Ok. So it is the very same issue. This is now solved in code such that Artisan 
will automatically detect older versions of matplotlib and deactivate this 
axis.fill feature. Not sure when the next Linux binary including this fix will 
be released..

Original comment by [email protected] on 23 Apr 2011 at 7:21

  • Changed state: Fixed

from artisan.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I use now a new trunk-version of artisan with typing 'python artisan.py' in 
terminal window.
Both problems are fixed.

thank you.

Original comment by [email protected] on 27 Apr 2011 at 6:47

from artisan.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Thanks for reporting and testing.

Original comment by [email protected] on 27 Apr 2011 at 7:20

from artisan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.