Is possible as you see in the image to keep ticks in automatic but make them more larger...
for example in the image... not -1.6 - 1.65 - 1.70 - 1.75.. but -1.6-1.7-1.8 or -1.6-1.8-2
can you understand me?
Is possible to adjust values of lineplot in auto?
Is possible to adjust values of lineplot in auto?
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
- TiToine
- Site Admin
- Messages : 3356
- Inscription : lun. mars 20, 2006 11:16 am
- Localisation : Montréal
- Contact :
Re: Is possible to adjust values of lineplot in auto?
Yes but you have to fix the scale min and max, and set autoscale to 0. After that you can use majorticks to have the values you want.
Re: Is possible to adjust values of lineplot in auto?
and keeping autoscale to 1?
i need to keep autoscale but i would like only a larger range ..
i need to keep autoscale but i would like only a larger range ..
- TiToine
- Site Admin
- Messages : 3356
- Inscription : lun. mars 20, 2006 11:16 am
- Localisation : Montréal
- Contact :
Re: Is possible to adjust values of lineplot in auto?
A bit complicated, use the shift scale. scalerange="20" to have always 20 degrees on scale, adjust your majorticks to have needed tick values. Leave autoscale to 1.