Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
axis
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
6 Days Ago
by usmanmalik57
…;, "Quantitative Finance"] filtered_dataset = dataset[(dataset[subjects] == 1).sum(
axis
=1) >= 2] print(f"Filtered Dataset Shape: {filtered_dataset…
【McCharts】基于鸿蒙 ArkTS 语法开发的图表组件 -- 折线图
Programming
Software Development
1 Month Ago
by 杨_659
… color 5. Data · Drawing coordinate axes 1. Drawing X-
axis
1. Drawing
axis
2. Drawing dividing lines 3. Drawing scale lines 4…. Drawing text labels 2. Drawing Y-
axis
1. Drawing
axis
2. Drawing dividing lines 3. Drawing scale lines 4…
Axis vs Axis2
Programming
Web Development
13 Years Ago
by manish250
Hi All, I am new to web services.I want to know when i am writing the web services client how can i decide whether i have to write it using
axis
or axis2.I mean how to decide whether to use
axis
or axis2. Thanks to all in advance........
Re: Axis Labels
Programming
Software Development
20 Years Ago
by MrScruff
Ive actually just created a border layout with the graph in the center, Y
axis
(panel with gridLayout) to west and x
axis
(same as Y) south. Then created 5 labels for each y/x panel which i have placed a range of values from some arrays. Its taken some tweaking but it kinda works.
Re: Axis vs Axis2
Programming
Web Development
13 Years Ago
by pritaeas
[url]http://atmanes.blogspot.com/2006/08/
axis
-1x-or-axis2.html[/url] Go for the newest.
Axis Labels
Programming
Software Development
20 Years Ago
by MrScruff
… have two arrays (one for x and one for y
axis
) which contain labels i would like to display on a…
AXIS webcam http notification
Hardware and Software
Hardware
15 Years Ago
by leoke96
Hi, I have 2
AXIS
webcams model M1031-W with firmware version 5.00.1 …
webservice in tomcat with axis
Programming
Software Development
17 Years Ago
by Samudricka
… deploy.wsdd - Exception: AxisFault faultCode: {http://xml.apache.org/
axis
/}Server.userException faultString: java.net.ConnectException: Connection refused: connect faultActor…net.DefaultSocketFactory.create(DefaultSoc ketFactory.java:131) at org.apache.
axis
.transport.http.HTTPSender.getSocket(HTTPSender.java:1 75) at …
Problem with Axis
Programming
Software Development
19 Years Ago
by cheenu78
… refused: connect faultActor: faultNode: faultDetail: {http://xml.apache.org/
axis
/}stackTrace:java.net.ConnectException: Connection refused: connect at java.net….lang.reflect.Method.invoke(Unknown Source) at org.apache.
axis
.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153) at org.…
Re: Problem with Axis
Programming
Software Development
19 Years Ago
by jwenting
I guess the adminclient is trying to connect to the server you're trying to administrate but that server is either not running or you're behind a firewall which is blocking the request. I've not used
Axis
but those are the main reasons for "connection refused" errors in general.
Re: Problem with Axis
Programming
Software Development
19 Years Ago
by cheenu78
…. [B]I was calling like this:[/B] java org.apache.
axis
.client.AdminClient GavsWebservice.wsdd [B]I changed it to :[/B…] java org.apache.
axis
.client.AdminClient -p 80 <myservice>.wsdd Now it…
Re: Problem with Axis
Programming
Software Development
12 Years Ago
by divamandya
@cheenu78 Thanks. it works for me. i was running tomcat at 9090 port. so i changed the command to java org.apache.
axis
.client.AdminClient -p 9090 <myservice>.wsdd
Coding the Separating Axis Theorem
Programming
Software Development
15 Years Ago
by Cheesy74
I'm writing a collision algorithm based on the Separating
Axis
Theorem that works like so for each side: - Gets the …separating
axis
of the side - Measures the object's width on that…,. If they overlap, the tested objects overlap on the given
axis
. If they overlap on 2 or more axes, they intersect…
How to use H3LIS331DL 3-Axis arduino to detect Harsh braking
Programming
5 Years Ago
by rjrajbir
…Module Here is code for the X, Y, Z-
axis
. #include <Wire.h> // H3LIS331DL I2C…Wire.write(0x20); // Enable X, Y, Z
axis
, power on mode, data output rate 50Hz Wire.write… to serial monitor Serial.print("Acceleration in X-
Axis
: "); Serial.println(xAccl); Serial.print("…
"each new axis love", "bodyplatformplatform" and "modefrag error"
Hardware and Software
Information Security
17 Years Ago
by snow_pearl
…and tried the HijackThis software. I checked the "
axis
love poll lite" box and went ahead to delete…\Logitech\QuickCam\Quickcam.exe" /hide O4 - HKLM\..\Run: [
axis
love poll lite] "C:\ProgramData\Pure Surf Curb.i5itd…mentioned above and the only difference is that the "
axis
love poll lite" is not there. Another thing,…
Cannot use axis command of Octave in expect !!
Programming
Software Development
13 Years Ago
by matharoo
… all the commands but when it comes to
axis
([1 5 1 10], 'normal']) command it…" invoked from within "send "
axis
([1 5 0 10],'normal')\r"" (…quot; expect "> " send "
axis
([1 5 1 10],'normal')\r" expect "…but I guess the syntax of command "
axis
([1 5 1 10],'normal') " is correct…
[matplotlib] How to set tight axis for log? axis('tight') doesn't work well?)
Programming
Software Development
15 Years Ago
by plaf
… subplots, with the y
axis
being in linear and the x
axis
in log. I need both
axis
to be tight to the…[n],1)/sqrt(len(data2[n])))) axes.set_xscale('log') axes.
axis
('tight') axes.set_ylim([0,max(mean(tuning[n],1))*1…
how do I do this? 1 = ' is on the x-axis'; (C++)
Programming
Software Development
20 Years Ago
by kpfannenstein
…two sets of coordinates and report which // quadrant, or
axis
the coordinates lies in or on. // It will …;dist); // Function: location // This function will display whitch
axis
or quadrant the coordinates lie in. void location (double x1… = 4; /* "on the x-
axis
" = 5; "on the y-
axis
" = 6; "on the origin…
[matplotlib] How to set tight axis for log?
Programming
Software Development
15 Years Ago
by plaf
… subplots, with the y
axis
being in linear and the x
axis
in log. I need both
axis
to be tight to the…[n],1)/sqrt(len(data2[n])))) axes.set_xscale('log') axes.
axis
('tight') axes.set_ylim([0,max(mean(tuning[n],1))*1…
Pass paremeter to webservice using Axis
Programming
Software Development
13 Years Ago
by trungdang
Hi Everybody ! I'm using Apache
Axis
to invoke web service from internet. I can access a ….rpc.ParameterMode; import org.apache.
axis
.client.Call; import org.apache.
axis
.client.Service; import org.apache.
axis
.encoding.XMLType; public class myClient…
Help with collision detection using axis aligned rectangular prisms
Programming
Game Development
12 Years Ago
by Fedhell
… the past few weeks, and im really stumped. Im using
axis
aligned prisms for my collision detection, and I cant seem… is say if there is any overlap in the x
axis
of the 2 rectangular prisms, then check the y… there is any overlap there, then check the z
axis
. If all 3 overlap, then there must be a collision. …
Using Axis C++ Server with Axis Java client
Programming
Software Development
17 Years Ago
by hanifa
…render=flat[/url] titled "Creating Web Service using Apache
Axis
-C++" , I have made the tutorial work . … do this 1)[COLOR="Red"] java org.apache.
axis
.wsdl.wsdl2ws.WSDL2Ws -lc++ -sclient -oclient ./MD5.wsdl[/…if possible. I am using Apache 2.0.63 and
Axis
1.4 in Ubuntu(linux) environment. Thanks for all…
Re: "each new axis love", "bodyplatformplatform" and "modefrag error"
Hardware and Software
Information Security
17 Years Ago
by snow_pearl
…-27 14:50 --------- d-----w C:\PROGRA~2\each new
axis
love 2008-03-26 08:35 --------- d-----w C:\Users…
retrieve the video stream from an Axis camera
Programming
Software Development
15 Years Ago
by nesrine18
…'m trying to retrieve the video stream from my
Axis
camera..i don't know what's exactly the …= true; public String jpgURL="http://your-ip-here/
axis
-cgi/jpg/image.cgi?resolution=352x240"; public String mjpgURL…="http://your-ip-here/
axis
-cgi/mjpg/video.cgi?resolution=352x240"; DataInputStream dis;…
x axis on a simple line graph in matplotlib
Programming
Software Development
15 Years Ago
by rasizzle
…'t seem to figure out how to adjust my x
axis
. [CODE]from pylab import * plot ( range(0,10),[9,4…,3,3,22,10],'o-',label='sample2' ) xlabel('x
axis
') ylabel('y
axis
') title('my sample graphs') legend(('sample1','sample2')) savefig("…
change location in x and y axis
Programming
Software Development
12 Years Ago
by sk8ergirl
… and 0 is location in the x
axis
and 0 is in the y
axis
564(2, 6) //using v.move the… location in the x and y
axis
will change to 2,6 When the user click button…
Re: Pass paremeter to webservice using Axis
Programming
Software Development
8 Years Ago
by Traevel
… your own specific problem. I'll add this though: Apache
Axis
received its last update in 2006. Before trying to solve… to Axis2. You can use the following [migration guide](https://
axis
.apache.org/axis2/java/core/docs/migration.html) to help…
Re: change location in x and y axis
Programming
Software Development
12 Years Ago
by Taywin
The method name move() looks like it should be called setLocation() instead... To move, it should indicate the number of step moving to x
axis
and y
axis
, not assign the value to x and y... If you want it to really call move(), you need to add the incoming values to their proper variables instead...
Re: Spawning characters randomly in y axis
Programming
Software Development
11 Years Ago
by Vikram Sehgal
now what i need is i want the asteroid to generate at y
axis
= 1 and x
axis
= random, and every second the y
axis
= -1, and 5 asteroids should be spawned every second. I googled but found nothing related. I am tring but unable to
Excel 2002 - Secondary Axis
Hardware and Software
Microsoft Windows
18 Years Ago
by Jer2911
… chart to which I'd like to add a secondary
axis
. I followed the instructions in Help within Excel (as well… Data Series box popped up, I didn' have the "
Axis
" tab that each Help source indicated I would see…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC