You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG DESCRIPTION
I am working on simple kivy project to display graphs but as I initialized the graph with some data points and run the app, I get two graphs one originally configured graph and the second mini graph just below the original one and as I maximize the screen size, the mini graph start to blink
To Reproduce
Here is the code for simple graph application in kivy.
`
from kivy.app import App
from kivy.uix.label import Label
from kivy.uix.floatlayout import FloatLayout
from kivy_garden.graph import Graph, MeshLinePlot
BUG DESCRIPTION
I am working on simple kivy project to display graphs but as I initialized the graph with some data points and run the app, I get two graphs one originally configured graph and the second mini graph just below the original one and as I maximize the screen size, the mini graph start to blink
To Reproduce
Here is the code for simple graph application in kivy.
`
from kivy.app import App
from kivy.uix.label import Label
from kivy.uix.floatlayout import FloatLayout
from kivy_garden.graph import Graph, MeshLinePlot
class MyApp(App):
if name == 'main':
MyApp().run()`
Logs/output
Here are the logs for the code:
[INFO ] [Logger ] Record log in C:\Users\mtariq07\.kivy\logs\kivy_19-10-09_53.txt [INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.1.9 [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.1.12 [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22 [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "C:\Users\mtariq07\Documents\myProjects\myVirtualEnv\lib\site-packages\kivy\__init__.py" [INFO ] [Python ] v3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 12:45:02) [MSC v.1900 32 bit (Intel)] [INFO ] [Python ] Interpreter at "C:\Users\mtariq07\Documents\myProjects\myVirtualEnv\Scripts\python.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2 [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'4.6.0 - Build 26.20.100.6860'> [INFO ] [GL ] OpenGL vendor <b'Intel'> [INFO ] [GL ] OpenGL renderer <b'Intel(R) UHD Graphics 620'> [INFO ] [GL ] OpenGL parsed version: 4, 6 [INFO ] [GL ] Shading version <b'4.60 - Build 26.20.100.6860'> [INFO ] [GL ] Texture max size <16384> [INFO ] [GL ] Texture max units <32> [INFO ] [Window ] auto add sdl2 input provider [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked [INFO ] [GL ] NPOT texture support is available [INFO ] [Base ] Start application main loop
Platform:
The text was updated successfully, but these errors were encountered: