缩小八度/gnuplot [英] Zoom out in Octave / gnuplot

查看:119
本文介绍了缩小八度/gnuplot的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows下将octup与gnuplot一起使用.

I use Octave with gnuplot under Windows.

我可以使用鼠标右键放大.但是如何从UI缩小?

I can zoom in using the right mouse button. But how can I zoom out from the UI?

推荐答案

我发现这篇关于Nabble的帖子.按下p可将您转到上一个缩放级别,将n转到下一个级别,然后将u取消缩放.我在Octave之外的gnuplot窗口中按h并获得了以下命令列表:

I found this post on Nabble. Pressing p takes you to the previous zoom level, n to the next level, and u unzooms. I pressed h in a gnuplot window outside of Octave and got this command list:

2x<B1>             print coordinates to clipboard using `clipboardformat`
                   (see keys '3', '4')
<B2>               annotate the graph using `mouseformat` (see keys '1', '2')
                   or draw labels if `set mouse labels is on`
<Ctrl-B2>          remove label close to pointer if `set mouse labels` is on
<B3>               mark zoom region (only for 2d-plots and maps).
<B1-Motion>        change view (rotation). Use <ctrl> to rotate the axes only.
<B2-Motion>        change view (scaling). Use <ctrl> to scale the axes only.
<Shift-B2-Motion>  vertical motion -- change xyplane

Space              raise gnuplot console window
q                  * close this plot window

a                  `builtin-autoscale` (set autoscale keepfix; replot)
b                  `builtin-toggle-border`
e                  `builtin-replot`
g                  `builtin-toggle-grid`
h                  `builtin-help`
l                  `builtin-toggle-log` y logscale for plots, z and cb for splots
L                  `builtin-nearest-log` toggle logscale of axis nearest cursor
m                  `builtin-toggle-mouse`
r                  `builtin-toggle-ruler`
1                  `builtin-decrement-mousemode`
2                  `builtin-increment-mousemode`
3                  `builtin-decrement-clipboardmode`
4                  `builtin-increment-clipboardmode`
5                  `builtin-toggle-polardistance`
6                  `builtin-toggle-verbose`
7                  `builtin-toggle-ratio`
n                  `builtin-zoom-next` go to next zoom in the zoom stack
p                  `builtin-zoom-previous` go to previous zoom in the zoom stack
u                  `builtin-unzoom`
Right              `builtin-rotate-right` only for splots; <shift> increases amount
Up                 `builtin-rotate-up` only for splots; <shift> increases amount
Left               `builtin-rotate-left` only for splots; <shift> increases amount
Down               `builtin-rotate-down` only for splots; <shift> increases amount
Escape             `builtin-cancel-zoom` cancel zoom region

                   * indicates this key is active from all plot windows

这篇关于缩小八度/gnuplot的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆