Unequal size of X, Y, Z axis for 3D graph

Hi,
I have different size of array in X, Y and Z axis. What graph should I use best? I tried using 3D surface graph but it consume all my memory.
My data is X = 1 X 41 array
Y = 1 X 32768 array
Z = 41 X 32768 array/matrix
Thanks a lot...

Samuel S wrote:
That is also correct
Ben Im not going to lie that is a great song! I have that from the 1996 Rhythm of the Games Olympic Soundtrack 
My Mother used to play the Sound Track from the Movie (Peter O'Toole and Sophia Loren) and it left a mark on me but that was nothing until I sat up all night with a case of beer and the movie on VHS so I could rewind and memorize the words.
Don Quiote is what keeps me from pulling a John Galt and the signature is there to remind me.
Ben
Ben Rayner
I am currently active on.. MainStream Preppers
Rayner's Ridge is under construction

Similar Messages

  • How to get text lables in x axis for xcelsius bubble chart

    Hi
    How to get text values in x axis for xcelsius bubble chart
    I have data as follows
    x axis: closed/qualification/lost
    y axis: deal age
    z axis: amount(bubble size)
    Thanks

    If you are using Xcelsius 2008 SP3 you will be able to do this.

  • BIP11g chart formatting font size at Title Llabel and Axis

    We have recently migrated from 10g to 11g,
    and we noticed that after migration the graphs have many differences.
    specially with the font size at Title , label and axis.
    Even though we have specified font size , it always seems to take its own font size.
    Some times the font are very very small.
    We also tried autoLayout="AL_NEVER" but it also dont work,
    not only that the with autoLayout="AL_NEVER, the graph moves very close to the title.
    How can we force the font size right for Title , label and axis.
    Thanks,

    Hi Nickleback,
    There is a function to manage the Word and Excell Legend Font Size:
    Excel Set Graph Font:
    http://zone.ni.com/reference/en-XX/help/372120A-01/lvoffice/excel_set_graph_font/
    Please let me know if this is what you had in mind, cheers!
    NavasMonk
    National Instruments, México
    ELP Support Engineer
    www.ni.com/soporte

  • Unequal size memory

    I installed unequal size of memories in my macbook. One is 256 Mbyte, the other is 512 Mbyte. I heard that for better performance I should install same size of memories. But my problem is my computer shut off itself once in a while and it takes sometimes to turn it back on. I called to service center in Thailand but they said it was because of my unequal size of memories. Is that so? I changed to the equal size of memory but still not fix the problem. What's wrong with my computer. Please enlight me. Thank you.

    I think your macbook is affected by RSD, search this forum

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    Are you trying to Print to PDF or are you trying to Print a PDF file to a physical printer?

  • What's the maximum size a varchar2  variable can hold for and NDS Stmnt?

    What's the maximum size a varchar2 variable can hold for and NDS Statement? I read that NDS is good for doing EXECUTE IMMEDIATE on statements that aren't too big. The 10g PL/SQL manual recommends using DBMS_SQL for statements that are too large, but it never gave a limit for what too large was. Does anyone know offhand?

    The limit is the same as the length of varchar2 variable within PL/SQL - that is varchar2(32767).It's not documented, but intermediate concatenation result can hold up to (64k-1) :
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    declare
      part1 varchar2(32767) := rpad('begin null;', 32767);
      part2 varchar2(32767) := lpad('end;',        32767);
    begin
      dbms_output.put_line(length(part1 || ' ' || /*' ' ||*/ part2));
      execute immediate part1 || ' ' || part2;
    end;
    65535
    PL/SQL procedure successfully completed.

  • Is there a way to reduce the size of a final PDF created for print when saving a file?

    Is there a way to reduce the size of a final PDF created for print when saving in any software (especially illustrator)? I don't want any quality to decrease at the same time. Thanks!

    Personally I would avoid optimizing the PDF's via Adobe Acrobat Pro unless you understand what you are removing from the PDF; having said that, it is the most effective way to reduce the file-size in the right hands.
    If I am sending out layouts for commercial print I change my default Print / Export setting from Standard to PDF/A-1b:2005 (CMYK). This will resolve a lot of common print problems for print-ready documents and it should embed your fonts and flatten transparencies etc.
    If your document is still too large you run an Audit Space Usage using Adobe Acrobat Pro. In the left pane enable 'Content' and then hit the button in the top left corner of the Content Pane and choose Audit Space Usage.

  • Obiee 10g - How to Increase the default size of Bubble chart radius axis

    Hi,
    I have an requirement of creating bubble chart in obiee 10g.
    When i was developing the bubble chart i noticed that there is no option of increasing the size of the bubble.
    When the measure value is low the bubble is not getting displayed.
    Kindly help me with any solution.
    Regards,
    Abdul

    Hi Alok_Aswal,
    In SQL Server Reporting Services 2008, the Bubble chart has several custom attributes which allow us to control the size of the bubbles. "BubbleMaxSize" and "BubbleMinSize" attributes allow us to define the size of the bubble in the chart series. The values
    set are in percent of the whole chart size. We can find those attributes in the property pane by selecting bubble series and expanding 'CustomAttributes' properties.
    And based on my research, the Marker size has a wide range, but for some reason once we get to around 8 the bubble in the legend will not grow any bigger. So in your scenario, we can set the Marker size to 8pt, then set the appropriate “BubbleMaxSize" and
    "BubbleMinSize" based on the chart size to make the size of both the bubble are the same. For example, we can also set “BubbleMaxSize" and "BubbleMinSize" to 8, then manually adjust the chart size until both the bubbles have same size.
    Beside, we can delete the original legend, and drag a tablix to the right of the chart. And then insert the corresponding data and color to tablix to let it looks like a legend. For more details information, you can refer to the link below to see Mike’s
    post:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cbf2f48e-fe40-4c1b-b82a-d40fd269f2ef/setting-custom-colors-on-a-column-stacked-bar-chart?forum=sqlreportingservices
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Which "publish size" to select when sharing video for YouTube

    iMovie gives you 2 size options to choose from: 480 x 360, or 640 x 480.
    which one do you recommend?
    of course, it would be nice for iPhone users to see it, which leads me to 480 x 360. but at that smaller size, will there be enough resolution for people to enlarge it YouTube player?
    my movie was created at 4:3 standard setting.
    Thanks.

    You can actually get the 640x480 onto an iPhone, but the big issue is file size - it'll be roughly 80% bigger than the smaller version.
    Given the limits of Youtube, I generally use the smaller size. Try it and see - if you're not happy, reshare at the larger size

  • What size should the original image be for 100% width so it is responsive?

    What size should the original image be for 100% width so it is responsive?

    Please check these documents for details :
    https://helpx.adobe.com/muse/how-to/muse-optimize-graphics-assets.html
    https://helpx.adobe.com/muse/how-to/muse-size-resolution-graphics.html
    Thanks,
    Sanjit

  • What size lens cap do I need for Canon Powershot sx 1015?

    What size lens cap do I need for Canon Powershot sx1015?

    Do you mean the SX10IS camera?  If so, it takes a 52mm lens cap.

  • How to reduce configuration cache file Quota size located in ( C:\Windows\ccmcache ) for all client from SCCM 2012 server

    How to reduce configuration cache file Quota size located in ( C:\Windows\ccmcache ) for all client from SCCM 2012 server
    Thanks in Advance
    NTRao

    Hi,
    There are numerous ways to change the cache size.
    You could deploy a vbscript to a collection of the devices.
    On Error Resume Next
    Dim UIResManager
    Dim Cache
    Dim CacheSize
    CacheSize=20000
    Set UIResManager = createobject("UIResource.UIResourceMgr")
    Set Cache=UIResManager.GetCacheInfo()
    Cache.TotalSize=CacheSize
    Or you could use a configuration item.
    http://blog.coretech.dk/heh/configuration-items-and-baselines-using-scripts-powershell-example/
    You can also use the right click tools by Now Micro on a collection, if all the servers are on this would be the easiest / quickest way.
    http://www.nowmicro.com/recast/right-click-tools/
    http://www.david-obrien.net/2013/02/how-to-configure-the-configmgr-client/
    select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like '%6.2%'
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

  • Time axis for FM GRAPH_GANTT

    Hi friends,
    where can I affect the contents of the time axis for the FM GRAPH_GANTT ?
    Thank You for Your helps in advance !
    Regards  Peter

    Hi Peter,
    that's not possible.
    Instead of using this very old function module please use the chart engine. See also my reply Two Dimentional graph in ABAP.
    The chart engine provides a set of different chart types, e.g. a GANTT.
    The content of the time axis can be changed within the customizing XML. See also note 1065389 that describes different time formats.
    Regards, Kai

  • Does not display axis label in graph when exported to excel

    I have a wierd issue.I have a report with graph with coloum chart and axis labels description on x axis.WHen i export the report to PDF everything looks OK.But when i export it to excel few axis labels disapper.Out of 12 labels only 2 apper when exported to excel.Has anyone encountered this issue.
    If so is there a way to fix this.
    PS: I am using BO XI 3.1 Webi.
    Thank you,
    Sanjeev

    hi,
    I have tried this out with a sample.
    In WEBI preview mode and PDF, all axis labels will appear fine.
    But when exported to excel, some labels will disappear.
    Workaround: We have to increase the chart size in Excel till all axis labels appear clearly.
    Regards,
    Vamsee

Maybe you are looking for

  • Server Sizing for Flash Interactive Media 3

    Hello, I can't get anyone in sales to answer this question. Specs say any Windows 2003 32bit OS and recommends 4MB RAM. But I would like to put a powerful server dedicated to this function but don't know if this software is capable of Hyperthreading.

  • Connect from Windows Client to Oracle 10g for Windows 64-bit

    Have an environment currently running Oracle 10g 32-bit on Windows 2000 Standard, and need to migrate to Oracle 10g 64-bit for Windows. Users connect to the 10g 32-bit database using the Oracle Client for Windows 10g loaded on remote PC's. If we migr

  • Is it possible to import and export Config Toll Configuration  from one sys

    Hi All, Is it possible to import and export Config Toll Configuration  from one system to Another system (QUS/PRD), for especific service. Kindly let me know the pro and corn of it and step by step process Thanks alot for your time. Thanks AB

  • PSE 10 Katalog beschädigt

    Hallo zusammen, ich habe vor ein paar Tagen auf die 10er Version gewechselt (von 6er).  Der Wechsel hat gut funktioniert. Allerdings kann ich die Ähnlichkeitssuche nicht verwenden. PSE beginnt zwar den Index zu erzeugen (bis 100%), bricht dann aber m

  • FP_CHECK_DESTINATION_SERVICE error

    Dear All, My SAP Dev. server is on machine A. My interactive form server is on machine B. I am connecting to B via A. When i run FP_CHECK_DESTINATION_SERVICE via SE38 on A, I get the following error: #Processing exception during a "Render" operation.