#16325: implicit_plot does not handle color parameter properly
-------------------------------------+-------------------------------------
       Reporter:  ppurka             |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  graphics           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:  Karl-Dieter Crisman
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/ppurka/ticket/16325              |  2ecec6b91cce92fc326ed83e1bcb051eb2e4d203
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by ppurka):

 I don't know why you are getting such errors. Things are working fine for
 me.

 {{{
 ~/Installations/sage-git» sage -tp --long src/sage/plot
 too few successful tests, not using stored timings
 Running doctests with ID 2014-08-16-18-13-09-745f1adf.
 Sorting sources by runtime so that slower doctests are run first....
 Doctesting 51 files using 2 threads.
 sage -t --long src/sage/plot/graphics.py
     [411 tests, 195.73 s]
 sage -t --long src/sage/plot/plot.py
     [389 tests, 230.06 s]
 sage -t --long src/sage/plot/line.py
     [79 tests, 38.26 s]
 sage -t --long src/sage/plot/contour_plot.py
     [125 tests, 91.69 s]
 sage -t --long src/sage/plot/plot3d/implicit_plot3d.py
     [57 tests, 37.78 s]
 sage -t --long src/sage/plot/plot3d/base.pyx
     [269 tests, 30.36 s]
 sage -t --long src/sage/plot/plot3d/plot3d.py
     [227 tests, 28.19 s]
 sage -t --long src/sage/plot/matrix_plot.py
     [62 tests, 27.53 s]
 sage -t --long src/sage/plot/point.py
     [81 tests, 23.88 s]
 sage -t --long src/sage/plot/complex_plot.pyx
     [31 tests, 23.32 s]
 sage -t --long src/sage/plot/polygon.py
     [71 tests, 18.16 s]
 sage -t --long src/sage/plot/animate.py
     [99 tests, 20.08 s]
 sage -t --long src/sage/plot/circle.py
     [54 tests, 17.22 s]
 sage -t --long src/sage/plot/arrow.py
     [66 tests, 17.25 s]
 sage -t --long src/sage/plot/plot3d/plot_field3d.py
     [8 tests, 13.80 s]
 sage -t --long src/sage/plot/plot3d/parametric_plot3d.py
     [196 tests, 15.08 s]
 sage -t --long src/sage/plot/plot_field.py
     [53 tests, 15.75 s]
 sage -t --long src/sage/plot/plot3d/tachyon.py
     [312 tests, 14.86 s]
 sage -t --long src/sage/plot/density_plot.py
     [35 tests, 14.73 s]
 sage -t --long src/sage/plot/plot3d/shapes2.py
     [109 tests, 11.13 s]
 sage -t --long src/sage/plot/text.py
     [42 tests, 9.88 s]
 sage -t --long src/sage/plot/bezier_path.py
     [37 tests, 8.35 s]
 sage -t --long src/sage/plot/misc.py
     [42 tests, 9.13 s]
 sage -t --long src/sage/plot/ellipse.py
     [35 tests, 8.84 s]
 sage -t --long src/sage/plot/arc.py
     [39 tests, 8.62 s]
 sage -t --long src/sage/plot/disk.py
     [55 tests, 8.50 s]
 sage -t --long src/sage/plot/plot3d/parametric_surface.pyx
     [85 tests, 8.03 s]
 sage -t --long src/sage/plot/colors.py
     [248 tests, 5.38 s]
 sage -t --long src/sage/plot/bar_chart.py
     [22 tests, 6.34 s]
 sage -t --long src/sage/plot/plot3d/revolution_plot3d.py
     [20 tests, 6.09 s]
 sage -t --long src/sage/plot/plot3d/shapes.pyx
     [159 tests, 6.37 s]
 sage -t --long src/sage/plot/plot3d/transform.pyx
     [25 tests, 4.83 s]
 sage -t --long src/sage/plot/scatter_plot.py
     [19 tests, 5.11 s]
 sage -t --long src/sage/plot/plot3d/list_plot3d.py
     [37 tests, 3.73 s]
 sage -t --long src/sage/plot/hyperbolic_arc.py
     [8 tests, 4.27 s]
 sage -t --long src/sage/plot/plot3d/implicit_surface.pyx
     [93 tests, 2.65 s]
 sage -t --long src/sage/plot/step.py
     [4 tests, 3.44 s]
 sage -t --long src/sage/plot/plot3d/platonic.py
     [41 tests, 2.79 s]
 sage -t --long src/sage/plot/primitive.py
     [43 tests, 2.90 s]
 sage -t --long src/sage/plot/plot3d/tri_plot.py
     [70 tests, 0.98 s]
 sage -t --long src/sage/plot/hyperbolic_triangle.py
     [8 tests, 2.53 s]
 sage -t --long src/sage/plot/plot3d/index_face_set.pyx
     [48 tests, 0.94 s]
 sage -t --long src/sage/plot/plot3d/texture.py
     [61 tests, 0.54 s]
 sage -t --long src/sage/plot/java3d.py
     [1 test, 0.05 s]
 sage -t --long src/sage/plot/plot3d/examples.py
     [4 tests, 0.59 s]
 sage -t --long src/sage/plot/plot3d/point_c.pxi
     [0 tests, 0.00 s]
 sage -t --long src/sage/plot/plot3d/help.pyx
     [0 tests, 0.00 s]
 sage -t --long src/sage/plot/plot3d/all.py
     [0 tests, 0.00 s]
 sage -t --long src/sage/plot/plot3d/__init__.py
     [0 tests, 0.00 s]
 sage -t --long src/sage/plot/all.py
     [0 tests, 0.00 s]
 sage -t --long src/sage/plot/__init__.py
     [0 tests, 0.00 s]
 ----------------------------------------------------------------------
 All tests passed!
 ----------------------------------------------------------------------
 Total time for all tests: 509.0 seconds
     cpu time: 813.9 seconds
     cumulative wall time: 1005.8 seconds


 ~/Installations/sage-git» sage --version
 Sage Version 6.4.beta0, Release Date: 2014-08-14
 ~/Installations/sage-git» git s
 On branch ticket/16325
 nothing to commit, working directory clean

 ~/Installations/sage-git» git l -n 3
 * eb27cd8 - (HEAD, refs/heads/ticket/16325) simplify bordercolor 10
 minutes ago <Punarbasu Purkayastha>
 *   a7382e5 - Merge branch 'u/ppurka/ticket/16325' of
 trac.sagemath.org:sage into ticket/16325 51 minutes ago <Punarbasu
 Purkayastha>
 |\
 | * 2ecec6b - (refs/remotes/trac/u/ppurka/ticket/16325) bordercolor must
 not be a list. Fix this error. 3 months ago <Punarbasu Purkayastha>%
 ~/Installations/sage-git» git l -n 6
 * eb27cd8 - (HEAD, refs/heads/ticket/16325) simplify bordercolor 11
 minutes ago <Punarbasu Purkayastha>
 *   a7382e5 - Merge branch 'u/ppurka/ticket/16325' of
 trac.sagemath.org:sage into ticket/16325 51 minutes ago <Punarbasu
 Purkayastha>
 |\
 | * 2ecec6b - (refs/remotes/trac/u/ppurka/ticket/16325) bordercolor must
 not be a list. Fix this error. 3 months ago <Punarbasu Purkayastha>
 | * 2b1a65b - Enable fillcolor and bordercolor for implicit_plot 3 months
 ago <Punarbasu Purkayastha>
 * | 07b385d - (refs/remotes/origin/develop, refs/heads/develop) Updated
 Sage version to 6.4.beta0 2 days ago <Volker Braun>
 * |   974c1c1 - Trac #16807: Overflow error in conversion Integer ->
 FiniteFieldElement_pari_ffelt 3 days ago <Release Manager>
 |\ \  %
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16325#comment:8>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to