Top "Axes" questions

Axes - plural of axis

How do I let my matplotlib plot go beyond the axes?

I have to translate an image plotting script from matlab to matplotlib/pylab, and I'm trying to achieve the same …

python matplotlib z-order axes
how to fix axes position by using set_position method in python matplotlib?

I think this is quite easy but I searched the internet and matplotlib users mailing list and not able to …

python matplotlib position axes
plot: Decimal point accuracy on the axis

I have two columns of data, X and Y with each entry having 4 places of data after the decimal in …

r plot axes
Python matplotlib -> 3D bar plot -> adjusting tick label position, transparent bars

I am trying to create a 3D bar histogram in Python using bar3d() in Matplotlib. I have got to …

python matplotlib transparency axes
How can I set the y axis in radians in a Python plot?

I would like to write the radian units of the axes as proportional to \pi: something like $\frac{\pi}{4}$, $\frac{\…

python matplotlib axes radians
matplotlib axes.set_aspect('equal') doesn't behave like expected

I need a figure in matplotlib where both axes are always the same length. For this I am using the …

python matplotlib axes
How to turn off the ticks AND marks of a matlibplot axes?

I want to plot 2 subplots by using matlibplot axes. Since these two subplots have the same ylabel and ticks, I …

python matplotlib axes
Highcharts multiple x-Axis without multiple series?

This fiddle uses multiple series and displays an axis for each of them. Is it possible to use a single …

javascript highcharts axes multiple-axes
XPath element which contains an attribute and whose parent's parent contains another attribute

This is my first post here and since I've seen many great answers I thought I'd give it a try. …

xpath element parent predicate axes
In Matlab how can I exchange the horizontal and vertical axes of an existing plot

Suppose I have vectors x and y, I know I can do plot(x,y) or plot(y,x) to …

matlab plot axes