Giter Site home page Giter Site logo

wwplot's People

Contributors

wwmm avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wwplot's Issues

Please list Qt requirements

The README lists gtk dependencies, but on my system it prints:

Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.

which means that it runs through Qt.

Please:

  1. In the README, list Qt dependencies that are requires
  2. Explain how to switch it to Qt or Gtk when both are available.

For example, when the wwplot package is installed, Qt is set as a dependency. There should be a way to tell it that only Qt should be used, otherwise it would just switch to Gtk when it would be installed, which would be strange.

wwplot is broken: AttributeError: 'Legend' object has no attribute 'set_draggable'

While updating the FreeBSD port I found this problem:

$ wwplot 
Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
Traceback (most recent call last):
  File "/usr/local/bin/wwplot", line 20, in <module>
    AW = ApplicationWindow()
  File "/usr/local/lib/python3.7/site-packages/WWplot/application_window.py", line 62, in __init__
    self.add_tab()
  File "/usr/local/lib/python3.7/site-packages/WWplot/application_window.py", line 116, in add_tab
    self.update_plot()
  File "/usr/local/lib/python3.7/site-packages/WWplot/application_window.py", line 168, in update_plot
    self.plot.redraw_canvas()
  File "/usr/local/lib/python3.7/site-packages/WWplot/plot.py", line 107, in redraw_canvas
    self.axes.legend().set_draggable(True)  # has to be called after tight_layout
AttributeError: 'Legend' object has no attribute 'set_draggable'

Both 0.0.7 and 0.0.8 have this problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.