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
1
vote
1 answer

method overloading in java web services

I am using apache axis 1.2 and i tried to implement method overloading in java webservices this is the sample code. //Here i took method1 with two parameters public String method1(String s1,String s2) { SampleLogger.error("In method1(1)"); …
Sasi Vara Prasad
  • 431
  • 1
  • 4
  • 6
1
vote
1 answer

Class File Editor Redundant Source not found

While debugging the code of my project(in Eclipse), I saw this message Class File Editor ----------------------------------------------------------------------------- Source not found The source attachment does not contain the source for the file…
Bender
  • 145
  • 2
  • 4
  • 8
1
vote
2 answers

Automated y-axis-title-offset in Highcharts possible when having varying length of y-axis title?

I've put my y-axis title on the top of the axis, in readable manner (so, turned 90°; like here). But the thing is that the longer the y-axis title, the more the graph is being pushed away. Which I can correct with "offset". title: { text: "Very…
luftikus143
  • 1,285
  • 3
  • 27
  • 52
1
vote
1 answer

How to customize axis when plot multiple time series data in 1 panel?

My situation is quiet like this question, how ever i need to plot multiple time series(or fixed length vectors) in one panel. (I want to upload a picture but it says i dont have enough reputation ...) here's my sample code. Column "id" identify a…
JerseyGood
  • 191
  • 4
  • 15
1
vote
2 answers

How to swtich Accelerometer Axis based on Device?

My android application uses the Y Axis accelerometer to control the character in the game. This is working fine on most mobile phones, however on my Galaxy Tab 2 10.1, the axis seems to be reversed and I have to manualy change the input for it…
Rhys
  • 2,807
  • 8
  • 46
  • 68
1
vote
1 answer

Line not following x os correctly & first tick isn't being shown

See: http://jsfiddle.net/bQHjj/ Following the green line, the circles should be vertically aligned with my x axis, but all of them are moved a few pixels to the right. The X axis isn't showing it's first tick, which should be 01.05.2013. My x axis…
user1334653
1
vote
1 answer

HTML5 Canvas Tetris rotate around axis

I've got this project I am working on. If you try and hold the UP key down, you'll see what I mean: http://harlem-shake-it.com/tetris/ I need to make it turn around its axis, instead of what it does there. Look at the code here:…
MortenMoulder
  • 6,138
  • 11
  • 60
  • 116
1
vote
1 answer

Android - How can align the labels' text with their axis?

I'm using achartengine. I don't know how to align the labels' text with their axis. On some screens, the text is centered with the axis; on other screens, they're on the bottom or on the top of the axis. Is there a way to globally put them in the…
Gimmy88
  • 295
  • 2
  • 5
  • 13
1
vote
2 answers

Configuring Tomcat to consume webservice over SSL

Which steps should be taken to consume a web service on a remote server over SSL? The application is a Java application using Axis WS Framework running on Tomcat 6. I'm aware of e.g. the instruction on…
simon
  • 12,666
  • 26
  • 78
  • 113
1
vote
1 answer

Axis - Response class extends AxisFault and is thrown instead of returned?

I have generated some java class files using Axis1 (axis-1.4.jar). I have a WS method call (I can see its generated java code too). Say this method call accepts a RequestA as parameter and returns an object of type ResponseA. The problem I have…
peter.petrov
  • 38,363
  • 16
  • 94
  • 159
1
vote
1 answer

Manipulating namespace prefixes in SAAJ / raw xml access within SAAJ

My SAAJ-based client generates the following XML and sends it to a .NET web service:
Yuriy
  • 176
  • 1
  • 8
1
vote
2 answers

How to deploy an Axis-generated soap service to an embedded Tomcat instance

I generated a Soap Service from a WSDL and now I need to deploy it to my existing application which uses embedded tomcat (I.E. I have a class which extends TomcatServeletContainer and a main class which instantiates that class and starts the…
cmyers
  • 1,110
  • 13
  • 15
1
vote
0 answers

How to add attributes to soap header?

I want to add attributes to soap header like Using Axis 1. But the API won't let me do this. I am getting this element inside one more header element like
Puneet Mann
  • 11
  • 1
  • 4
1
vote
2 answers

EXTJS Chart not displaying all markers names on the x-Axis

I'm developing an application with Ext JS 4.1.3. The application processes data and shows a chart on basis of the data. The problem is: In the case, where there are more than 80-90 entries on the chart (on x-Axis), some marker names are omitted. …
ERG
  • 141
  • 2
  • 9
1
vote
3 answers

Align left multi category xaxis highchart

Image 1 Image 2 I want to align left the label but when i do this, the label a stack on other like Image 2. Please help me
hohiep102
  • 83
  • 1
  • 9
1 2 3
99
100