Top "Axis" questions

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

Remove only axis lines without affecting ticks and tick labels

Is there a way to remove only the axis lines in the Matlab figure, without affecting ticks and tick labels. …

matlab plot line axis matlab-figure
Why is axistools-maven-plugin trying to access this relative schema location?

We're doing a web service project with Axis 1.x and I'm having problems getting the Maven build to work. I …

java maven-2 axis wsdl2java
Change secondary line axis color

In ggplot2, how can I modify axis.line.y only on the sec.axis (if possible)? p <- ggplot(…

r ggplot2 plot axis
JQplot Format String

Can I please have some help to format the string on the Y Axis that has a '%' sign. …

javascript jqplot axis format-string
Reverse imagesc y-axis tick marks to go from positive to negative values

I am using imagesc on my image1 with is a 2023 x 2023 pixel image. figure(1) imagesc(-1016:1015, -1016:1015, image1); I am …

matlab axis cartesian-coordinates
Axis web service client error

One of our customers faced this error while calling our web service. I think this is because a connection problems …

java web-services axis socketexception
Any workaround for ignoring unexpected elements in Apache Axis 1.4?

The problem was asked before "Apache AXIS Ignore/Skip additional element while parsing" in 2012 for Apache Axis 2. Is there no …

java web-services soap axis
NoClassDefFoundError: Could not initialize class org.apache.axis2.description.AxisService

While running the application I was getting the following errors. java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis2.…

java web-services axis2 axis axis2c
XSLT mixed content node

I have a quite stupid question. How can I make sure that my XML mixed content node doesn't get mixed …

xml xslt axis
Controlling axis ticks and axis lines separately on R lattice xyplot

How can I go about removing the box around an xyplot, while keeping the axis scale tick marks? In the …

r axis lattice