diff --git a/xyz_grid.py b/xyz_grid_html.py
similarity index 97%
rename from xyz_grid.py
rename to xyz_grid_html.py
index 28b3a7c..fcb35c7 100644
--- a/xyz_grid.py
+++ b/xyz_grid_html.py
@@ -251,7 +251,7 @@ def __exit__(self, exc_type, exc_value, tb):
class Script(scripts.Script):
def title(self):
- return "X/Y/Z plot"
+ return "X/Y/Z HTML plot"
def ui(self, is_img2img):
current_axis_options = [x for x in axis_options if type(x) == AxisOption or type(x) == AxisOptionImg2Img and is_img2img]