Paste Data Point to Power Point

Is there a way to force the "paste data point" area to conform only to the size (auto-size if you will) of the power point slide? I am pasting a data point from Excel and it always carries the data columns way off the screen, making the process of alignment very work-intensive. Thoughts or workarounds?
I tried using the Power Point "Group" function, and then resizing the group. This works, however, you cannot retrieve after grouping the data points. :(
Edited by: kstinson on Oct 18, 2012 12:33 PM

As I see you are using LV in a wrong way. Why don't you run the DAQ tasks in independent while loops? You could use the same Queue, and you can add time stamps to every data package (or also a label to show the source) created in the several Producer loops. In your single Consumer loop you can just decide what to do with the data depending on the label (save to File,etc...).
Other big problem: do not use DAQ Assistant! It is OK for quick testing, but not for real application! These Express VIs initializes and closes your hardware at EVERY while loop iteration.
You should use proper DAQmx VIs: initialize your HW resources BEFORE the while loop, do your DAQ inside the loop, and close HW components when you stop the application.
There are many examples shipped with LabVIEW, have a look how to use DAQmx VIs. Also, this way you avoid the silly dynamic data wires...Much easier to live with Double arrays

Similar Messages

  • How do I copy a section from a page and paste it into a power point?

    How do I copy a section from a page and paste it into a power point?

    Use the snapshot tool.

  • I want to load 500 data points in binary, using Power Basic for DOS. IBRDI will not compile in Power Basic. ILRDI will compile, but I can not get it to work. I get a run time error"subscript out of range"

    According to NI manual for DOS IL functions return the value of ibsta, which is an integer. So what is the problem, or is Power Basic 3.1 a special case. If so what is the solution

    The subscript error I get does obviously relate to the array, but I know in advance how much data will be transfered, 500 data points of a trace and I have DIM the array just prior to the transfer code, in the same subroutine. Also I have attemped to make the transfer a for next loop and it I get the same error at the start of the loop? The has to be another cause of this problem.

  • Lost 2500 photos last night. Mt wife cut and paste a photo into power point for editing. then saved it as a photo. Now in iphoto there is just this one photo and the other 2500 have gone. Where have they gone???????

    Lost 2500 photos last night. Mt wife cut and paste a photo into power point for editing. then saved it as a photo. Now in iphoto there is just this one photo and the other 2500 have gone. Where have they gone???????

    To answer some basic questions posted to aid people in helping me. These are
    I believe it is version 11 of iphoto as i tried to update but it says it has the latest update and Mac is 2 weeks old from new.
    OS is Lion.
    I have just tried to look everywhere on the Mac to see where the photos might be.
    There are no error messages showing on screen and it was fine before my wife did what she did. Even though we have back -ups of 95% of the pictures. I would like to know what happened so that it won't happen again.

  • Custom Map using latitude and longitude data points

    Hi,
    I am new to Apex and I want to lost custom data points using latitude and longitude data points. I
    have seen posts referring to the chart example (http://apex.oracle.com/pls/apex/f?p=36648:65:2214483882702::NO:::) ; could someone help me with the following:
    1) How to add On Demand Application Process to a map page (step 4 in the demo)
    2) What is a hidden item and how to add it to a page (step 6)
    Any help would be greatly appreciated.
    Kind regards,
    Lisa

    I am trying to do the same thing. I have got the get_data function working to create the desired output. However when I replace the xml <data> block with &P65_DATA, it does not work. If I display P65_DATA on the page, it has correct output. If I cut and paste the output into custom XML, it works fine. Anyone have come across this issue..any ideas how to fix it?

  • Transparency fill in line graph data points does not copy over to Pages

    I have created some line graphs in Numbers, and they look beautiful. Since some of my data overlap and I want users to be able to easily see where all data is on the graph, I have made the data points transparent on the foremost line. This allows the other line (which data points are filled in with another color) visible "through" the foremost line.
    However, when I attempt to copy the graphs into Pages, the data points of the foremost line are no longer transparent - they are filled with white. Obviously, this defeats the entire purpose of using a transparency fill!
    What can I do to make this work?
    Thank you,
    G. Pasarescu

    Hi Yvan,
    Thank you for the tip. Unfortunately, I need to embed several of these charts into the Pages document, and cannot use Numbers instead of Pages for the document.
    Interestingly, if I copy the chart from Numbers and paste it into some graphics programs (like Pixen and Pixelator), the transparency is preserved. However, pasting the same copy into other graphics programs (such as Seashore or Photoshop) somehow flattens the image, removing the transparency, and I'm back to square one.
    Using a graphics program as the bridge between Numbers and Pages reduces the quality of the chart - that's why I'd like to try to make this work in Numbers / Pages.
    Thanks,
    Geoff

  • Timestamp & data point search

    I should preface this by saying I only have read only access to this Oracle SQL database and I'm using TOAD.
    looking for a query to find data points where two types of data points exist
    So I have 4 columns: STID(id of device), CASE_SAK(unique id), timestamp(in form MM/DD/YY HH:MI:SS AM or PM), and COMMAND_ID.
    COMMAND_ID has three types of data in it: EOL_READ, ODO_READ, and PREDICTION
    Any time there is a reading there are 1 of 4 possibilities occur.
    I can get EOL/ODO/PREDICTION, EOL/ODO, or EOL, or ODO
    example:
    COLUMNS: STID, CASE_SAK, timestamp, COMMAND_ID
    ROW # 1: 2545, 100, 8/20/2006 12:00:00 AM, EOL_READ
    ROW # 2: 2545, 100, 8/20/2006 12:00:00 AM, ODO_READ
    ROW # 3: 2545, 100, 8/20/2006 12:00:00 AM, PREDICTION
    ROW # 4: 3125, 101, 8/21/2006 12:01:00 AM, EOL_READ
    ROW # 5: 3125, 101, 8/21/2006 12:01:00 AM, ODO_READ
    Now I would like to query where exists a timestamp for each month in the last 6 months because these are monthly readings and I need to give only the data where there is a reading in each of the six months(no nulls) from the beginning of this month and going back 6 months, and I also need to only pull those cases where exists both an EOL_READ and an ODO_READ at the very least, but I also need to pull a PREDICTION as well where it exists. I am scratching my head on this one.
    In addition I need to pull at first only 1000 unique STIDs, and then I need to plug in the 1000 STIDs into the same query for the future.
    I realize this is a lot to ask the board, but any help or ideas would be greatly appreciated.

    Not sure if this fully meets your requirements but it should be close;
    create table query_results(stid number, case_sak number, time_stamp timestamp, command_id varchar2(20));
    with test_data as (  -- middle 6 months of data qualifies 
       select 2545 stid, 100 case_sak, to_timestamp('07/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM') time_stamp, 'EOL_READ' command_id
          from dual union all
       select 2545, 100, to_timestamp('08/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2545, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2545, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2545, 100, to_timestamp('10/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'PREDICTION' from dual union all
       select 2545, 101, to_timestamp('11/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'EOL_READ' from dual union all
       select 2545, 101, to_timestamp('12/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2545, 101, to_timestamp('01/21/2007 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2545, 101, to_timestamp('02/21/2007 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       -- 6 months of data, no EOL_READ 
       select 3125, 100, to_timestamp('08/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 3125, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 3125, 100, to_timestamp('10/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'PREDICTION' from dual union all
       select 3125, 101, to_timestamp('11/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'PREDICTION' from dual union all
       select 3125, 101, to_timestamp('12/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 3125, 101, to_timestamp('01/21/2007 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       -- 6 months of data with gap 
       select 1111, 100, to_timestamp('07/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'EOL_READ' from dual union all
       select 1111, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 1111, 100, to_timestamp('10/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'PREDICTION' from dual union all
       select 1111, 101, to_timestamp('11/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'EOL_READ' from dual union all
       select 1111, 101, to_timestamp('12/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 1111, 101, to_timestamp('01/21/2007 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       -- middle 6 months of data qualifies 
       select 2222, 100, to_timestamp('07/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 100, to_timestamp('08/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 100, to_timestamp('09/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 100, to_timestamp('10/20/2006 12:00:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'PREDICTION' from dual union all
       select 2222, 101, to_timestamp('11/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'EOL_READ' from dual union all
       select 2222, 101, to_timestamp('12/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 101, to_timestamp('12/21/2006 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 101, to_timestamp('01/21/2007 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual union all
       select 2222, 101, to_timestamp('02/21/2007 12:01:00 AM','MM/DD/YYYY HH:MI:SS AM'), 'ODO_READ' from dual)
    select *
    from (
       select
          t.stid,
          t.case_sak,
          t.time_stamp,
          t.command_id,
          count(distinct trunc(t.time_stamp,'mm')) over (partition by stid) month_count,
          count(case when command_id='EOL_READ' then 1 else NULL end) over (partition by stid) eol_read_count,
          count(case when command_id='ODO_READ' then 1 else NULL end) over (partition by stid) odo_read_count
       from test_data t,
          (select trunc(add_months(sysdate, -1 * rownum),'mm') month_id
          from dual
          connect by rownum <= 6) d
       where d.month_id = trunc(t.time_stamp,'mm')
       order by stid, time_stamp, case_sak, command_id
    ) sub
    where month_count = 6
    and eol_read_count > 0
    and odo_read_count > 0
    and rownum < = 1000
    and not exists (select 1
                    from query_results r
                    where sub.stid = r.stid
                    and sub.case_sak = r.case_sak
                    and sub.time_stamp = r.time_stamp)
    order by stid, time_stamp, case_sak, command_id;You may want to make a view out of the query and use it to populate a table that retains the 1000 records that you need. This query assumes that the historical records are stored in a table named query_results. You can drop the test_data selects and replace the table reference in the query with your table. You can also remove the three count columns from the SELECT.
    I recommend that you rename the 'timestamp' column as this is an Oracle reserved word and it has caused problems for others in the past.
    Message was edited by:
    MScallion
    Added distinct

  • Cant add more data points to numbers chart

    I have a 2 axis 2D graph. I would guess i have about 150 data points along the y axis for both lines on the chart. I have been updating the chart each week no probem with new data points. However today, i can only seem to add a few more points - when i try to add past a certain amount of data points, the last 20 or so data points are removed from the series?
    It simply will not allow me to add more data?
    Any help on this matter would be greatly appreciated as the charts are for use in my business

    Hi Jerrold, thanks for the reply.
    I dont have category labels. I have a 2 axis 2D chart, with a line series and an area series on the chart. I add new data to the chart each week by clicking on either the line or the area series on the chart, then going to my data table beside the chart, and by holding apple command button and clicking on the relevant cells to add to the charts. As of this weeks adding, it starts of as usual, adding the cells to the line and area series, and thus adding data onto the existing chart and extending it out to the right, as it normally would. However, i can only add a certain amount of new cells (data points) to either the line or area series. When i go to add more, a very strange thing happens. The series switches from all the cells that are highlighted blue, to another table i have on the same document??? If i look at the Inspector in the Data box under the series tab, the data goes from the typical 'Table 1 :: D18', (highlighted in blue, to the following weird data point : 'D38,SFTGlobalID_CB7D88F601784CAC8DD283ECA59CFB41 :'
    Its worth noting that although i an working on a brand new macbook pro, numbers has crashed on me a number of times when adding large amounts of data to the chart The table has 1,120 rows, and 11 columns. Only 1 in every 5 or so rows are plotted (on y axis), so roughly 200 or so data points for both line and area chart are plotted. And only 1 column is used for each chart. Thus i have 11 charts on the one numbers document. Is it a case of too much for numbers to handle?
    I have just deleted all the y axis data for the area series for one chart, and added all the data from the whole table again, (rather than just adding this weeks to last weeks, which is where i saw the problem in the first place) to see if it made a difference. But none. Once i got to a certain point, if i add one more cell data point to the chart, the exact same thing happened as above - the highlighted data switched from what i had been highlighting the whole way down the table, to an entirely different table in the same workbook.
    Any ideas would be greatly appreciated.

  • Can you add the data information to the data points in a chart

    I am trying to add the data information to the data points in a line chart.  can this be done?

    You can add Value labels to the series to show the numerical value at each data point. The control is in the Series section of the Chart Inspector (see green arrow).
    If you are asking about text labels, such as the "Test 1", "Test 2", etc. in column A of the table, You can add these by copy/paste into a text box placed in front of the chart, or use a formula ( =Table 1::A1 ) to transfer the text into a single cell table placed appropriately on the chart.
    Using single cell tables will allow automatic updating of the label if the content of the Table 1 cell(s) changes. Neither method will automatically reposition the label if there's a change in the data feed to the chart.
    Regards,
    Barry

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • How to get the last data point from a TDM file in LabVIEW?

    Hello,
    I am using LabVIEW to analyze some rather large TDM files, and I need a way to get only the last data point.  So far, the only way I have been able to accomplish this is by reading the entire file.  Is there a property in the TDM file or a function in LabVIEW that will allow me to get the index of the last item in a channel?  
    Thanks!
    Christina

    Do you want to avoid reading whole file and want to be able to reach or get the index of last value of channel? is there any specific reason? I am not sure you could do it without loading the whole file. But the easiest way would be just to use array functions "array size" would give you the index of last element. 
    -Nilesh
    Kudos are (always) welcome for the good post. :-)

  • Plotting of graph with more than 4000 data points in Excel

    Hi All,
    I am fairly new to labview world. I am trying to plot out line graphs of the results from my program into Excel worksheet. I have huge set of data points(10000) stored in each of 10 different worksheets in MS Excel workbook. I am trying to compile results into last sheet as graphical representation of all the various dataset into 10 different graphs.
    My problem is that I am getting error because MS Graph does not allow me to plot more than 4000 rows or datapoints. Is there better and cleaner way of programming this? Or if some one can provide an example of how to handle such case. I'll appreciate any help.
    My goal is to able to plot one set of data 1st then I will be able to run through various worksheets to compile into standalone results.
     ERROR MESSAGE: "Report Generation Toolkit: Graphs you create or edit in Microsoft Graph cannot contain more than 4,000 rows or columns, including row and column headers. "
    Also for example if we run Line Graph example and change the # of data points from 100 to 4000, we get same message.
    Error -41114 occurred at NI_ReportGenerationToolkit.lvlib:Excel_Insert_Chart.vi -> NI_Excel.lvclass:Excel Insert Graph.vi -> Line Graph (Excel).vi
    Thanks,
    Saurabh

    Hi Dennis,
    I am collecting waveform data from oscilloscope using labview in both data & graph format. So my program collects data for a particular operating condition & then saves the data on a worksheet. After it loads new operating condition & goes over same cycle. I have to save all the data points in excel for different use cases, which I am saving in different worksheet for each specific operating condition.
    Since I already have data saved in excel at the end of test, I am trying plot each use case in the same report for study & presentaion after tests are finished. I have not been able to do so. I read the post which you have mentioned, seems like newer excel or labview version have same issue. I am using LV 9.0
    I will try using decimation but if you have any better way of handling this problem, I'll appreciate if you can share that.
    Thanks for your help.

  • How to remove noisy data points read from a text file

    Reading data measurements taken in from a txt file.  How do I get rid of noise aside from going into the text file and deciding point by point what to delete.

    Well going in point by point and deleting is certainly one way of going about it. Of course that would defeat the entire purpose of having this great programming enviroment that is capable of doing that kind of thing for us.
    Is your text file small enough to upload? Obviously you know what the criteria are for judging whether or not a data point is acceptable so it should be simple enough to program. Give us a bit more information and I can assure you there will be a race between LabVIEW experts to see who can post the cleanest, simplest, and fastest piece of code that will do what you need. My wager is on altenbach, but there are a few others here that are almost as impressive.

  • How can I connect dots across missing data points in a line chart?

    Hi all!
    I have a table in Numbers that I update every few days with a new value for the current date (in this case body metrics like weight, etc.), which looks something like this:
    Column 1              Column 2      Column 3
    Aug 16, 2011         87.1             15.4
    Aug 17, 2011         86.6
    Aug 18, 2011         86.1
    Aug 19, 2011              
    Aug 20, 2011         85.7             14.6
    Aug 21, 2011         85.3
    Every once in a while there will be a missing value for a given date (because I didn't take a reading on that day). When I plot each column against the date on a line chart, there is a gap where there are missing data points. The line does not connect "across" missing data points. Is there a way to make the line connect across missing data points?
    Thanks for any help. This thing has been driving me nuts!

    Leave your nuts in peace.
    Don't use line charts but scatter charts.
    These ones are able to do the trick.
    Of course to do that you must study a bit of Numbers User Guide.
    In column D of the Main table, the formula is :
    =IF(ISBLANK($B),99999,ROW())
    In column E of the Main table, the formula is :
    =IF(ISBLANK($C),99999,ROW())
    Now I describe the table charter.
    In column A, the formula is :
    =IFERROR(DAY(OFFSET(Main :: $A$1,SMALL(Main :: $D,ROW())-1,0)),"")
    In column B,the formula is :
    =IFERROR(OFFSET(Main :: $A$1,SMALL(Main :: $D,ROW())-1,1),"")
    In column C, the formula is :
    =IFERROR(DAY(OFFSET(Main :: $A$1,SMALL(Main :: $E,ROW())-1,0)),"")
    In column D, the formula is :
    =IFERROR(OFFSET(Main :: $A$1,SMALL(Main :: $E,ROW())-1,2),"")
    In this table, select the range A1 … D5
    and ask for a Scatter chart.
    You will get what you need.
    I asked that points are joined by curves
    I just edited the parameters of Xaxis and Yaxis to get a cleaner look.
    I repeat one more time that knowing what is written in the User Guides is useful to be able to solve problems with no obvious answer.
    Yvan KOENIG (VALLAURIS, France) samedi 27 août 2011 15:59:20
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Single Chart Series with multiple color data points

    I am developing an application using the flex chart component
    and I am binding data to 3 different chart series which is pretty
    intense processing. I was wondering can I use only one chart series
    and when I bind the data points just to change the color per data
    point which meet certain criteria?
    Here one method from my application where I am dynamically
    binding data to my series.
    private function loadSeries(data:XMLList, yAxis:String):void
    seriesAdd.yField = yAxis;
    seriesAdd.xField = "Date";
    //seriesDelete.yField = yAxis;
    //seriesDelete.xField = "Date";
    //seriesChange.yField = yAxis;
    //seriesChange.xField = "Date";
    seriesAdd.dataProvider = data.Trade.(A == 'Add');
    seriesAdd.//Can I change the color per each data point if I
    have multiple data sets?
    //seriesDelete.dataProvider = data.Trade.(A == 'Delete');
    //seriesChange.dataProvider = data.Trade.(A == 'Change');
    Thank you

    I think I found something to get me started:
    http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_09.html
    My next question is if I have the following function to fill
    my data points:\
    private function myFillFunction(element:ChartItem,
    index:Number):IFill {
    var c:SolidColor = new SolidColor(0x00CC00);
    var item:ColumnSeriesItem = ColumnSeriesItem(element);
    var sales:Number = Number(item.yValue);
    if (sales >= 50000) {
    return c;
    } else {
    // They have not met their goal.
    c.color = 0xFF0000;
    return c;
    How can I access values that pertain to the specific chart
    item, but are not plotted on the x and y axis. Something similar to
    the checking on the above function, but check if value that is not
    plotted but still exists on the data provider.
    Thanks in advance.

Maybe you are looking for

  • Double-clicking on files doesn't open them

    Just started today: If I navigate to a file in the Finder and double-click on it, nothing happens. It doesn't open. If I open the application (e.g., MS Word) and go to the file menu and choose Open, navigate to the file, the file will open. But it ha

  • Error opening Georaptor on SQL Developer 1.5

    Hello Everyone, I was just wondering if anyone has been able to use the Georaptor extension (http://georaptor.sourceforge.net) with SQL Dev 1.5? The geoRaptor menus come up, but so far I have not been able to add any "Add Layer" to the Spatial view.

  • Stuck with problem using waitFor()

    Hi, I wrote a program which will run in a loop like this for(int i=0;i<theme_caseidVec.size();i++) String proj_theme="",proj_case_id="",repository_name =""; String[] Details=new String[2]; Details=(String[])theme_caseidVec.get(i); proj_theme = Detail

  • Why can I only make calls when using speakrphone?

    I can only make phone calls when using the speaker phone or headphones.  The receiver can hear me although I can not hear them.  I have only had the phone since Sat, have checked volume levels and tried adjusting during a phone call too.

  • Version 5 on Mac won't save .eps files and won't add them to the applications list

    I am trying to download .eps files on a Mac Firefox version 5 and i get an error message. i want to get Firefox to add that type to the application list but it won't do it. Messed up pref or ?