Home
last modified time | relevance | path

Searched refs:plot_date (Results 1 – 25 of 37) sorted by relevance

12

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_finite_difference_velocities.py213 ax1.plot_date(time.plot_date, frame.data.differentials['s'].d_xyz.to(u.km/u.s).T, fmt='-')
216 …ax2.plot_date(time.plot_date, np.sum(frame.data.differentials['s'].d_xyz.to(u.km/u.s)**2, axis=0)*…
221 ax3.plot_date(time.plot_date, sd.d_distance.to(u.km/u.s), fmt='-')
224 ax4.plot_date(time.plot_date, sd.d_lat.to(u.marcsec/u.yr), fmt='-', label='lat')
225 ax4.plot_date(time.plot_date, sd.d_lon.to(u.marcsec/u.yr), fmt='-', label='lon')
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/misc/
H A Dload_converter.py22 ax.plot_date(dates, closes, '-')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/misc/
H A Dload_converter.py22 ax.plot_date(dates, closes, '-')
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Ddate_demo_convert.py20 ax.plot_date(dates, y ** 2)
H A Ddate_demo_rrule.py34 plt.plot_date(dates, s)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Ddate_demo_convert.py20 ax.plot_date(dates, y ** 2)
H A Ddate_demo_rrule.py34 plt.plot_date(dates, s)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Ddate_demo_convert.py20 ax.plot_date(dates, y ** 2)
H A Ddate_demo_rrule.py38 plt.plot_date(dates, s)
/dports/benchmarks/py-naarad/naarad-1.0.15/src/naarad/graphing/
H A Dmatplotlib_naarad.py124 …current_axis.plot_date(x=timestamp, y=yval, linestyle='-', marker=None, color=get_current_color(cu…
126 …current_axis.plot_date(x=timestamp, y=yval, marker='.', color=get_current_color(current_plot_count…
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dgraph-dav-servers.py152 pylab.plot_date(dates, counts,
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dgraph-dav-servers.py152 pylab.plot_date(dates, counts,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dgraph-dav-servers.py152 pylab.plot_date(dates, counts,
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dgraph-dav-servers.py152 pylab.plot_date(dates, counts,
/dports/cad/ngspice_rework/ngspice-35/src/
H A DpkgIndex.tcl.in20 …ine spice_header deftype plot state delete plot_datapoints status delta plot_date step plot_get_va…
H A Dtclspice.c1024 plot_date TCL_CMDPROCARGS(clientData, interp, argc, argv) in TCL_CMDPROCARGS()
2585 Tcl_CreateCommand(interp, TCLSPICE_prefix "plot_date", plot_date, NULL, NULL); in Spice_Init()
/dports/astro/py-astropy/astropy-5.0/docs/visualization/
H A Dmatplotlib_integration.rst61 To make use of this, you can use the ``plot_date`` attribute of |Time| to get
/dports/astro/py-astropy/astropy-5.0/docs/coordinates/
H A Dvelocities.rst420 plt.plot_date(time.plot_date, gcrs.radial_velocity.to(u.km/u.s))
439 plt.plot_date(time.plot_date, gcrs.radial_velocity.to(u.km/u.s))
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/
H A Daxes_api.rst57 Axes.plot_date
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/
H A Daxes_api.rst31 Axes.plot_date
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dpyplot.py3025 @_copy_docstring_and_deprecators(Axes.plot_date)
3026 def plot_date( function
3029 return gca().plot_date(
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/
H A Dapi_changes_1.4.x.rst142 * The ``fmt`` argument of :meth:`~matplotlib.axes.Axes.plot_date` has been
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dpyplot.py3370 @_autogen_docstring(Axes.plot_date)
3371 def plot_date(x, y, fmt='o', tz=None, xdate=True, ydate=False, hold=None, function
3384 ret = ax.plot_date(x, y, fmt=fmt, tz=tz, xdate=xdate, ydate=ydate,
/dports/astro/py-astropy/astropy-5.0/docs/time/
H A Dindex.rst186 plot_date :class:`~astropy.time.TimePlotDate` 730120.0003703703
293 ``plot_date`` float, long, decimal, str, bytes
598 formats such as ``plot_date`` (:class:`~astropy.time.TimePlotDate`) and ``unix``
927 >>> plt.plot_date(t.plot_date, jyear) # doctest: +SKIP
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py565 plt.plot_date(time1, data1, 'o', color='r')
5275 plt.plot_date(time_index, [3] * 3, tz='Canada/Eastern')
5279 plt.plot_date(time_index, [3] * 3, tz='UTC')
5292 plt.plot_date([3] * 3,
5297 plt.plot_date([3] * 3, time_index, tz='UTC', xdate=False, ydate=True)
5310 plt.plot_date(time_index, time_index, tz='UTC', ydate=True)
5314 plt.plot_date(time_index, time_index, tz='US/Eastern', ydate=True)

12