Commit Graph

26 Commits

Author SHA1 Message Date
Stefan Tröger
d3fa7ad8f0 FEM: Add index over frames visualizations 2025-06-15 10:57:46 +02:00
Adrian Insaurralde Avalos
7754c44b55 Migrate away from deprecated distutils python package where possible 2023-10-23 10:51:50 -05:00
wmayer
91cf838a08 Plot: Apply clang format 2023-09-10 11:31:36 +02:00
0penBrain
f57627aa10 [Bugfix]Plot: reintroduce patch removed by #9103
While FC don't depend on PyQt anymore, patch is needed to have
 matplotlib working correctly

 876601d34d (r108628060)
2023-08-17 11:56:23 -04:00
luzpaz
b4834dc580 Plot: tweak missing matplotlib warning (#9442)
Close #9407


Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
2023-05-05 09:35:32 -04:00
Pesc0
876601d34d Remove all PyQt references 2023-03-31 10:36:04 +02:00
luz paz
b699096721 Plot: remove superfluous whitespace 2022-01-07 00:57:36 +01:00
luz paz
7375b3aa82 Plot: Expose src/Mod/Plot strings to translation
Closes https://github.com/FreeCAD/FreeCAD-translations/issues/60
2022-01-07 00:57:36 +01:00
Chris Hennes
97cec75e32 Plot: LGTM - don't catch BaseException 2021-09-19 14:36:51 -05:00
Oliver Oxtoby
b7867e2be1 Prevent matplotlib selecting the PyQt API instead of PySide2 2021-08-20 13:22:13 +02:00
Jose Luis Cercos-Pita
b7d06844c9 Converted the Plot workbench into a module 2021-08-17 19:01:03 +02:00
Jose Luis Cercos-Pita
d34a283329 Upgrade plot module to Qt5 2021-08-17 18:17:05 +02:00
wmayer
0f53d8224b remove UnicodeUTF8 2016-12-27 18:31:05 +01:00
Jose Luis Cercos-Pita
14cb2b8a75 Moved to version checking for anarchists and software realists, like matplotlib guys 2016-04-19 13:41:30 +02:00
Jose Luis Cercos Pita
feb9b58a7e Added the matplotlib navigation toolbar, and methods to toogle it on/off 2016-01-28 10:25:53 +01:00
Jose Luis Cercos Pita
f07f047bbf Fixed deprecation warning when matplotlib 1.4 is used 2016-01-28 10:24:35 +01:00
Bruce Lacey
9f907f5d1b Upgraded Plot module to comply with matplotlib 1.5.x API
Plot.py will check the version of matplotlib imported using the
distutils.version.StrictVersion class.  If the version is less
than 1.5.0, it will import the legacy gt4agg NavigationToolbar
from matplotlib, otherwise the 1.5.x version.

Resolves #2421
2016-01-26 22:31:29 -08:00
J.L. Cercos-Pita
071829dbc9 Fixed 'Axes' object has no attribute 'get_frame' error (see http://matplotlib.org/api/api_changes.html) 2015-05-31 19:28:16 +02:00
wmayer
491ea2b52a + use QApplication instead of qApp 2014-12-22 12:30:44 +01:00
Jose Luis Cercos-Pita
4de77a921a Set PySide to all ambiguous QtGui and QtCore calls 2014-10-04 11:42:34 -03:00
jriegel
93fc937bd1 Close window interface in Plot 2014-04-27 18:12:02 +02:00
Jose Luis Cercos-Pita
11278f34f3 rebased (regenerated) branch from master 2014-01-12 15:07:19 +01:00
Jose Luis Cercos Pita
40e8de19f0 Included legend best location capabilities 2012-11-18 14:46:10 +01:00
Jose Luis Cercos Pita
6407f7a83d Improved translation stuff in order to support more languages 2012-11-05 18:54:19 +01:00
Jose Luis Cercos Pita
a6df3a5968 Fixed translation stuff 2012-11-05 18:51:52 +01:00
Jose Luis Cercos Pita
b90185c842 Re-Created branch form 0, to avoid conflicts 2012-10-29 10:30:17 +01:00