Commit Graph

  • 1c2ed3de57 Remove warning about existing QApplication Ogi Moore 2021-03-20 22:31:40 -07:00
  • f0050fa0c8
    Merge 31d40f19181eb13f3e409c9adccb509b54febcea into d0f5a6686f9fcba85971f97d570dd51b8c10caf7 Nils Nemitz 2021-03-20 22:17:07 -07:00
  • d0f5a6686f
    PlotDataItem: Fix view range <-> dynamic range limit pathology and switch to np.umath.clip (#1637) Nils Nemitz 2021-03-21 14:16:15 +09:00
  • db105a755d Replace main stanza with PyQt6 compatable variant Ogi Moore 2021-03-20 22:10:39 -07:00
  • 53fd4f9ade Add deprecation warning Ogi Moore 2021-03-20 21:40:30 -07:00
  • 170da9746c Initial draft of changelog for 0.12.0 Ogi Moore 2021-03-20 14:09:00 -07:00
  • ff2820f065
    Merge 3c00777b2866a945efbc32a28b575cbd651b56b9 into 574c2d24f2ffbe5e60e9b7e039dbedd0cbec8e57 Mikhail Terekhov 2021-03-20 21:42:21 +09:00
  • 045e87898b subsample towards square array for auto-leveling Nils Nemitz 2021-03-20 21:31:29 +09:00
  • db8b980f02 extended docstring for level to make the user aware of auto-level subsampling Nils Nemitz 2021-03-20 18:05:16 +09:00
  • 574c2d24f2
    Stop PlotDataItem from always sending full style information to PlotCurveItem / ScatterPlotItem (#1619) Nils Nemitz 2021-03-20 14:54:53 +09:00
  • 679e4526aa swapped out clipping code for new functions.array_clip Nils Nemitz 2021-03-20 14:19:45 +09:00
  • ea9604a91b Merge remote-tracking branch 'upstream/master' into PDI_clipping_revisions Nils Nemitz 2021-03-20 14:08:05 +09:00
  • 5fa3901c00
    Fix transformations in GradientLegend (#1639) Nils Nemitz 2021-03-20 14:06:18 +09:00
  • 8e32eeb1a5
    Merge pull request #1641 from pijyoi/clip_refactor Ogi Moore 2021-03-19 21:58:05 -07:00
  • 685f03258a adjusted minimum levelSamples to 4: Otherwise a 2x2 image downsamples to a single pixel Nils Nemitz 2021-03-20 13:20:04 +09:00
  • 8a2c2f81ea minimum number of samples can be 2 if we look at pixels anyway Nils Nemitz 2021-03-20 13:12:57 +09:00
  • a53ab85a30 Merge branch 'ImageItem_level_sampling' of https://github.com/NilsNemitz/pyqtgraph into ImageItem_level_sampling Nils Nemitz 2021-03-20 12:58:06 +09:00
  • c7460f779a make levelSamples count pixels, not pixels * channels Nils Nemitz 2021-03-20 12:56:00 +09:00
  • 8d74dfe11b refactor code to replace np.clip KIU Shueng Chuan 2021-03-20 08:09:29 +08:00
  • c7c46d3437 restored drawing order to bg > bar > labels (and removed some print statements) Nils Nemitz 2021-03-20 04:00:04 +09:00
  • a09c2827be rebuilt transformations Nils Nemitz 2021-03-20 03:45:54 +09:00
  • eef418f3da Removing print statement at @NilsNemitz's request Ogi Moore 2021-03-19 09:04:41 -07:00
  • 12aee3e47d
    remove pyqtgraph-core from documentation (#1636) Nils Nemitz 2021-03-20 00:46:30 +09:00
  • 932e3835d2 exposed number of subsamples in auto-level determination Nils Nemitz 2021-03-19 22:47:00 +09:00
  • 4514a39a1d 'no offscreen clip' optimization and switch to np.umath.clip Nils Nemitz 2021-03-19 21:45:20 +09:00
  • e1789aee35 reread --> minor revisions Nils Nemitz 2021-03-19 18:03:40 +09:00
  • 636b9e5e29 removed pyqtgraph-core from documentation Nils Nemitz 2021-03-19 17:32:41 +09:00
  • 244182d2bf added colormap sampling functions Nils Nemitz 2021-03-19 16:44:25 +09:00
  • e699d9d08c better example with rotate axis and pen colors Ogi Moore 2021-03-17 22:07:50 -07:00
  • 9f182de531 Use scientific notation by default in format text Ogi Moore 2021-03-16 23:13:10 -07:00
  • 489a2af6d3 Only setText if its a formatable string Ogi Moore 2021-03-16 22:56:10 -07:00
  • bab7bbc2a7 Offset now uses pixels, not viewbox coordinates Ogi Moore 2021-03-16 22:11:48 -07:00
  • e3d9c078ce Correctly use setLabel Ogi Moore 2021-03-16 20:52:14 -07:00
  • fa574f41c4
    Merge 210da393977c4af4d003b2a90731190f6dbf3795 into 3f9e56f62e3cdb2e6115400350a90b953e0c14ce lidstrom83 2021-03-17 03:02:05 +01:00
  • 3f9e56f62e
    Merge pull request #1630 from pijyoi/lut_combine Ogi Moore 2021-03-14 08:58:19 -07:00
  • 63c19800d2
    Merge pull request #1632 from pijyoi/clip_regression Ogi Moore 2021-03-14 08:52:31 -07:00
  • 20a3435a4d
    Add missing project URL for neurotic to README, add ephyviewer (#1633) Jeffrey Gill 2021-03-14 08:49:52 -07:00
  • 3c15703664 Add ephyviewer to project list in README Jeffrey Gill 2021-03-14 10:23:08 -04:00
  • 4f83353c47 Add missing project URL for neurotic to README Jeffrey Gill 2021-03-14 10:18:49 -04:00
  • 56b54344e2 workaround np.clip regression since numpy 1.17 KIU Shueng Chuan 2021-03-14 15:15:16 +08:00
  • 099fc23e3a Fix: the ImageView class contains a pq.GraphicsView object, not a QGraphicsView Pepijn Kenter 2021-03-13 20:16:52 +01:00
  • 865991f432 Don't use a gradient for the classes in the UML diagram. Pepijn Kenter 2021-03-13 18:13:25 +01:00
  • bfe3f0b9a6 Fix UML diagram: layout is attribute of PlotItem & GraphicsLayout. Pepijn Kenter 2021-03-13 17:41:05 +01:00
  • ece0a66726 Removed packages from overview UML diagram Pepijn Kenter 2021-03-13 16:36:21 +01:00
  • a574f46aa1 UML class diagram of the main PyQtGraph classes. Pepijn Kenter 2021-03-13 13:54:51 +01:00
  • 5df14aec1d combine levels and lut only if both are present KIU Shueng Chuan 2021-03-13 16:27:20 +08:00
  • 172cef1628 added procedure generation for monochrome palettes Nils Nemitz 2021-03-13 03:26:28 +09:00
  • 309a7db75e Incorporate some of the feedback Ogi Moore 2021-03-10 21:51:10 -08:00
  • f14e687df8 removed left over diagnostics, added redundant pre-definition of qcol to placate code scanner Nils Nemitz 2021-03-11 04:30:50 +09:00
  • 7d19711559 general cleanup Nils Nemitz 2021-03-11 04:07:40 +09:00
  • 34140615fb Merge remote-tracking branch 'upstream/master' into named_colors Nils Nemitz 2021-03-11 02:45:37 +09:00
  • 291c7c304c restructured to reduce circular dependencies Nils Nemitz 2021-03-11 02:45:02 +09:00
  • e451fe3ae8 Remove newlines Ogi Moore 2021-03-09 21:42:04 -08:00
  • 10f32b574a Better Example Ogi Moore 2021-03-09 20:34:35 -08:00
  • ddeea60cd0 wording Martin Chase 2021-03-09 11:54:51 -08:00
  • 2017a114fe whitespace Martin Chase 2021-03-09 11:52:24 -08:00
  • b054e0c18e initial draft of czi proposal Martin Chase 2021-03-09 11:46:38 -08:00
  • abda01c51d update Nils Nemitz 2021-03-09 17:11:15 +09:00
  • 34b75e4040 Fix text label usage Ogi Moore 2021-03-08 22:15:48 -08:00
  • eb7a60fcf8
    Fix environment variable typo for highdpi scaling (#1627) Ogi Moore 2021-03-08 09:36:40 -08:00
  • 93b708e2e6
    Add used by in readme (#1626) Ogi Moore 2021-03-08 09:22:13 -08:00
  • 83b28bef10 Fix environment variable typo for highdpi scaling Ogi Moore 2021-03-08 09:20:47 -08:00
  • 662106a051 Add existing projects to README.md Ogi Moore 2021-03-08 09:03:13 -08:00
  • 148a35d430 mostly functional example Nils Nemitz 2021-03-08 02:14:37 +09:00
  • c5a1174f04
    Merge pull request #1605 from pijyoi/clean_shutdown Ogi Moore 2021-03-06 20:18:50 -08:00
  • eb6f724767 start work on NamedBrush Nils Nemitz 2021-03-07 13:14:33 +09:00
  • 5d09de629b Add projects with links that use pyqtgraph Ogi Moore 2021-03-05 22:16:44 -08:00
  • 6e28681454 Allow TargetItem to use any scatter-plot symbol Ogi Moore 2021-02-28 21:50:41 -08:00
  • 547f847b26 obliviated stray debug statement Nils Nemitz 2021-03-04 16:00:52 +09:00
  • 352039d5c7 removed unwanted file Nils Nemitz 2021-03-04 15:39:00 +09:00
  • f97bff03e7 skip unneded style updates in PlotDataItem Nils Nemitz 2021-03-04 15:34:13 +09:00
  • 829f07b24a
    Merge pull request #1618 from pijyoi/pyqt6_abort Ogi Moore 2021-03-02 22:22:18 -08:00
  • df64be371a remove PySide from _loadUiType() KIU Shueng Chuan 2021-03-03 10:16:02 +08:00
  • 30a64d5f81 Qt.py : remove Qt4 KIU Shueng Chuan 2021-03-03 09:57:14 +08:00
  • d82f28d390 install sys excepthook for PyQt6 KIU Shueng Chuan 2021-03-03 09:42:16 +08:00
  • fb6ae0ff2c
    Merge pull request #1613 from chrismullins/parameter-unpacking Ogi Moore 2021-03-02 11:05:47 -08:00
  • c49e471192 don't skip test_ExampleApp.py KIU Shueng Chuan 2021-03-01 14:38:13 +08:00
  • 85e894dd73 convert uses of QTimer.singleShot to QTimer instances KIU Shueng Chuan 2021-03-01 13:45:00 +08:00
  • 1ad7d49908 de-duplicate Big Sur opengl skip testing Kiu Shueng Chuan 2021-02-26 13:38:12 +08:00
  • 5f6be29f66 connect paletteChanged to standalone function Kiu Shueng Chuan 2021-02-26 10:28:09 +08:00
  • de11e6315c let examples have a chance to exit normally KIU Shueng Chuan 2021-02-08 14:11:20 +08:00
  • 576e4f6752 do not use negative anchor silly Ogi Moore 2021-02-28 20:26:02 -08:00
  • 9ed51cd1e2 Add keys() method to Parameter class Chris Mullins 2021-02-28 03:00:19 +00:00
  • 6b92b2c60a Do formatting Ogi Moore 2021-02-27 17:00:06 -08:00
  • a64a190c84 Fixed docstrings, cleaned up code a bit Ogi Moore 2021-02-26 22:54:58 -08:00
  • bf02a74894 switched to mkQApp initialization Nils Nemitz 2021-02-26 16:24:20 +09:00
  • 9b1bb2e2c4 Use math module instead of numpy for single values Ogi Moore 2021-02-25 23:19:52 -08:00
  • 32bc8a0b1e Works as expected, need to update docs Ogi Moore 2021-02-25 23:00:47 -08:00
  • 19adb0195c Now label in the correct location Ogi Moore 2021-02-25 21:34:23 -08:00
  • 3509ac2be6 Merge branch 'master' into improve-target-item Ogi Moore 2021-02-25 20:33:47 -08:00
  • 241ec25b13 Merge branch 'master' into image Martin 2021-02-25 16:48:36 -08:00
  • 2318f49bc4
    include more color in the ImageView example (#1611) Martin Chase 2021-02-25 16:14:34 -08:00
  • 59676c86b7 include more color in the ImageView example Martin 2021-02-25 14:54:45 -08:00
  • 076eece205 lint Martin 2021-02-25 13:56:52 -08:00
  • 9886798f49 remove merge conflict cruft Martin 2021-02-25 13:42:11 -08:00
  • e89abf1571 Merge branch 'master' into fix-ROI-getArrayRegion Martin 2021-02-25 13:34:04 -08:00
  • 51eac5a01b horizontal color bar and clean-up Nils Nemitz 2021-02-26 04:07:46 +09:00
  • cd73aeed0e
    Merge pull request #1598 from outofculture/selfless-lambdas Ogi Moore 2021-02-23 09:40:57 -08:00
  • c1900aa71a
    Merge pull request #1599 from pijyoi/choose_binding Ogi Moore 2021-02-22 13:31:50 -08:00
  • d8e826e379 disable opengl vsync for benchmarking KIU Shueng Chuan 2021-02-22 16:13:53 +08:00