Displaying 2 results from an estimated 2 matches for "sctructure".
2007 Oct 08
1
How put description under the graph (using different lines)
...on 1
-----------------------      -------------------------
description2             description3
where:
-description 1, description 2 and description 3 are  the variables' names
that I must to change on my different barplot.
-MY GRAPH belongs barplot's graph.
The 3 lines (it is paited on sctructure of the graph) must to be painted on
my graph.
I think it is possible but I don't achieve to do it.  Can anybody help me,
please?
Thanks.
	[[alternative HTML version deleted]]
2006 Jun 19
0
logingenerator multiple select
hi,
..i''ve just finished installing the login generator and acl system from 
http://wiki.rubyonrails.com/rails/pages/LoginGeneratorACLSystem
(sql sctructure of a habtam relationship of roles//users, 
roles//permissions and so, being able to asign roles[with the associated 
permissions]to the users..)
anyway, now i need to implement associating the correct permissions for 
the correct role in the view, and so after scaffoling, i''ve got:
-----...