Daily Archives: September 4, 2015

5. Grids in log scale

Friday, September 4th, 2015

Note 5. The first graph displays grids as semi-log (the tick marks on y-axis are positioned in log scale while the x-axis has the linear scale). 1. Log base-10 is used so that log(10) is 1. Javascript math function supports … Đọc tiếp

2. Function graph

Friday, September 4th, 2015

Note 2. The following customizations are needed to draw standard Cartesian x-y plots. 1. Create the Cartesian vertical and horizontal axis with custom tick marks and labels. The x-axis label is drawn at specified location below the axis. The y-axis … Đọc tiếp

1. How to draw standard number line in JSXGraph

Friday, September 4th, 2015

According to its developer, the University of Bayreuth, Germany, JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. This software is implemented completely in JavaScript, and does not rely on any … Đọc tiếp