Questions tagged [axis]

This tag should be used for questions about editing a plot axis, from any plotting library (e.g. matplotlib, ggplot, pandas, bokeh, plotly, etc.). Don't use this tag to refer to Apache Axis. Use [apache-axis] instead; see: https://meta.stackoverflow.com/q/276302/

3009 questions
18
votes
6 answers

WstxUnexpectedCharException: Unexpected character '"' (code 34) in DOCTYPE declaration; expected a space between public and system identifiers

I am trying to solve the below issue for last couple of days but still not able to resolve it. I have searched lots of forums but all in vain. *Little bit of history: My code was working well in the devp env but for accessing the production sever I…
Rohit
  • 445
  • 2
  • 7
  • 17
18
votes
4 answers

Three.js - Rotating a sphere around a certain axis

I have a problem. In Three.js, I want to rotate a sphere (Earth) around axis tilted by 23.5 degs. I found sphere.rotation.x, sphere.rotation.y and sphere.rotation.z, but when I combine them in the correct ratio, the sphere's rotation is quite weird…
karlosss
  • 2,816
  • 7
  • 26
  • 42
18
votes
6 answers

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 (server side). Trying to configure my web service in the wsdd file. I am always landing on pages like the next one: How to use the…
raspayu
  • 5,089
  • 5
  • 37
  • 50
17
votes
8 answers

Displaying minor logarithmic ticks in x-axis in R

I have a normal distribution plot and a histogram plot with x axis in log scale displaying 0, 10^0, 10^1 ... I want to include minor ticks between the major ones. Actually I was able to change the major ticks format from 1, 2, 3 and so on to 10^0,…
user744121
  • 467
  • 2
  • 7
  • 17
17
votes
2 answers

In ggplot restrict y to be >0 in LOESS

Here's my code: #data sites <- structure(list(site = c(928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, …
Nate
  • 171
  • 1
  • 3
16
votes
1 answer

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 but I want it to go from 1 to 10. Any quick tips please? head(SS) Phase Bed Site ACC X.M.SA 1 1 1 1 NG NO 2 1 1 2 NG NO 3 …
HCAI
  • 2,213
  • 8
  • 33
  • 65
16
votes
1 answer

Get rid of auto spacing using bquote in r

I am attempting to label a plot axis in r using the bquote function. The desired string includes the greek mu character and a variable. This results in spaces in either side of the mu: xlab = bquote("Lake NO3 (" ~ mu ~ "mol/L): " ~ .(i)) How can I…
viridius
  • 477
  • 5
  • 17
15
votes
6 answers

Ant cannot find a class needed by an externally defined taskdef

I am trying to use the axis-java2wsdl ant task to create a wsdl from one of my java classes, but I cannot get the classpath correct. I am using Ubuntu's libaxis-java package which installs axis-ant.jar in $ANT_HOME/lib and axis.jar in…
Ryan Ahearn
  • 7,886
  • 7
  • 51
  • 56
15
votes
1 answer

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 and the server throws an (uncaught) exception, and therefore the exception is returned back to the client. or My web app fails to…
ryanprayogo
  • 11,587
  • 11
  • 51
  • 66
15
votes
3 answers

Custom ggplot2 axis and label formatting

I'm trying to draw labels which look informative, clear and tidy. I was following example and raised one more question about label and axis formatting. For example, I have sales data which includes Brand, Categories and Expenditure in EUR. When sum…
AK47
  • 1,318
  • 4
  • 17
  • 30
15
votes
4 answers

Creating line plot with time scale and labels in r

I am trying to create the plot like following (many times I end up drawing a plot like this by hand, but this time I want to plot it myself). Here is my data and my trial: myd <- data.frame (period = c("Triassic", "Jurasic", "Cretaceous",…
shNIL
  • 963
  • 10
  • 24
15
votes
4 answers

autoscale axes to include annotations

Does anyone know of an easy way to expand the plot area to include annotations? I have a figure where some labels are long and/or multiline strings, and rather than clipping these to the axes, I want to expand the axes to include the…
Tango
  • 151
  • 1
  • 3
14
votes
4 answers

Set custom SOAP header using Axis 1.4

I'm trying to consume a .NET 2.0 web service using Axis. I generated the web services client using Eclipse WST Plugin and it seems ok so far. Here the expected SOAP header:
razenha
  • 7,660
  • 6
  • 37
  • 53
14
votes
4 answers

Display only whole numbers on the Y axis

The data I am visualising only makes sense if it is whole numbers. I.e. 0.2 of a record doesn't make sense in terms of the context of the information I am analysing. How do I force matplotlib to only use whole numbers on the Y axis. I.e. 1, 100, 5…
yoshiserry
  • 20,175
  • 35
  • 77
  • 104
14
votes
4 answers

WSDL2Java Throws Could not find main class: org.apache.axis.wsdl.WSDL2Java

I am trying to create the java files from a remote webservice. I downloaded axis 1.4, copied the lib folder to c:\data\axis\lib which contains of these…
vikasde
  • 5,681
  • 10
  • 45
  • 62