From 53752409046a68978e2ac7d8981003eb9b5d78d3 Mon Sep 17 00:00:00 2001 From: Aureliano Bombarely Date: Mon, 1 Nov 2010 19:25:00 -0400 Subject: [PATCH] I forget to modify the perldoc with the graph_height and graph_width options --- lib/CXGN/GEM/Expression.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/CXGN/GEM/Expression.pm b/lib/CXGN/GEM/Expression.pm index 6dfc838..4d01331 100644 --- a/lib/CXGN/GEM/Expression.pm +++ b/lib/CXGN/GEM/Expression.pm @@ -1322,6 +1322,8 @@ sub get_hybridization_object { green => 0 / 255, blue => 0 / 255, alpha => 1 } ## By default (black) + Other arguments are: 'title', 'x_axis_label', 'y_axis_label', + 'graph_width' and 'graph_height' Side_Effects: none @@ -1340,6 +1342,8 @@ sub get_experiment_graph { ## * 'title', a scalar, the title of the graph ($experimental_design_name by default) ## * 'x_axis_label', a scalar, the title for the x axis ('Experiment' by default) ## * 'y_axis_label', a scalar, the title for the y axis ('Expression_Units_(Fluorescence_Intensity)') + ## * 'graph_width', a scalar (600 by default) + ## * 'graph_height', a scalar (6000 by default) my $x_axis_sort = $args_href->{'x_axis_sort'}; my $bar_color_href = $args_href->{'bar_color'} -- 2.11.4.GIT