Returns the title of the image showing the plot (if any) or title of the plot
()
| 435 | |
| 436 | /** Returns the title of the image showing the plot (if any) or title of the plot */ |
| 437 | public String getTitle() { |
| 438 | return imp == null ? title : imp.getTitle(); |
| 439 | } |
| 440 | |
| 441 | /** Sets the x-axis and y-axis range. Saves the new limits as default (so the 'R' field sets the limits to these). |
| 442 | * Updates the image if existing. |
no test coverage detected