Increase point size on XY graph

I am using an xy graph as feedback for test subjects who are doing a tracking task in an MRI scanner. The plot displays two points using a cirlce for one and square for another. The standard sizes available on the legend line width options result in points that is too small. Is there a way to increase the size of the points beyond the largest line width?
Many thanks,
Rebecca

Yes, you need at least 8.0.
You could draw circles explicitely, e.g. a described here:
http://forums.ni.com/ni/board/message?board.id=170&message.id=230552#M230552
You would still need to tap a few property nodes (draw area size, axis ranges, etc.) to make sure they are always circular.
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • I need to increase the point size in a form to more than 18pt.

    I have a PDF that needs to be edited continuely (Prices for a shop table) I am creating a form feild, but it seems that the point size can only be increased to 18pt. This is simply too small.
    Any suggestions would be fantastic.

    I just resolved this. You can just type the font size in the drop down box...I know.

  • Data Point Symbol in Line Graph  - can you change the size?

    I would like to change the Data Point Symbols in line graphs - if not the actual symbol it would be wonderful to be able to change the size of the symbols provided.
    At present, if there is a lot of data in the graph, the symbols are too big and crowd one another.
    I know that one can reduce the line size but that doesn't change the symbol size.
    Help please.

    If I understand your question, this from the Pages online help may give the answer:
    To mark line, area, and scatter charts with data point symbols:
    Select the entire chart. You can also select the chart series (the line or area shape) that you want to mark with data point symbols.
    Click Inspector in the toolbar, and then click the Chart Inspector button.
    Click Series (except for scatter charts).
    Choose a symbol from the Data Point Symbol pop-up menu.
    Choose one of the following options from the Symbol Fill pop-up menu:
    To fill the symbol with the same color as its outline, choose Use Stroke Color.
    To fill the symbol with a solid color, choose Color Fill, click the Fill color well, and pick a color.
    To fill the symbol with a gradient, choose Gradient Fill and use the gradient controls to set the colors and change the angle of the gradient.
    To fill the symbol with an image, choose Image Fill and select the image you want. You can also resize the image by choosing an option from the pop-up menu above the Choose button.
    To fill the symbol with a tinted image, choose Tinted Image Fill and select the image you want. Click the color well to the right of the Choose button to change the tint color. You can also resize the image by choosing an option from the pop-up menu above the Choose button.

  • How do I increase the point size and change the font for the windows and boxes on Maverick such as the tiny print on the email inbox list of messages.  Can increase size on the actual message but not on the list of messages.

    How do I increase the point size in the dialog boxes and especially on the list of messages on email?  I can increase the point size and font of actual messages content but not the LIST of emails in my inbox.  They are too small for me to read.

    This discussion is for computer built before 2006.
    You could use a different mail app.  Consider thunderbird.
    It can be hard to find with community ( forum ) to post to. Here is an easy and complete list:
    https://discussions.apple.com/community
    I'll ask the host to move this post to M.
    Robert

  • At one point, a long time ago I was able to tweak a value that would increase the size of the X in the tabs. That helps since my hands tremble a lot

    Can you tell me how I can increase the size of the x in the Tab used to close the tab? Last time I did this "fix" was when there was a settings/config page to set all sorts of things. Doesn't seem to exist anymore. Please send the response to [email protected] or to [email protected] Thank you.

    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    .tab-close-button .toolbarbutton-icon,
    .tabs-closebutton .toolbarbutton-icon {
    height: 25px !important;
    width: 25px !important;
    margin:-4px 0px !important; /* use this if you want to adjust the top and bottom margins */
    }</nowiki></pre>

  • How do I increase the size of a partition

    I have installed OS X on an external drive, I partioned the drive, one 20gig partition for the operating system and one 230 gig for data. I now want to increase the size of the OS partition to 30gig, can I do that without erasing the data on the partition?
    PowerBook G4   Mac OS X (10.4.8)   1.5 Gig RAM

    Hi fabio,
    you can use iPartition or VolumeWorks to do that.
    If this answered your question please consider granting some stars: Why reward points?

  • How can I set timings to increase the size of an image in a Keynote presentation?

    I know how to use inspector to bring in and fade out text boxes, but at the end of a slide I have a graphic (that is at the bottom of the slide during the rest of the slide) that I want to increase the size of to take up the entire slide.  How can I do this?
    Thanks

    Welcome to Apple Support Communities.
    The effect you're looking for is 'Scale'
    In Keynote '09, 5.1.1 select the graphic.
    Click Inspector in the tool bar, Build Inspector (3rd icon from the left), (Build In and Build Out are both set to None for this step) Effect, Action, and then Scale.
    It rescales ('zooms') the selected item (image) up or down from 0% to 200%
    Clicking on the More Options button at the bottom opens a drawer to the left, and gives you more control over how the build occurs, whether they happen automatically, timed, or when you click, and re-order build steps.
    At 200%, double the original size, resolution could be a problem. There is a workaround, because it also scales smaller, down to 0%. So I would scale the graphic down 'small' as the first step to fit at the bottom, (even hide it behind a background-colored box) as you scale it down, and then at the end, scale up to full size to fill the screen at 'normal' resolution.
    In the attached example, I use a 'scale' up to go from 100% to 130% on a map, and use arrows and a flashing line to point out the road where a specific business is located with 12 steps. Some elements in my slides have been intentionally obscured. For simplicity, I've eliminated showing any steps but the initial title and the scale.

  • How to change the point size in a plot.

    I want to set the point size in an XY plot to be proportional to the amplitude. So, when the amplitude is small, the point on the plot should be small and when the amplitude is large, the point on the plot should be large

    > I want to set the point size in an XY plot to be proportional to the
    > amplitude. So, when the amplitude is small, the point on the plot
    > should be small and when the amplitude is large, the point on the plot
    > should be large
    The other post points out that the point size applies to all points in a
    plot, and it has only a few possible sizes.
    The better solution is probably to look at the picture example for XY
    graphs. You can then open up the diagram and look at the source code
    for it. You will find a loop that draws for each point. You might also
    want to look at the scatter plot example.
    Greg McKaskle

  • I want to increase logfile size?

    Good day,
    frequent log switches occuer in the database. the following message displays in OEM recommendations
    Increase the size of the log files to 327 M to hold at least 20 minutes of redo information.
    kindly telll me how to increase file size of logfile?
    thanks & Regards.

    to increase the size, create new log files, check point the old and drop.
    sql>select * from v$log
    sql>select * from v$controlfile_record_section where type ='REDO LOG'
    sql>alter database add logfile group 4 '/app/oracle/oradata/xxxx/redo04.log'
    size 350M reuse;
    sql>alter system switch logfile;
    sql>alter system checkpoint;
    Drop old logfiles.
    Alter database drop logfile group 1;
    note: if there are more than one gropus add same number of groups and delete all older groups

  • How to increase the size of Redo log files?

    Hi All,
    I have 10g R2 RAC on RHEL. As of now, i have 3 redo log files of 50MB size. i have used redo log size advisor by setting fast_start_mttr_target=1800 to check the optimal size of the redologs, it is showing 400MB. Now, i want to increase the size of redo log files. how to increase it?
    If we are supposed to do it on production, how to do?
    I found the following in one of the article....
    "The size of the redo log files can influence performance, because the behavior of the database writer and archiver processes depend on the redo log sizes. Generally, larger redo log files provide better performance, however it must balanced out with the expected recovery time.Undersized log files increase checkpoint activity and increase CPU usage."
    I did not understand the the point however it must balanced out with the expected recovery time in the above given paragraph.
    Can anybody help me?
    Thanks,
    Praveen.

    You dont have to shutdown the database before dropping redo log group but make sure you have atleast two other redo log groups. Also note that you cannot drop active redo log group.
    Here is nice link,
    http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_34.shtml
    And make sure you test this in test database first. Production should be touched only after you are really comfortable with this procedure.

  • Too small anchor and direction point size!

    Is there a way to increase the size of anchor and direction points, at least as in Illustrator?
    I think they are much to small for a comfortable work.
    Thanks, Michael

    use direct selection tool, (A) on keyboard, click on a corner and drag.
    G

  • Visually handicap, needs to increase font size in logic pro, Command  doesn't work

    Hi,
         I'm visually handicapped, and new to logic-pro.  I'm having a miserable time reading the internal logic-pro fonts.  Command + doesn't work, and I can't find any preferrence or settings options that affect the default font sizes, any ideas?

    Unfortunately you cannot change the font size of the main fonts in Logic...
    However, there are a couple of other settings you may not be aware of...
    1) Under Logic Pro's preferences... go to Display
    Now you can change the size of the playhead and Local Windows under the General Tab
    You can increase the size of the Logic plugin windows/fonts sizes under the Mixer Tab (I have mine set to 200%)
    Note: This setting does not apply to 3rd party plugins.. only Logic's own plugins...
    Under the Piano Roll tab you can change the size of Bar/Beats/Division Lines...
    2) Using the screen zoom command... Hold down control and scroll on your mouse... will zoom in the screen...
    Note: as you are using Mountain Lion there is also a new setting under System Preferences/Accessability
    Choose Zoom on the left hand side
    Now choose Zoom Style/Picture in Picture and instead of a full screen zoom it provides you with a magnifying glass of sorts to just magnify the area arund your mouse pointer. I find this setting very useful....
    Hope this helps...

  • Increasing canvas size and re-clipping (intentionally)

    Hi,
    So I bolluxed up a little bit while creating my first full-bleed print piece. I used Ps to edit the image, Ai to add some stuff, and ignored Id completely for the printer. Now I have a perfect 8.5 x 11 image that I want to print all the way to the edges without scaling; I left white bleeds 1.8" but apparently that won't suffice.
    I'm trying to go back into photoshop and increase the canvas size (8.75 x 11.25 to include bleeds), and with it, extend the image that was originally clipped when I trimmed the document from a vertical picture (12 x 16 or whatever) to fit the standard letter paper size. When I do that, I get only white areas around the canvas.
    Can anyone provide a solution to create full-color bleeds the way they should have been done originally? I have tried changing the canvas size and re-placing another layer of the image behind the existing one (with the hopes that it would clip automatically), but it didn't work. At this point, should I worry about bringing anything into InDesign?
    Thanks,
    - boda

    The Nish Adeel,
    > i wants to increase my fla canvas size from all sides...
    when we
    > increase the size of a file it increases from right and
    bottom , i
    > want to make it from all four sides like photoshop ...
    is there any
    > way to do this.
    There is a way to do this; unfortunately, it's not an
    automatic feature
    like in Photoshop. The approach you'll need to take is to
    update the
    document dimensions (basically, the canvas size) as desired,
    then use the
    Edit Multiple Frames button on the lower left of the Timeline
    panel to
    manually move all assets on the main timeline. To do this,
    you'll have to
    make sure all layers are unlocked. To do this quickly, click
    the
    Lock/Unlock All Layers button at the top, between the eye and
    the square
    buttons, until you see that all locks have been removed (one
    or two clicks
    will do it). In the Modify Onion Markers button next to the
    Edit Multiple
    Frames button, choose Onion All. Select Edit > Select All,
    then use the
    arrow buttons to move your assets.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Increase Page Size 32k

    Hi expert,
    I have installed SAP CE 7.2 on DB2, but as per the requirement(mentioned below) we need to set pagesize to 32k.
    Can we drop that PSAPTEMP16 and create it again or we can do this with alter command.
    Please throw some light on issue and if it is possible, request you to tell the alter commad by which we can increase the
    size of Pagesize.
    Cannot extract data to DB2 database
    Problem
    An error occurs when extracting data to an IBM DB2 database. The following error message is written to the
    application log:
    "A default table space could not be found with a page size of at least 32768"
    Explanation
    The system temporary and either the regular or large table space sizes are not set to 32 KB.
    Solution
    Increase the system temporary and either the regular or large table space sizes to 32 KB. Refer to the IBM
    Technical Library article "DB2 Basics: Table spaces and buffer pools" for more information.
    Procedure
    Refer to the DB2 documentation to increase the table space sizes to 32 KB.

    Hi siva,
    I am executing following command and getting following an error:-
    alter tablespace PSAPTEMP16 pagesize 32k
    alter tablespace PSAPTEMP16 pagesize 32k
    DB21034E  The command was processed as an SQL statement because it was not a
    valid Command Line Processor command.  During SQL processing it returned:
    SQL0104N  An unexpected token "pagesize" was found following "ablespace
    PSAPTEMP16".  Expected tokens may include:  "PREFETCHSIZE".  SQLSTATE=42601
    SQL0104N  An unexpected token "pagesize" was found following "ablespace PSAPTEMP16".  Expected tokens may include:  "PREFETCHSIZE                            ".
    Explanation:
    A syntax error in the SQL statement or the input command string for the
    SYSPROC.ADMIN_CMD procedure was detected at the specified token
    following the text "<text>". The "<text>" field indicates the 20
    characters of the SQL statement or the input command string for the
    SYSPROC.ADMIN_CMD procedure that preceded the token that is not valid.
    As an aid, a partial list of valid tokens is provided in the SQLERRM
    field of the SQLCA as "<token-list>". This list assumes the statement is
    correct to that point.
    The statement cannot be processed.
    User response:
    Examine and correct the statement in the area of the specified token.
    sqlcode: -104
    sqlstate: 42601

  • How to reduce the scale size of HTML graphs

    Hi All,
    i created HTML Graphs in apex 4.0. Can any one tell how i decrease scall size of the graph beasue i saw the options there is min 200 scale size. How to reduce below 200 ?
    Looking forward for the valueable response.
    Regards,
    Omzz

    Have less photos? Really the question is a bit vague and there is no way to redice the size of the library. You can move a library to an external disk:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

Maybe you are looking for

  • How do I STOP synching contacts with FB?

    I accidently answered yes at the initial setup - but I no longer want to synch FB with my contacts.  Does anyone know how to change that setting? I have the iPhone 4  (not S) TIA!

  • LEAP Radius proxy with PEAPv0

    I'm doing a lab using Cisco ACS 4.1 LEAP Proxy RADIUS External User Databaser, and works fine but I don't understand why. So, I don't know if it's a stable solution. I have the following scenario: WinXP SP2 PEAPv0 (EAP-MSCHAPv2) | v Cisco 3640 802.1x

  • Can parents read text messages online!?!

    if parents read txt mssgs online can I delete them before they can see them!? if so how I need to know!!!!!!!!!!!!!!!!! -Emma

  • Quota

    When we write this command alter user username quota 0 on tablespace_name; does not this free this user from any space so he is not able to create any new database object or insert any new rows because he has no space ? I tried to create new table an

  • How do you create a multiplication calculation in one column that is related to a drop down?

    I am pretty sure this would be done with an IF statement but I am totally new. I have a column that is a drop down with Wage or Full Time, 2nd column is gross pay (which is fillable by the user), The 3rd column has fringe.  Depending on if they selec