Displaying 2 results from an estimated 2 matches for "description3".
Did you mean:
description
2006 Jun 14
7
CR issue
Hi,
I am using RedCloth (3.0.4).
First using online text2html (http://www.textism.com/tools/textile/) ,
"123
456"
returns <p>123<br />456</p>
But by code:
<code>
require ''RedCloth''
puts RedCloth.new("123\n456").to_html
</code>
I got:
<p>123
456</p>
CR is not taken in consideration. Is there any parameter I am
2007 Oct 08
1
How put description under the graph (using different lines)
...ot' graphs, but under the graph I need to put different
things. The structure of this graph must be:
MY GRAPH
------------------------------------------------------
description 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...