Displaying 2 results from an estimated 2 matches for "generrat".
Did you mean:
generat
2006 Oct 18
1
trying to rotate barplot labels
...umns and i
followed the instructions in the
archive "rotate barplot labels". i was really looking forward to seeing
my labels turned but the plot just came back with no labels ? can anyone
see what might be going on ?
it worked when i followed the archive using the simulated rnorm data
generrated there.
i've changed the naming method so that i'm using the labels command
instead of the defaulted column names , so i wouldn't even mind getting
them on unrotated because they
might even fit now. if someone knows how to do that wqihout rotating,
that;s worth a try
maybe it ha...
2017 Apr 08
3
How to insert vector type input parameter for function in C/C++ API?
Fantastic! It's working! Thank you so much Craig!!!
On Fri, Apr 7, 2017 at 6:05 PM, Craig Topper <craig.topper at gmail.com> wrote:
> It should be VectorType::get(Type::getInt32Ty(Context),4). You need the
> word "get" after VectorType::
>
> ~Craig
>
> On Fri, Apr 7, 2017 at 6:01 PM, Michael Choi <choimichael103 at gmail.com>
> wrote:
>