<div dir="ltr">This *might* be fixed in master. Which version of matplotlib are you using?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 9, 2017 at 7:54 AM, Julian Gethmann <span dir="ltr"><<a href="mailto:mail.python.org@gethmann.org" target="_blank">mail.python.org@gethmann.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hallo,<br>
<br>
is it possible, and if so how, to define a marker with the tuple definition (numsides, style, angle) [1] inside a style sheet (or matplotlibrc)?<br>
<br>
For normal markers I use the axes.prop_cycle like<br>
```<br>
axes.prop_cycle: cycler("marker", ["x", "+", "1"])<br>
```<br>
. If I now want to insert a tuple like marker,<br>
```<br>
axes.prop_cycle: cycler("marker", ["x", "+", (5, 2, 1)])<br>
```<br>
 then it is being transformed into a string `"(5, 2, 1)"`.<br>
If I don't use parenthesis like in other tuple values in the matplotlibrc (e. g. `#lines.dashed_pattern : 2.8, 1.`[2]) then it is interpreted as three different marker styles which do not exist [3].<br>
<br>
[1] <a href="http://matplotlib.org/api/markers_api.html" rel="noreferrer" target="_blank">http://matplotlib.org/api/mark<wbr>ers_api.html</a><br>
[2] <a href="http://matplotlib.org/_static/matplotlibrc" rel="noreferrer" target="_blank">http://matplotlib.org/_static/<wbr>matplotlibrc</a><br>
[3] in my example: `ValueError: Unrecognized marker style 5`<br>
<br>
<br>
Many thanks,<br>
<br>
Julian<br>
______________________________<wbr>_________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/matplotlib-users</a><br>
</blockquote></div><br></div>