Hi, I'm assuming the version from pip is v0.1, but the documentation is for the latest version from git, and a few things are different (I'm guessing the pen option is one). Easiest is to grab a copy from the git repository, and just store it underneath your project directory (it should just work, without uninstalling the global version from pip). Instructions here might help: http://www.pyqtgraph.org/documentation/how_to_use.html#embedding-pyqtgraph-as-a-sub-package-of-a-larger-project.
Patrick On Thursday, 13 December 2018 04:48:22 UTC+10:30, Duarte Nina wrote: > > > I want to make the edge of a LinearRegionItem invisible, and the > [documentation]( > http://www.pyqtgraph.org/documentation/graphicsItems/linearregionitem.html) > says there's an option for pen (among others), but the code available from > pip does not have that option. What should I do? > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/26684bb3-cab0-49fa-8fd9-6bf390321f9a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
