Virtual Models

2D Coordinate Systems, Box Ratio

Fractal Staircase

Difficult plot with vertical asymptotes and viewing box

This is exactly the same graph that I used in the previous example. However, this time I declare my own viewing box to be sure that I get what I want.  Plot uses parameters:

  Scaling=Unconstrained, 
ViewingBox=[-6..6, -6..6])

MuPAD

Image obtained in MuPAD.

JavaView

The same model in JavaView. 

COMMENT: I used here viewing box [-6,6]x[-6,6] to see if we can control plot this way. However, the viewing box ranges were converted to wrong values:
<range type="X">-7.2 7.2</range>
<range type="Y">-7.2 7.2</range>

JavaView

MuPAD graphics converted to JavaView and modified. Modifications include: adding antialias to the scene (Display), turning off auto bounds and auto ticks (Axes). The ruler as well as ticks of both axes were adjusted to match MuPAD plot, finally the Camera clipping parameters were adjusted.

©2005 Miroslaw Majewski (created in Sep. 2004, last update 7/10/2005)