sbonaime / seedlink_plotter

Seedlink_plotter A python script to plot real time seismic data from a seedlink server
GNU Lesser General Public License v3.0
36 stars 19 forks source link

singlechannel plot: ticklabels inside of axes? #12

Closed megies closed 10 years ago

megies commented 11 years ago

I was considering moving the ticklabels for singlechannel plots inside, like we have for multichannel plot. That way we do not have problems with cut-off labels anymore and don't waste space outside of the axis. It also looks more like a full screen kiosk-type display when maximized.. What do you think @bonaime?

sbonaime commented 11 years ago

ok for the ticklabels. By the way, I am not so happy with the full screen confirmation. I would like to launch seedlink-plotter on few kiosk-type display at startup but now, we have to connect a keyboard to just press 'y' !

I think we could change the default behavior to be with-decoration and to have a --without-decoration which makes more sense. If you put this option, you know what you want to do

megies commented 11 years ago

I put the warning because it can be kind of dangerous that your screen is blocked by the plot and once the shell you started it in loses focus it could be hard to get rid of the plot. But.. when I put the warning I also added "--force" to skip the warning..

But anyway, I also think the default should be "with decoration" I just didn't want to change your default at that time. If we change the default the warning and "--force" could be discarded, I guess.

sbonaime commented 11 years ago

The force option should be ok