Modulo:Grafico XY: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
mNessun oggetto della modifica |
mNessun oggetto della modifica |
||
Riga 112:
{
type = "symbol",
from = {data = "
properties = {
enter = {
x = {scale = "x",field = "nx"},
y = {scale = "y",field = "ny"},
stroke = {value = "
fill = {value = "#fff"},
size = {value =
}
}
Riga 125:
{
type = "symbol",
from = {data = "
properties = {
enter = {
x = {scale = "x",field = "nx"},
y = {scale = "y",field = "ny"},
stroke = {value = "#b80000"},
fill = {value = "#fff"},
size = {value =
}
}
Riga 138:
{
type = "text",
from = { data = "table" },
properties = {
enter = {
Riga 154 ⟶ 151:
{
type = "text",
from = { data = "table2" },
properties = {
enter = {
Riga 191 ⟶ 185:
graph['axes'][2]['title'] = titoloY
if (args.zeroX and args.zeroX == 's') then
graph['scales'][1]['zero'] = true end if (args.zeroY and args.zeroY == 'n') then graph['scales'][2]['zero'] = false end
|