Graph coloring

hi
does anyone know where can i find source for an applet , to draw a graph with vertices and edges and then color it?
ThanXX.

you could try
http://www.utc.edu/~cpmawata/petersen/lesson8.htm
http://www.ff.iij4u.or.jp/~kanada/ccm/coloring/
and
http://student.cosy.sbg.ac.at/~wdietl/study/cs612/Coloring.java
http://student.cosy.sbg.ac.at/~wdietl/study/cs612/pres.html
asjf

Similar Messages

  • Setting bar graph color by means of formula

    Is there a way to set the bar graph color other than chart expert->color highlight. I need alternate way of setting color like this
    if data='ready%' then set color=green, I don't want manually set is ready* can be anything. Is this possible ?

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with your directly

  • How change the report graph color in teststand

    how change the report graph color in teststand?

    Michael,
    You might also be able to customize the style sheet associated with the report. The TestStand Help provides some information about how to customize ATML or XML style sheets to change report colors based on the status of test steps.
    Please take a look at the following topics; are these helpful?
    ATML Report Style Sheets
    Modifying Cell Background Color Based on Step Status in ATML Test Results 5.0 Reports
    XML Report Style Sheets
    Modifying Cell Background Color Based on Step Status in XML Reports
    Tom
    TestStand Documentation

  • Change the bar graph color

    Hi
    Is it possible to change the bar graph color? I want the first bar to be green, second to be red, thrird to be orange and fourth to be gray.
    Is there anywhere to specify the color?
    Thanks

    Did you find the Fusion 11g Web Guide section 23.5.1 any help?:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/dv_graph.htm#sthref410
    CM.

  • IGS Pie Graph - colors issue

    Hello all,
    I'm displaying an IGS Pie graph in a Web-Dynpro application.
    Since in a pie graph the different parts of the pie are of the same series in different elements,
    I couldn't find a way to set different colors to them using the chart designer.
    When choosing a specific color, all the parts appear in the same color.
    When choosing an automatic color, they appear in different color,
    but then I don't have control over the color.
    Is there a way to define the pie so that every part is of a different series?
    Otherwise, Is there a way (by using the chart designer or by code)
    To achieve an IGS pie graph with the colors of my choice?
    Thanks ahead for any help,
    Anuj

    Hi
    Use this [thread|IGS Pie Graph - colors issue; for IGS Pie Graph - colors issue problem.
    Best Regards
    Satish Kumar

  • CR Viewer graph color turns grey-yellow

    I am facing mysterious probem on my web server hosted with dot net 2.0 web app using crystal reports and SQL2000, graph color turns grey-yellow suddenly. Not able to trace the cause or fix it permanently. Restarting the server resolves this issue. Could you please help URGENTLY, i am facing this since last 2 months.Server screen resolution is already set to 1024x768.
    I am using crystal report for dotNET 10.2 for reports (bundlled with VS-2005)

    You posted the same query to this thread:
    chart color error on deployed server
    Twice.
    If this is important,  I recommend you create a phone case and discuss with a technician over the phone. Phone cases can be created here:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Marking this thread as "Answered" and locking.
    Ludek

  • CR 9 - Need HELP Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) based off an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corresponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  The Problem: CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.  Are there some Hot Fixes that I need to apply to my copy of CR?
    Thanks

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • CR XI - Problem Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) of an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corrsponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.
    Thanks,Steve

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • Can you change the Graphs Colors in BEx Web Analyzer?

    Dear All,
    I have few queries I have developed via BEx Query Designer which I am opening from BEx Web Analyzer in portals. Unfortunately the colors in the Graphs are not very pleasant. I was wondering if there is a way we can customize the colors which is given by the standard.
    I am aware that we can do this is BEx Report Designer. But I would like to do this is BEx Query Designer.
    Please help..
    Cheers,
    Shanka

    Hi Shanka,
    There is no option as such in BEx Query Designer.
    You can manipulate and play with colors only in Report designer or Web Application Designer.
    In Bex Query designer, you will find only exceptions which are related to colors but chart colors cannot be manipulated in query designer.
    If you are executing the report in workbook, you can change accordingly as it is excel.
    Regards,
    KK.

  • Cannot change internal graph color in Conky

    Hey everyone,
    I have run into a problem when configuring my Conky widget for my fresh Arch install.  I installed Conky and am using a modified configuration that I found here on the forums.  The contents of my conky.conf file are found below:
    background yes
    use_xft yes
    xftfont Sans:size=8
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 500 250
    maximum_width 200
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color white
    default_shade_color black
    default_outline_color white
    alignment top_right
    gap_x 12
    gap_y 35
    no_buffers yes
    uppercase no
    cpu_avg_samples 4
    override_utf8_locale no
    text_buffer_size 1024
    TEXT
    ${font sans-serif:bold:size=9:}${color CFCFCF}SYSTEM ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}$sysname $kernel $alignr$machine
    Host: $alignr$nodename
    Uptime: $alignr$uptime
    File System: $alignr${fs_type}
    ${font sans-serif:bold:size=9}${color CFCFCF}PROCESSORS ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}CPU (Avg): $alignr ${cpu cpu0}%
    ${cpugraph cpu0 40,200 237BEE -l}
    Core 1: ${cpu cpu1}% ${cpubar cpu1}
    Core 2: ${cpu cpu2}% ${cpubar cpu2}
    Core 3: ${cpu cpu3}% ${cpubar cpu3}
    Core 4: ${cpu cpu4}% ${cpubar cpu4}
    ${font sans-serif:bold:size=9}${color CFCFCF}MEMORY ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
    ${font sans-serif:bold:size=9}${color CFCFCF}DISKS ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}Root $alignc ${fs_used /} / ${fs_size /} $alignr${fs_used_perc /}%
    ${fs_bar /}
    Home $alignc ${fs_used /home/johnmichael} / ${fs_size /home/johnmichael} $alignr ${fs_used_perc /home/johnmichael}%
    ${fs_bar /home/johnmichael}
    ${font sans-serif:bold:size=9}${color CFCFCF}TOP PROCESSES ${color 818181}${hr 2}
    ${font sans-serif:bold:size=8}${color A8A8A8}${top_mem name 1}${alignr}${top mem 1} %
    ${top_mem name 2}${alignr}${top mem 2} %
    ${font sans-serif:normal:size=8}${color 818181}$font${top_mem name 3}${alignr}${top mem 3} %
    $font${top_mem name 4}${alignr}${top mem 4} %
    $font${top_mem name 5}${alignr}${top mem 5} %
    ${font sans-serif:bold:size=9}${color CFCFCF}NETWORK ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}IP address: $alignr ${addr wlan0}
    ESSID: $alignr ${wireless_essid wlan0}
    Connection Quality: $alignr ${wireless_link_qual_perc wlan0}%
    $alignr${font sans-serif:normal:size=8}Download
    ${font sans-serif:normal:size=8}${downspeedgraph wlan0}
    ${downspeed wlan0}/s $alignr ${totaldown wlan0}
    $alignr${font sans-serif:normal:size=8}Upload
    ${font sans-serif:normal:size=8}${upspeedgraph wlan0}
    ${upspeed wlan0}/s $alignr ${totalup wlan0}
    ${font sans-serif:bold:size=9}${color CFCFCF}EMAIL ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}Gmail Messages: $alignr ${execpi 300 python ~/.scripts/gmail.py}
    GA Tech Messages: $alignr ${execpi 300 ~/.scripts/imap.pl}
    The problem that I am having is in trying to specify the internal color of the cpu graph for the average cpu activity:
    ${cpugraph cpu0 40,200 237BEE -l}
    I want to keep the boarder of the graph the same darkish grey color as the rest of the widget but I want to change the color of the portion of the graph inside the boarder to a blue color, e.g. the hex color in the code above, or more specifically to match the blue that I am using in my Archey and prompt in urxvt.
    I looked up the Conky variable defintions for how to do this and apparently you specifiy gradientcolor1 and gradientcolor2 after the size definition, similar to how I have done it in my conifg (I know that I am only using one color in the above code but it is still not working even when I define two different colors).
    Here is a picture of my desktop:
    http://ompldr.org/vZzR6dw
    As you can see the internal portion of the graph is the same grey color as the majority of the widget.  I searched extensively on the forums and Google for a solution but everything that I try doesn't work. 
    Any suggestions?

    I hope this is 'fixed' by Apple in a mail.app update.
    Let them know what you want via the feedback channel:
    http://www.apple.com/feedback/macosx.html
    But Mail has never had a provision for setting the default font, size, or color in its preferences and there is no indication this will ever be changed.
    A related thread:
    http://discussions.apple.com/thread.jspa?threadID=1467587&start=0&tstart=0

  • 3d graph color map help for cvi

    I've plotted my data to a 3d graph using CW3DGraphLib.  The data I am most interested in is the highest 10%.  I can change the Z axis to only show this 10%, but the colors are all red.  I would like to modify the color map so it maps only the data that I set in the max and min scale.  90 to 100%.  Does anyone know how to do this?  Also, I am looking for any additional help files on the CW3DGraphLib.  When you click on the function panel it says no help file available.

    Hello Keith,
        I think the following forum will be helpful.
        http://forums.ni.com/t5/LabWindows-CVI/the-method-CW3DGraphLib-DCWGraph3DPlot3DCurve-does-not-work/t...
    Daniel

  • 3D Graph Color Bug

    I am just discovering the new 3D graph objects (LV 2010) and noticed some odd behavior.
    If you color the Graph object (not the plots), this cannot be undone (in other words Ctrl-Z does not work).
    This is fine since a simple work around is to paint the object back with the original color.
    I think it qualifies as a bug nonetheless.
    However, here is an even more odd thing: if you paint the "ViewPoint" buttons (or whatever they are called), depending on where you click with the brush, you may end up with a square smack in the middle of the button as shown below (bottom right):
    The problem is that there does not seem to be a workaround.
    Since Ctrl-Z does not work, I tried to paint the square with a transparent color, and a few color combinations, but could not find a way to revert to the original "no square hidding the glyph" situation.
    The only fix is to "Revert" to the previous VI status (which is pretty drastic), or delete the Graph object and put a brand new one instead (or replace it by a brand new one), which is barely less drastic.
    Is this a known "feature"?
    Solved!
    Go to Solution.

    Hi there, so that behavior is intended but there is a workaround that I was able to find for you.  The attached vi lets you color the 3d graph and modify the properties and those properties will stay after you save.
    Scott A
    SSP Product Manager
    National Instruments
    Attachments:
    Facade_2D_and_3D.vi ‏157 KB

  • Graph Colors

    Hi,
    solution for ur question:
    right click on ur Graph in graphic builder and select field templates->select colors only option from color rotation drop down list box.save ur graph and insert same graph in reports generate pdf file.u can get graph with colors this time.
    Note:the above solution applicable only for oracle Graphics 6i.
    Cheers,
    Raghu

    Bud,
    I am not able to click on the row of categories and have the legend colors appear. Perhaps you can explain how you do this.
    It seems to me that the colors appear to the left of the category only when the chart is selected. They disappear when the chart is not selected. Rather than refer back to the table to see the category, why not show a single legend for the five charts?
    Since the five charts you mention all have the same categories, listing them in the same order in each table will assign the same color to the same category. Then showing only one of the four legends is necessary and it can be moved to some appropriate location on your page.
    pw

  • Pages '09 Bar Graph Color Help!

    Hi everyone.
    I am trying to make a chart in pages 09 and I have a wee bit of a problem.
    Lets say I make a bar graph, a simple one with 4 bars. What do I do if I want to change the color of just one bar? If I want the first bar to be red and the rest to be green for example. I already tried dragging the color onto one bar individually but all the bars are still changing with it.
    Thanks a million
    NeoXY

    Pages uses a single colour for each series of data. Each series is listed in a single column.
    Try moving the datum you want to show in a different colour one column to the right, leaving its cell in the 'regular' column empty.
    Select the original column(s) and the extra one, then choose the stacked bar graph (second item) from the Charts button's popup menu.
    Regards,
    Barry

  • Line Chart / Graph Colors

    How come I can change the colors of a bar graph series but not a line graph series?

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • Change graph color dynamically in Discoverer

    Hi,
    Is it possible to change the background color for a graph based on certain condition? If so, how should I do it?
    Thanks,

    No - you cannot dynamically change the color of a graph or graph element in Discoverer.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

Maybe you are looking for

  • Connecting macbook to tv, loss off internet

    i bought the cables required, to connect my macbook to my panasonic tv. when i am connected to the internet, ( wireless connection) and turn on the tv, i lose my internet connection, which is bogus, as this the reason i wanted to connect to the tv. h

  • Cache connect to any DB

    hi, The cache connect supports only for oracle. Is this a strategic limitation or the cache connect to any db is in the development queue? Coz we find we loose many deals since timesten can't coexist with databases other than oracle. (Its true that t

  • Problems installing Flash player with IE

    I am having problems with installing the macromedia Flash player on Internet Explorer 6 on Windows 2000 pro. However the thing is that with Firefox the flash player works fine. I tried uninstalling and reinstalling the flash player with no success. T

  • Leopard backup compatible with Snow Leopard?

    Hi I tried to upgrade my macbook from 10.5.8 to SL 10.6.3 but seems to be stucked in the boot process. I did make an backup before installing but I wonder if it is compatible with Snow Leopard? Should wipe the disk and reinstall and can I still find

  • How to change devices with student version

    I have the student version so can only have CC on 2 devices, I have a new laptop so need to change one of these devices. how do i do this?