Difference between revisions of "Map with German electoral districts"

From JSXGraph Wiki
Jump to navigationJump to search
(New page: <html> <script type="text/javascript" src="/ajax/germany.js"></script> </html> <jsxgraph width="500" height="700"> var minX =-289319.4, maxY = 6827620, maxX = 351315.7, minY = ...)
 
Line 14: Line 14:
 
     i, col = 0;
 
     i, col = 0;
 
      
 
      
brd = JXG.JSXGraph.initBoard('jsxbox', {boundingbox:[minX-1000,maxY+1000,maxX+1000,minY-1000],
+
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[minX-1000,maxY+1000,maxX+1000,minY-1000],
 
                                     keepaspectratio:true});
 
                                     keepaspectratio:true});
  

Revision as of 11:45, 19 October 2009