<html>
    <head>
      <base href="https://bugzilla.scilab.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
         <tr>
                <th>Reporter</th>
            <td>oscarvdvelde@yahoo.com</td>
         </tr>
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - scatter fails with 1 data point"
   href="https://bugzilla.scilab.org/show_bug.cgi?id=15481">15481</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>scatter fails with 1 data point
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Scilab software
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.1
          </td>
        </tr>


        <tr>
          <th>OS</th>
          <td>All OS
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Medium
          </td>
        </tr>


        <tr>
          <th>Component</th>
          <td>Graphics
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>bugzilla.admin@scilab.org
          </td>
        </tr>
</table>
      <p>
        <div>
        <pre>HOW TO REPRODUCE THE BUG:
-------------------------


scf(99); 
selection = [1,4,9,10,12,18];  // resulting data indices after a zoom  
scatter(time(selection),alt(selection),pow(selection),'o');  
// works fine


selection = [3];  // zooming in on one point
scatter(time(selection),alt(selection),pow(selection),'o');  
// displays nothing except: WARNING: X and Y must be vectors of the same length. (which they are...) 


I plot a combination of data from different sources in one axes system. For a certain data source I use scatter. If the space/time zooming results in
only 1 event to be plotted, scatter does not plot anything. If plotting in a new figure as the above example, axes are not created.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>