Home
last modified time | relevance | path

Searched refs:grid_linestyle (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_xyplot.c126 fl_set_choice( xyplot_attrib->gridstyle, sp->grid_linestyle + 1 ); in xyplot_fill_in_spec_form()
168 if ( sp->grid_linestyle != defsp->grid_linestyle ) in xyplot_emit_spec_fd_code()
170 get_linestyle_name( sp->grid_linestyle ) ); in xyplot_emit_spec_fd_code()
240 if ( sp->grid_linestyle != defsp->grid_linestyle ) in xyplot_emit_spec_c_code()
242 get_linestyle_name( sp->grid_linestyle ) ); in xyplot_emit_spec_c_code()
H A Dfd_super.c261 ssp->grid_linestyle = sp->grid_linestyle; in spec_to_superspec()
445 sp->grid_linestyle = ssp->grid_linestyle; in superspec_to_spec()
H A Dfd_main.h753 int grid_linestyle; member
H A Dfd_spec.c1504 sp->grid_linestyle = g; in ff_read_sp_gridstyle()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/private/
H A Dpxyplot.h94 int grid_linestyle; member
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dpostscript.c702 flps_linestyle( sp->grid_linestyle ); in add_xgrid()
736 flps_linestyle( sp->grid_linestyle ); in add_ygrid()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dxyplot.c1039 fl_linestyle( sp->grid_linestyle ); in add_xgrid()
1073 fl_linestyle( sp->grid_linestyle ); in add_ygrid()
2178 sp->grid_linestyle = FL_DOT; in init_spec()
2597 int ostyle = sp->grid_linestyle; in fl_set_xyplot_grid_linestyle()
2599 if ( sp->grid_linestyle != style ) in fl_set_xyplot_grid_linestyle()
2601 sp->grid_linestyle = style; in fl_set_xyplot_grid_linestyle()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Daxis.py76 grid_linestyle=None, argument
143 if grid_linestyle is None:
144 grid_linestyle = mpl.rcParams["grid.linestyle"]
166 linestyle=grid_linestyle, linewidth=grid_linewidth, marker="",
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/
H A Dwaveform.py185 self.grid_linestyle = kwargs.get('grid_linestyle', ':')
491 linestyle=self.grid_linestyle,
1167 linestyle=self.grid_linestyle,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Daxis.py92 grid_linestyle=None, argument
166 if grid_linestyle is None else grid_linestyle)
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dwhats_new_2.2.rst247 and 'grid_linestyle' for overriding the defaults in `.rcParams`:
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/
H A Dwhats_new.rst284 and 'grid_linestyle' for overriding the defaults in `rcParams`:
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py5210 grid_linestyle='dashdot')
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_axes.py5792 grid_linestyle='dashdot')