I would like to display a plot after rotating by 90 degree. I prefer any jquery based plotting tool.

enter image description here

Fig. 1 is diagram of the normal plot

enter image description here

Fig. 2 is diagram that want to have by rotating Fig. 1

As I see jqplot is using multiple canvas to draw the plot. If someone can help me by showing a way to rotate a div continer of the canvases.

link|improve this question

44% accept rate
feedback

1 Answer

up vote 4 down vote accepted

I don't know about jqplot, but you can rotate any div using css tranforms: http://w3schools.com/cssref/css3_pr_transform.asp

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.