Top "Axis" questions

Don't use the [axis] tag to refer to Apache Axis.

AxisFault: What does Server.userException mean?

What does the following AxisFault mean? Does it mean that: The request that is issued and received by the server …

java web-services soap axis
Custom x-axis values in a matlab plot

Currently when I plot a 9 by 6 array, the x-axis of the figure is just 1, 2, 3 up to 9. The Y-axis shows the …

matlab plot axis octave figure
Axes class - set explicitly size (width/height) of axes in given units

I want to to create a figure using matplotlib where I can explicitly specify the size of the axes, i.…

python matplotlib plot axis axes
How to set axis range R

I'm having trouble setting my axis range in r. My data only has values from 2 to 9 on the x axis …

r axis
How to italicize part (one or two words) of an axis title

Is there any way to change the style of part of an axis title while keep the rest part unchanged? …

r ggplot2 axis
How can I log with Log4J SOAP request and response in AXIS 1.x?

I am having the next problem: I want to log the SOAP requests/responses that land on my web service (…

soap log4j axis
rotate X axis labels 45 degrees on grouped bar plot R

How can I rotate the X axis labels 45 degrees on a grouped bar plot in R? I have tried the …

r rotation axis bar-chart labels
How to hide ticks label in python but keep the ticks in place?

I want to hide my ticks label on a plot I created, but keep this tick itself (the little marks …

python matplotlib axis labels
Suppress ticks in plot in r

I want to remove labels and axis from X axis, however adding new ticks. plot(1:10, ylab = "") at1 <- seq(1, 10, 0.1) …

r plot axis axis-labels
gnuplot: how to use a*(10^b) format on axis

I am using really big numbers (milions) on my x-axis, so when I use set format x %6.0f I got …

axis scale gnuplot