Texts and Transformations II

From JSXGraph Wiki
Revision as of 09:21, 1 August 2011 by A WASSERMANN (talk | contribs)
Jump to navigationJump to search

This example is similar to the one Text and Transformations, beside that the x-axis and the y-axis have different scalings. To be precise, tha ratio of the two scalings is equal to 4. The result is that rotating the text and the image will also stretch these objects.

In order to avoid this effect, we have to do the following

The JavaScript code

Here is the complete code to accomplish this behaviour.