Top "Axes" questions

Axes - plural of axis

Changing the "tick frequency" on x or y axis in matplotlib?

I am trying to fix how python plots my data. Say x = [0,5,9,10,15] and y = [0,1,2,3,4] Then I would do: matplotlib.pyplot.…

python matplotlib plot axes xticks
Swap x and y axis without manually swapping values

So I have a set of data that has conditional formatting. Basically it's a set of photometric measurements of stars …

excel charts excel-2010 axes
pyplot axes labels for subplots

I have the following plot: import matplotlib.pyplot as plt fig2 = plt.figure() ax3 = fig2.add_subplot(2,1,1) ax4 = fig2.add_…

python matplotlib label subplot axes
Force the origin to start at 0

How can I set the origin / interception of the y-axis and x-axis in ggplot2? The line of the x-axis should …

r plot ggplot2 axes
Matplotlib/pyplot: How to enforce axis range?

I would like to draw a standard 2D line graph with pylot, but force the axes' values to be between 0 …

python graph matplotlib axes
How to get a matplotlib Axes instance to plot to?

I need to make a candlestick chart (something like this) using some stock data. For this I want to use …

python matplotlib finance axes
How to show x and y axes in a MATLAB graph?

I am drawing a graph using the plot() function, but by default it doesn't show the axes. How do we …

matlab graph draw axes
Positioning axes labels

How can I move the y axis label from the left to the right of the plot area and the …

r plot axes
Force R to stop plotting abbreviated axis labels - e.g. 1e+00 in ggplot2

In ggplot2 how can I stop axis labels being abbreviated - e.g. 1e+00, 1e+01 along the x axis once …

r graph ggplot2 axes
matplotlib: AttributeError: 'AxesSubplot' object has no attribute 'add_axes'

Not sure exactly sure how to fix the following attribute error: AttributeError: 'AxesSubplot' object has no attribute 'add_axes' The …

python matplotlib axes