#8570: Allow "marker" option to be passed to matplotlib on list_plot() and
point()
---------------------------+------------------------------------------------
Reporter: ronanpaixao | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: graphics | Keywords: plot marker
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Currently, there's no obvious way to pass the marker option to matplotlib
when plotting individual points, which would be mostly with this option.
It appears that plot() has deviated from other plot types, since it does
allow the marker option, but apparently only for function plots.
using plot(points(point_list),marker='x') ignores the marker option
using list_plot(point_list,marker='x') or points(point_list,marker='x')
gives a warning:
verbose 0 (136: primitive.py, options) WARNING: Ignoring option
'marker'=x
but displays the points nevertheless, though ignoring the marker option.
Also, setting plot.options['marker'] = 'x' or
Graphics().SHOW_OPTIONS['marker'] = 'x' do not work.
Somewhat related to #4529, #1431 and #5448, which seem to be related to
not passing kwargs to matplotlib.
So far, I haven't been able to find a way to seamless join matplotlib's
system with the sage.plot options.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8570>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.