> Complementing my yesterday comment, as far as I've tested : > MatPlotLib 1.0.0 : "plot3d_parametric_line" command and "surface_color" > option for 3D plots don't work.
Yes we require matplotlib > 1.0 for the whole plotting module to work as import_module checks for versions > 1.0. > MatPlotLib 1.1.1 : only "surface_color" option for 3D plots don't work; There was bug in matplotlib 1.1.1 related to surface_color. So we have a condition where surface color works only in versions greater than or equal to 1.2. If you use matplotlib < 1.2, it prints a warning that surface color wont work. I agree that we need to mention in the documentation about the minimum requirement for matplotlib being 1.0. Thanks, Bharath M R -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
