()
| 155 | } |
| 156 | |
| 157 | update_plotarea_dimensions() { |
| 158 | const plotarea_width = this.plotareaWidth; |
| 159 | const plotarea_height = this.plotareaHeight; |
| 160 | this.column_width = parseFloat((plotarea_width / this.num_cols).toFixed(2)); |
| 161 | this.row_height = parseFloat((plotarea_height / this.num_rows).toFixed(2)); |
| 162 | } |
| 163 | |
| 164 | reset_drawing_controls() { |
| 165 | // Properties useful in drawing the map |
no outgoing calls
no test coverage detected