Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
sorry, forget remove comment symbols
real patch
===================================================================
--- svnplotbase.py  (revision 256)
+++ svnplotbase.py  (working copy)
@@ -10,6 +10,9 @@
 __revision__ = '$Revision:$'
 __date__     = '$Date:$'

+import matplotlib
+matplotlib.use("Agg")
+
 import matplotlib.pyplot as plt
 from matplotlib.dates import YearLocator, MonthLocator, DateFormatter
 from matplotlib.ticker import FixedLocator, FormatStrFormatter
Index: svnplot.py
===================================================================
--- svnplot.py  (revision 256)
+++ svnplot.py  (working copy)
@@ -35,6 +35,8 @@
 __revision__ = '$Revision:$'
 __date__     = '$Date:$'

+import matplotlib
+matplotlib.use("Agg")

 import matplotlib.pyplot as plt
 import matplotlib.mpl as mpl




Original comment by [email protected] on 9 Feb 2010 at 3:46

from svnplot.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Thanks for patch. I will add the fix to trunk this weekend. It will be 
available in next release.

Original comment by [email protected] on 10 Feb 2010 at 3:44

  • Changed state: Accepted

from svnplot.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Issue 23 has been merged into this issue.

Original comment by [email protected] on 13 Feb 2010 at 3:08

from svnplot.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
svnplot-js is now available in trunk. svnplot-js generates plots as 'client 
side' java script and donot have dependency on matplotlib or numpy.

Original comment by [email protected] on 12 Mar 2010 at 4:58

  • Changed state: Started

from svnplot.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Fixed in trunk will be available in next release. Sorry for the delay.

Original comment by [email protected] on 25 Aug 2010 at 6:32

  • Changed state: Fixed

from svnplot.

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.