Package Details: plots-git 0.8.5.r66.g819d29d-1

Git Clone URL: https://aur.archlinux.org/plots-git.git (read-only, click to copy)
Package Base: plots-git
Description: A graph plotting app for GNOME
Upstream URL: https://github.com/alexhuntley/Plots/
Licenses: GPL
Conflicts: plots
Provides: plots
Submitter: ahmubashshir
Maintainer: ahmubashshir
Last Packager: ahmubashshir
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-15 14:46 (UTC)
Last Updated: 2024-01-16 15:21 (UTC)

Latest Comments

Kimiblock commented on 2024-05-22 12:53 (UTC)

Could your please set GDK_DEBUG=gl-prefer-gl for Plots?

Without it, Plots will crash on startup.

➜  ~ plots
OpenGL ES version: 3.2
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/plots/plots.py", line 237, in update_shader
    attempt(good + bad + unknown)
  File "/usr/lib/python3.12/site-packages/plots/plots.py", line 232, in attempt
    self.gl_area.update_fragment_shader(formulae)
  File "/usr/lib/python3.12/site-packages/plots/graph.py", line 293, in update_fragment_shader
    self.shader = shaders.compileProgram(self.vertex_shader, fragment_shader)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/OpenGL/GL/shaders.py", line 211, in compileProgram
    program.check_validate()
  File "/usr/lib/python3.12/site-packages/OpenGL/GL/shaders.py", line 109, in check_validate
    raise ShaderValidationError(
OpenGL.GL.shaders.ShaderValidationError: Validation failure (0): 

During handling of the above exception, another exception occurred:

Traceback (most recent call last)
...

archisman commented on 2022-04-11 04:53 (UTC)

Now it depends on libhandy. https://github.com/alexhuntley/Plots/pull/60