Home
last modified time | relevance | path

Searched refs:mlstyle (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/
H A D__init__.py374 mlstyle=None, argument
442 mlstyle=mlstyle,
468 mlstyle=None, argument
532 mlstyle=mlstyle,
H A Dcoordinates.py1929 mlstyle=None, argument
2032 mlstyle = toyplot.style.require(mlstyle, allowed=toyplot.style.allowed.text)
2085 mlstyle=mlstyle,
2152 mlstyle=None, argument
2221 mlstyle = toyplot.style.require(mlstyle, allowed=toyplot.style.allowed.text)
2268 mlstyle=mlstyle,
2696 mlstyle=None, argument
2747 mlstyle = toyplot.style.require(mlstyle, allowed=toyplot.style.allowed.text)
2790 mlstyle=mlstyle,
3010 mlstyle, argument
[all …]
H A Dmark.py713 mlstyle, argument
752 self._mlstyle = toyplot.style.require(mlstyle, allowed=toyplot.style.allowed.text)
796 mlstyle, argument
821 self._mlstyle = toyplot.style.require(mlstyle, allowed=toyplot.style.allowed.text)
/dports/science/qmcpack/qmcpack-3.11.0/nexus/bin/
H A Dqmca1460 mlcolor,mlstyle = color_wheel.next_marker_line()
1495 … plt.errorbar(xvals,yvals,yerrs,color=mlcolor,fmt=mlstyle,label=prefix)
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c22186 Dwg_Object_MLINESTYLE *mlstyle; in dwg_add_Document() local
22434 mlstyle = dwg_add_MLINESTYLE (dwg, "Standard"); in dwg_add_Document()
22435 obj = dwg_obj_generic_to_object (mlstyle, &error); in dwg_add_Document()
24286 Dwg_Object_MLINESTYLE *mlstyle = NULL; in dwg_add_MLINE() local
24305 mlstyle = obj->tio.object->tio.MLINESTYLE; in dwg_add_MLINE()
24306 _obj->num_lines = mlstyle->num_lines; in dwg_add_MLINE()
24332 sincos (mlstyle->start_angle, &sina, &cosa); in dwg_add_MLINE()
24334 const double cosa = cos (mlstyle->start_angle); in dwg_add_MLINE()
24335 const double sina = sin (mlstyle->start_angle); in dwg_add_MLINE()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog2523 The DXFIN fix is: MLINESTYLE Bad mlstyle start angle.