|
|
|
@ -197,7 +197,7 @@ class Script(scripts.Script):
|
|
|
|
x_values = gr.Textbox(label="X values", visible=False, lines=1)
|
|
|
|
x_values = gr.Textbox(label="X values", visible=False, lines=1)
|
|
|
|
|
|
|
|
|
|
|
|
with gr.Row():
|
|
|
|
with gr.Row():
|
|
|
|
y_type = gr.Dropdown(label="Y type", choices=[x.label for x in current_axis_options], value=current_axis_options[4].label, visible=False, type="index", elem_id="y_type")
|
|
|
|
y_type = gr.Dropdown(label="Y type", choices=[x.label for x in current_axis_options], value=current_axis_options[0].label, visible=False, type="index", elem_id="y_type")
|
|
|
|
y_values = gr.Textbox(label="Y values", visible=False, lines=1)
|
|
|
|
y_values = gr.Textbox(label="Y values", visible=False, lines=1)
|
|
|
|
|
|
|
|
|
|
|
|
draw_legend = gr.Checkbox(label='Draw legend', value=True)
|
|
|
|
draw_legend = gr.Checkbox(label='Draw legend', value=True)
|
|
|
|
|