From: Bruce S. <Bru...@nc...> - 2008-05-31 17:34:47
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> ghistogram, like gcurve, gvbars, ghbars, and gdots, is a part of the visual.graph package. As with the other graphing modes, you can set title, x, y, width, height, xtitle, ytitle, xmin, xmax, ymin, ymax, and foreground and background colors by explicitly creating a gdisplay.<br> <br> Also note in the on-line help that once you've made a gdisplay, say graph1 = gdisplay(.....), you can refer to the display on which it is based as graph1.display, which means that you can place additional labels on the graph (in addition to xtitle, ytitle, and title) by specifying label(display=graph1.display, ....).<br> <br> If you can describe what seemed missing from the documentation perhaps I could improve the documentation for the next person.<br> <br> Bruce Sherwood<br> <br> Nathan Moore wrote: <blockquote cite="mid:600...@ma..." type="cite">Hi All,<br> <br> I can't seem to find full documentation for ghistogram. Is ghistogram a regular display? How can I set title, x-axis label, add labels to the histogram etc?<br> <br> Thanks!<br> <br> Nathan Moore<br clear="all"> <br> -- <br> - - - - - - - - - - - - - - - - - - - - - <br> Nathan Moore<br> Assistant Professor, Physics<br> Winona State University<br> AIM: nmoorewsu <br> - - - - - - - - - - - - - - - - - - - - - <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. <a class="moz-txt-link-freetext" href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ Visualpython-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Vis...@li...">Vis...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/visualpython-users">https://lists.sourceforge.net/lists/listinfo/visualpython-users</a> </pre> </blockquote> </body> </html> |