search for: rotate90

Displaying 4 results from an estimated 4 matches for "rotate90".

Did you mean: rotate
2002 May 31
2
Matrix-like plot
Dear List, I have a 47 species * 83 samples matrix containing percentage abundance data. I have two cluster analyses one of the samples and one of the species, and have ordered the rows and columns of the species by samples matrix according to these two cluster analyses. So far so good! Now what I want to do is create a plot with the species dendrogram at the top of the plot, the samples
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
...t wxPoint pos, int red = -1, int green = -1, int blue = -1); </ins><span class="cx"> wxImage Rotate(double angle , const wxPoint& rotationCentre , bool interpolating = true, wxPoint* offsetAfterRotation = NULL) ; </span><span class="cx"> wxImage Rotate90(bool clockwise = true) const; </span><span class="cx"> wxImage Scale(int width, int height, int quality = wxIMAGE_QUALITY_NORMAL ) const; </span><span class="lines">@@ -91,7 +92,7 @@ </span><span class="cx"> void SetPalette(const...
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...width, int height, int quality = wxIMAGE_QUALITY_NORMAL ) ; </ins><span class="cx"> wxImage Rotate(double angle , const wxPoint& rotationCentre , bool interpolating = true, wxPoint* offsetAfterRotation = NULL) ; </span><span class="cx"> wxImage Rotate90(bool clockwise = true) const; </span><del>- wxImage Scale(int width , int height ) const; </del><ins>+ wxImage Scale(int width, int height, int quality = wxIMAGE_QUALITY_NORMAL ) const; </ins><span class="cx"> void SetAlpha(unsigned char * alpha =...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...s a copy of the image rotated 90 degrees in the direction -indicated by . -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param bool -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxImage Rotate90(bool clockwise = true) const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns a scaled version of the image. This is also useful for -scaling bitmaps in ge...