{"id":1865,"date":"2022-08-30T15:20:05","date_gmt":"2022-08-30T15:20:05","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/12\/02\/problem-about-axis-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:20:05","modified_gmt":"2022-08-30T15:20:05","slug":"problem-about-axis-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/problem-about-axis-collection-of-common-programming-errors\/","title":{"rendered":"problem about axis-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e87ec3a614687ee27aee59d972a58997?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsdaau<br \/>\naxis numeric gnuplot histogram<br \/>\nI&#8217;m having this file as data.dat:Xstep Y1 Y2 Y3 Y4 332 1.22 0.00 0.00 1.43 336 5.95 12.03 6.11 10.41 340 81.05 81.82 81.92 81.05 394 11.76 6.16 10.46 5.87 398 0.00 0.00 1.51 1.25 1036 0.03 0.00 0.00 0.00I can plot this data as histogram with this script, hist-v1.gplot (using set style data histogram): set xlabel &#8220;X values&#8221; set ylabel &#8220;Occurence&#8221; set style data histogram set style histogram cluster gap 1 set style fill solid border -1 set term png set output &#8216;hist-v1.png&#8217; set boxwidth 0.9 # attem<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c0da860ce28ede6615c33aeba21b2a17?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser930514<br \/>\ntooltip axis jqplot<br \/>\nFor a JQplot chart with 2 y axes, I am able to set the tooltip but when i hover over a datapoint i need to know to which y axis the tooltip belongs. I need this so that i can display the tooltip after multiplying with the appropriate scale factor. The code i tried is shown below. I thought y will be null when we hover over a data point belonging to y2 axis. But y is never null.$(&#8220;#&#8221;+sTargetId).bind(&#8216;jqplotcustomDataMouseOver&#8217;, function (ev, seriesIndex, pointIndex, data) { var chart_left = $(<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6a61a40ee46871d39e99835351e178ef?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nslm<br \/>\nweb-services axis<br \/>\nI have been facing an error while creating a web service client, while generatong Java from WSDL. The complete stack trace is as follows. I am using jdk1.6, axis2, Windows 7, Eclipse Indigo.The complete error trace is as follows&#8230;IWAB0399E Error in generating Java from WSDL: java.io.IOException: &lt;input ..&gt;, &lt;output ..&gt; or &lt;fault ..&gt; in &lt;portType&gt; with undefined message found. message name is &#8216;{http:\/\/service.ads.itism.tcs.com}null&#8217;java.io.IOException: &lt;input ..&gt;,<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cefbc7d8465194cafa0cb0084e9930e9?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAlberto acepsut<br \/>\ncharts axis javafx-2 line-plot<br \/>\nHaving a XY Line Chart I would like compress\/expand data visualization both for X and Y axis by left mouse click, keep pressed and drag left\/right and up\/down.Here is a chart exampleand here is the code to plot sample datapublic class BaseXYChart extends Application {@Override public void start(Stage stage) {stage.setTitle(&#8220;Linear plot&#8221;);final CategoryAxis xAxis = new CategoryAxis();final NumberAxis yAxis = new NumberAxis(1, 22, 0.5);yAxis.setTickLabelFormatter(new NumberAxis.DefaultFormatter(yA<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/57390281fd9a48f52f301d4a17986f22?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nThe dude<br \/>\napache2 tomcat6 mod-jk soap axis<br \/>\nI have a tomcat6 server with axis2, that provides web services. This server get connections through an apache2 server using mod_jk. Most connections are ok, but sometimes I get exceptions like this one:17:17:23,730 ERROR RPCMessageReceiver:160 &#8211; com.ctc.wstx.exc.WstxEOFException: Unexpected EOF; was expecting a close tag for element &lt;ns2:dhAudioFile&gt;at [row,col {unknown-source}]: [1,4097]I am really lost here. The exceptions are being thrown from tomcat, but I don&#8217;t know in which point the<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2f1817c7a43f18b5e27b179108a81406?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJudoWill<br \/>\njava matlab axis plot bioinformatics<br \/>\nI&#8217;m making a large number of seqlogos programmatically. They are hundreds of columns wide and so running a seqlogo normally creates letters that are too thin to see. I&#8217;ve noticed that I only care about a few of these columns (not necessarily consecutive columns) &#8230; most are noise but some are highly conserved.I use something like this snippet:wide_seqs = cell2mat(arrayfun(@randseq, repmat(200, [500 1]), &#8216;uniformoutput&#8217;, false)); wide_seqs(:, [17,30, 55,70,130]) = repmat([&#8216;ATCGG&#8217;], [500 1])conse<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/nyzNK.png?s=32&amp;g=1\" \/><br \/>\nPaul<br \/>\njava weblogic axis weblogic9.x soapfault<br \/>\nI have some WSDL from which I need to generate a web service implementation. I&#8217;m using Eclipse, and Axis1.4, and running on Weblogic9.2.Generating the server stubs goes fine, and I&#8217;ve implemented the code I need to. However, for compatibility with the exising implementation we are emulating, I need to return SOAP faults for some specified error conditions.That is, I need the SOAP body of the response to look like this example:&lt;soapenv:Body&gt;&lt;soapenv:Fault&gt;&lt;faultcode xmlns:ns1=&#8221;foob<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/07f9ca4ed0a2a1b773d9b1a6345a8a07?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nCloudyMarble<br \/>\njava eclipse axis webservice-client wsdl2java<br \/>\nI&#8217;ve used default eclipse wizard to create a web service client (File&gt;New&gt;Other and select a wizard for web service client). The classes were generated and the problem now is that the username and password were introduced, and I don&#8217;t know how to modify my code to access the server, I tried to change the code in _initServiceProxy() method of generated proxy classprivate DirService_Port proxy = null;private void _initDirService_PortProxy() {try {proxy = (new com.soap.DirService_ServiceLocator()).<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/322ce5e17a9a2f3e0a5809ffe818907f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSasi Kathimanda<br \/>\njava web-services soap ant axis<br \/>\nI am using Axis 1.4 version and used org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask to generate clientcode. However, when i tried to make a call ended up with following error,Thanks in Advancejava.io.IOException: Chunked input stream failed to receive valid chunk size:&lt;?xmlversion=&#8221;1.0&#8243;at org.apache.axis.transport.http.ChunkedInputStream.getChunked(ChunkedInputStream.java:155)at org.apache.axis.transport.http.ChunkedInputStream.read(ChunkedInputStream.java:87)at java.io.FilterInputStream.rea<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9087eda5f9c512d8a9703c6e4123ea5a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndreas Veithen<br \/>\nauthentication wsdl axis eclipse-wtp wsdl2java<br \/>\nI was provided this WSDL, and I have to develop a client for it (I&#8217;ve been making questions here about it lol).&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt; &lt;wsdl:definitions targetNamespace=&#8221;urn:ManterFornecedor&#8221; xmlns:s0=&#8221;urn:ManterFornecedor&#8221; xmlns:soap=&#8221;http:\/\/schemas.xmlsoap.org\/wsdl\/soap\/&#8221; xmlns:soapenc=&#8221;http:\/\/schemas.xmlsoap.org\/soap\/encoding\/&#8221; xmlns:wsdl=&#8221;http:\/\/schemas.xmlsoap.org\/wsdl\/&#8221; xmlns:xsd=&#8221;http:\/\/www.w3.org\/2001\/XMLSchema&#8221;&gt;&lt;wsdl:types&gt;&lt;xsd:schema elementFormDefau<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/5df96ba1a299ba882e2d9e3765baa65f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMauricio Alejandro Westermeyer<br \/>\njava eclipse web-services apache axis<br \/>\nWould like some help. I already spent a lot of hours trying to solve this problem, searching in the web, some sites &#8211; and some questions here &#8211; but still no answer for this. Any help will be greatly appreciated.I&#8217;m not by that means a specialist in this, so some information may be vague I&#8217;ll try to be to use the best terms to describe the problem.When I try to consume a webservice I myself created using Eclipse, in Java language, using Apache Tomcat 6, it gives me an error:The content of the bod<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/58235c0428bfd2a1c24c5812d865c959?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSam888<br \/>\nservice axis<br \/>\nI do some testing on WS. I create a wsdl with multiple method.But I only can execute the 1st method, others failed and give me error below:javax.xml.ws.ProtocolException: CWWSS7200E: Unable to create AxisService from ServiceEndpointAddress atorg.apache.axis2.jaxws.ExceptionFactory.createProtocolException(ExceptionFactory.java:199) atorg.apache.axis2.jaxws.ExceptionFactory.makeProtocolException(ExceptionFactory.java:97) atorg.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.createSys<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9087eda5f9c512d8a9703c6e4123ea5a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndreas Veithen<br \/>\nwcf web-services axis<br \/>\nI&#8217;ve a web service created using WCF. It uses CustomException as well. When i use Axis 2 to generate java code from it (WSDL2JAVA) it thorws the following error:&gt; IWAB0399 Error in generating java from WSDL &gt; Missing &lt;soap:fault&gt; element inFault Operation &#8220;CustomExceptionFault&#8221; in operation &#8220;CustomExceptionFault&#8221;, in binding &gt; GetPDFs &gt; java.io.IOException: ERROR: Missing &lt;soap:fault&gt; element inFault &#8220;CustomExceptionFault&#8221; in operation &#8220;CustomExceptionFault&#8221;,<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/17551b2a537720b66ae0020b2995d441?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nArjan Tijms<br \/>\njava wcf authentication axis webservice-client<br \/>\nWe are able to access a WCF web service from a plain Java client through the main method. However, when we try to access the same through a Java EE application, (from the DAO layer) it displays an error.Our code is : BasicHttpBinding_ISPHostedIMServiceStub stub = new BasicHttpBinding_ISPHostedIMServiceStub(new URL(&#8220;http:\/\/mscxxxx.svc?wsdl&#8221;),new SPHostedIMServiceLocator());stub.setUsername(username); stub.setPassword(password);stub.getTask();Error -AxisFaultfaultCode: {http:\/\/xml.apache.org\/axi<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1aa48f7606f5b08595b0a0356a61e8b6?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJohn Saunders<br \/>\njava web-services axis fault<br \/>\nI am writing a simple web service to return an object with 2 properties.I am embedding the service into an existing web application.My wsdd looks like this.&lt;globalConfiguration&gt;&lt;parameter name=&#8221;adminPassword&#8221; value=&#8221;admin&#8221;\/&gt;&lt;parameter name=&#8221;sendXsiTypes&#8221; value=&#8221;true&#8221;\/&gt;&lt;parameter name=&#8221;sendMultiRefs&#8221; value=&#8221;true&#8221;\/&gt;&lt;parameter name=&#8221;sendXMLDeclaration&#8221; value=&#8221;true&#8221;\/&gt;&lt;parameter name=&#8221;axis.sendMinimizedElements&#8221; value=&#8221;true&#8221;\/&gt;&lt;requestFlow&gt;&lt;handler type=&#8221;ja<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/981b64b0e54f9cb41b58f2b8431fc923?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser1853460<br \/>\npackage axis failed-installation<br \/>\nI wanted to install package created by me On axis environment.But i am getting this error that :::: Target IP address []: 172.16.250.101 Target root password []: nec Both ARTPEC-3 and ARTPEC-4 packages detected. Target device [artpec-4]: artpec-4 Analyze_Example_1_1_ARTPEC-3.eap doesn&#8217;t match information in package.conf, skipping installing Analyze_Example_1_1_ARTPEC-4.eap curl: (48) An unknown option was passed in to libcurl =========== log from 172.16.250.101 follows, read carefully =========<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9087eda5f9c512d8a9703c6e4123ea5a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndreas Veithen<br \/>\njava web-services axis apache-axis<br \/>\nI have added the following to System Variables%AXIS_LIB%\\axis.jar %AXIS_LIB%\\commons-discovery.jar %AXIS_LIB%\\commons-logging.jar %AXIS_LIB%\\jaxrpc.jar %AXIS_LIB%\\saaj.jar %AXIS_LIB%\\log4j-1.2.8.jar %AXIS_LIB%\\xml-apis.jar %AXIS_LIB%\\xercesImpl.jarI have %AXIS_LIB% defined as c:\\Axis-1_4\\lib.Following the tutorial, I tried to use Java2WSDL to produce the WSDL file.% java org.apache.axis.wsdl.Java2WSDL -o wp.wsdl-l&#8221;http:\/\/localhost:8080\/axis\/services\/WidgetPrice&#8221;-n &#8220;urn:Example<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/35f3d71c8430bf8fab3e8681c9ce7750?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nvikasde<br \/>\njava web-services axis<br \/>\nI 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 files:axis.jar axis-ant.jar commons-discovery-0.2.jar commons-logging-1.0.4.jar jaxrpc.jar log4j.properties log4j-1.2.8.jar saaj.jar wsdl4j-1.5.1.jarI added the c:\\data\\axis\\lib folder to the %AXISCLASSPATH%. Now I am trying to create the java classes using this cmd:java -cp %AXISCLASSPATH% org.apache.wsdl.WSDL2JAVA http:\/\/myurl.com?wsdlHowever I<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/a7398f451777145809df07e4fa483418?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\npalacsint<br \/>\naxis<br \/>\nI am trying to create a service ticket, calling the methods (login, createTicket, logout) from Eclipse IDE. I had called the method login(), by passing uid, pwd, and got SID which is a session ID, in return. Now I am trying to create a ticket, and I am passing all the required params. Error that I got is:DEBUG [main] (Call.java:2445) &#8211; NSPush (32) DEBUG [main] (Call.java:2445) &#8211; org.apache.axis.i18n.resource::handleGetObject(empty00) DEBUG [main] (Call.java:2445) &#8211; NSPop (empty) AxisFaultfaultCo<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f0cd8105fa92762569fd03b750d7a1f9?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nUmesh Awasthi<br \/>\njava axis2 axis webservice-client saxparseexception<br \/>\nI am trying to call a web service but facing a strange behavior. we have a web-service running on my server but the code is not open to us so can not see what going on behind the wall The owner of the service have exposed web based test client UI which take input in a text box and will show the response to testing purpose.This input box is taking the input in the below mentioned format&lt;CONTENT&gt;&lt;CONTENTID&gt;&lt;\/CONTENTID&gt;&lt;DOCUMENTID&gt;DRI2&lt;\/DOCUMENTID&gt;&lt;LOCALECODE&gt;en<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0ec667ff59b728e47cb4567ea9bc2703?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nnewbie<br \/>\njava axis<br \/>\nI get this error when I use my autogenerated ServiceBindingStub.java. WebService side is working ok, so this error must be in code, but code is autogenerated, so I cannot know why it doesn&#8217;t work. Some other calls work fine, but this doesn&#8217;t. This call included updating, while other working calls are just fetching data from WebService.AxisFaultfaultCode: {http:\/\/schemas.xmlsoap.org\/soap\/envelope\/}Server.userExceptionfaultSubcode: faultString: org.xml.sax.SAXParseException: Premature end of file.<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f9d9b540624301b8a259eb183afe9d71?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nrattek<br \/>\njava ssl axis<br \/>\nSince this week, I&#8217;m unable to get large responses from an Axis 1.4 Web service. My Web Service Client use to work well before this week. But now, when I fire a large request by using the stub, it ends with a &#8220;Connection has been shutdown [&#8230;] Connection reset by peer : socket write error&#8221;.Then I started to send smaller requests with the same stub method and I works fine&#8230; I tried to add a timeout to my stub &#8220;stub.setTimeout(10000)&#8221; but it didn&#8217;t work. I&#8217;ve also set a timeout when I create SSL<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3bcc7887b6816c7b786b35fb6b1a2f4e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNaju<br \/>\njava web-services junit axis<br \/>\nI am testing a java webservice with client jar which is made by axis-ant,When i run the test i&#8217;m getting the following errors.java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.(Ljava\/lang\/Class;Z)Vat com.xxxx.www.xxxx.xsd.GetSalesIdRequest.(Unknown Source)Please help me.<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/71828e3594c57e13f477c0db81b36e25?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nbluish<br \/>\njava web-services axis socketexception<br \/>\nOne of our customers faced this error while calling our webservice.I think this is because a connection problems from his side, but I need to know the exact reason. Can you help me with that?Stack trace:Error while calling 10108831-402TV04LF from Thread 1 occurred after 511441 AxisFaultfaultCode: {http:\/\/schemas.xmlsoap.org\/soap\/envelope\/}Server.userExceptionfaultSubcode:faultString: java.net.SocketException: Connection resetfaultActor:faultNode:faultDetail:{http:\/\/xml.apache.org\/axis\/}stackTrac<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/71828e3594c57e13f477c0db81b36e25?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nbluish<br \/>\njava web-services ssl axis<br \/>\nI have java app that uses Axis to get data from web service. web service is accessed via HTTPS. It works fine on my local PC, but customer uses proxy. I added setting for proxy: System.getProperties().put( &#8220;proxySet&#8221;, &#8220;true&#8221; ); System.getProperties().put( &#8220;proxyHost&#8221;, host); System.getProperties().put( &#8220;proxyPort&#8221;, port); Authenticator.setDefault(new Authenticator() {protected PasswordAuthentication getPasswordAuthentication() {return new PasswordAuthentication(username,password.toCharArray());}<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/441c4f02db55ef2cbe96027af7012e01?s=128&amp;d=identicon&amp;r=PG\" \/><br \/>\nTim Cooper<br \/>\njava axis<br \/>\nI am just learning axis and trying to deploy the stock example. However, when I typed in java org.apache.axis.client.AdminClient, I get the error:Exception in thread &#8220;main&#8221;java.lang.NoClassDefFoundError:javax\/xml\/rpc\/Service Exception Causedby: java.lang.ClassNotFoundException:javax.xml.rpc.ServiceExceptionat java.net.URLClassLoader$1.run(UnknownSource)at java.security.AccessController.doPrivileged(NativeMethod)at java.net.URLClassLoader.findClass(UnknownSource)at java.lang.ClassLoader.loadClass<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/2ceQy.jpg?s=32&amp;g=1\" \/><br \/>\nVanathi<br \/>\njava web-services axis<br \/>\nI got below issue while communicating using webservices. But it worked fine before also the &#8220;HomeAddress&#8221; is coming in response. Could you please help?Received SOAP message contains duplicate header: {http:\/\/webservices.company.com\/services}HomeAddress for a bound parameterat org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)at org.apache.axis.encoding.DeserializationContext.endElement(D<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4d454f026b92e87039af1668b26a3633?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSuperman9999<br \/>\nweb-services soap wsdl axis wsdl2java<br \/>\nI am running into &#8216;org.apache.axis2.AxisFault: unknown&#8217; exceptions when connecting to a web service from client stub. This is an axis 2 web service. Client and server side stubs were generated by using WSDL2Java. I used the below links to embed or integrate my web service into an existing web application. http:\/\/wso2.org\/library\/90 http:\/\/www.developer.com\/services\/article.php\/3777111\/Embedding-Apache-Axis2-into-Existing-Applications.htmSo, I am not using axis 2 admin console. I verified the web<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2013-12-02 21:02:36. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>sdaau axis numeric gnuplot histogram I&#8217;m having this file as data.dat:Xstep Y1 Y2 Y3 Y4 332 1.22 0.00 0.00 1.43 336 5.95 12.03 6.11 10.41 340 81.05 81.82 81.92 81.05 394 11.76 6.16 10.46 5.87 398 0.00 0.00 1.51 1.25 1036 0.03 0.00 0.00 0.00I can plot this data as histogram with this script, hist-v1.gplot [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1865","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/1865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=1865"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/1865\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=1865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=1865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=1865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}