Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. API Reference. matplotlib.axes. matplotlib.a... matplotlib.axes.Axes.get_xlim # Axes.get_xlim() [source] # Return the x-axis view limits. Returns: left, right(float, float) The current x-axis limits in data coordinates. See also. Axes.set_xlim. Axes.set_xbound, Axes.get_xbound. Axes.invert_xaxis, Axes.xaxis_inverted. Notes.

    • Matplotlib.Axes

      The Axes class represents one (sub-)plot in a figure. It...

  2. Just use axes.get_ylim(), it is very similar to set_ylim. From the docs: get_ylim() Get the y-axis range [bottom, top]

  3. The Axes class represents one (sub-)plot in a figure. It contains the plotted data, axis ticks, labels, title, legend, etc. Its methods are the main interface for manipulating the plot.

  4. 2 Φεβ 2023 · You can use the following syntax to get the axis limits for both the x-axis and y-axis of a plot in Matplotlib: xmin, xmax, ymin, ymax = plt.axis() #print axis limits. print(xmin, xmax, ymin, ymax) The following example shows how to use this syntax in practice.

  5. 19 Απρ 2020 · The Axes.get_xlim () function in axes module of matplotlib library is used to get the x-axis view limits. Syntax: Axes.get_xlim (self) Returns: This method returns the following. left, right : This returns the current x-axis limits in data coordinates.

  6. 9 Ιαν 2014 · Given a matplotlib axis, how do I find its current min and max limits; e.g., as might have been previously set in ax.set(xscale='log', xlim=...)?

  7. Matplotlib.artist.Artist.axes in Python refers to the Axes object associated with an Artist instance. The Axes object is a fundamental component of Matplotlib, representing a single plot or subplot within a figure. It contains most of the plot elements, including axis lines, tick marks, labels, and the plotting area itself.

  1. Γίνεται επίσης αναζήτηση για