Page 1 sur 1

some small problems on graphic and simples ideas

Publié : mar. sept. 19, 2017 3:49 pm
par compsystems
Hello, some small problems

1: [Save] field overlaps
2: The name of the second graphic does not appear.
3: frame work, the flag seems to be inverted
4: ticks must have at least one space, because it gives the appearance of negative numbers -80 -> - 80
also place a space before the units
gl_x_axis_unit="x_u", gl_y_axis_unit="y_u";
0y_u -> 0 y_u
I think the units label should only go on the axes

Image

ideas: :mrgreen:
A: the menu M, label it completely M -> Menu or Mn, and cursor labels

B: I think that the outputs that repeat the input, ie they are identical, better return DONE

title="titlename",labels=["x_name","y_name"]; ->
title="titlename",labels=["x_name","y_name"];

title="titlename", labels=["x_name","y_name"]; ->
(Done, Done)

Question on Global attributes:

https://www-fourier.ujf-grenoble.fr/~pa ... de546.html

I: the gl_showplotnames Global attributes is defined as cmd?
gl_showplotnames=true

II: gl_texture="filename": background image
places a background image from a path?
texture="E:\2017\MSc\SMC\Xcas\graphing\buran.png"; do not work