hoffstadt / hoffstadt/DearPyGui

Vertical / horizontal zoom does not work in plots

Open
#2,022 2 comments 0 reactions 0 assignees View on GitHub
state: pending type: bug
Dominant language
C++
Stars
15.6k
Forks
783
PR merge metrics
No merged PRs in 30d

Description

## Version of Dear PyGui

Version: 1.8.0
Operating System: maxOs Ventura 13.2

## My Issue/Question
Running the demo script, I am not able to zoom in the plots horizontally/vertically by holding the modifier keys and mouse right click drag.

I am not sure if this is an issue just with macOS or if it also happens on other OS

## To Reproduce
1. Run: demo script
2. Goto: -> Plots -> Series -> Stair Series
3. Do:
1. Right click and drag to box selected data.
2. Hold Shift to expand box selection vertically

## Expected behavior
- Box expands vertically

## Standalone, minimal, complete and verifiable example

```python
import dearpygui.dearpygui as dpg
import dearpygui.demo as demo

dpg.create_context()
dpg.create_viewport(title='Custom Title', width=600, height=600)

demo.show_demo()

dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.