Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't locate plots package
#1
I am trying to run some legacy code that was created last year by a teammate, and that includes the following initial line:

from plots import COLORS10, enlarge_tick_fontsize
However, when I run this line from my Spyder3 editor, the following error message results:

Error:
from plots import COLORS10, enlarge_tick_fontsize Traceback (most recent call last): File "<ipython-input-30-44011da13a42>", line 1, in <module> from plots import COLORS10, enlarge_tick_fontsize ModuleNotFoundError: No module named 'plots'
If I try to do

pip install plots

in the Anaconda console, the following error message results:

Error:
Could not find a version that satisfies the requirement plots (from versions: ) No matching distribution found for plots
Similarly, trying

conda install plots

Yields this error message:

Error:
Fetching package metadata ...... PackageNotFoundError: Packages missing in current channels: - plots
Googling "Python plots package", I am not seeing any likely candidates for packages available to install. I will appreciate any suggestions about whether there is still a "plots" package that exists, and how to access it. Thank you!!
Reply


Messages In This Thread
Can't locate plots package - by BobLoblaw - Oct-04-2017, 04:36 PM
RE: Can't locate plots package - by nilamo - Oct-04-2017, 05:01 PM
RE: Can't locate plots package - by BobLoblaw - Oct-04-2017, 05:27 PM
RE: Can't locate plots package - by nilamo - Oct-04-2017, 05:41 PM
RE: Can't locate plots package - by snippsat - Oct-04-2017, 06:37 PM
RE: Can't locate plots package - by nilamo - Oct-04-2017, 06:51 PM
RE: Can't locate plots package - by BobLoblaw - Oct-04-2017, 07:19 PM
RE: Can't locate plots package - by snippsat - Oct-04-2017, 07:26 PM
RE: Can't locate plots package - by BobLoblaw - Oct-04-2017, 07:40 PM
RE: Can't locate plots package - by nilamo - Oct-04-2017, 07:42 PM
RE: Can't locate plots package - by BobLoblaw - Oct-04-2017, 08:00 PM
RE: Can't locate plots package - by Larz60+ - Oct-04-2017, 09:15 PM
RE: Can't locate plots package - by BobLoblaw - Oct-04-2017, 11:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple Plots in Spyder PythonAndMe2023 0 902 Feb-03-2023, 07:00 PM
Last Post: PythonAndMe2023
  Subplot - Plotting 4 plots on the same row Menthix 1 1,451 Nov-07-2021, 09:03 PM
Last Post: deanhystad
  How do I locate setup.py in my computer, or install the file? JaneTan 1 1,764 Aug-26-2021, 08:37 AM
Last Post: snippsat
Photo i want to locate an image according to the mouse position rachidel07 1 2,858 Feb-08-2021, 03:29 PM
Last Post: michael1789
  Locate QR code on a page Pedroski55 0 1,377 Jan-21-2021, 07:11 AM
Last Post: Pedroski55
Photo Locate Noise floor level for a spectral data in Python Ranjan_Pal 1 3,084 Dec-19-2020, 10:04 AM
Last Post: Larz60+
  How to Locate an Attribute's Parent Object? calvinsomething 5 3,023 Nov-13-2020, 01:52 AM
Last Post: calvinsomething
  Sharing X Axis in Sub plots JoeDainton123 1 2,201 Aug-22-2020, 04:11 AM
Last Post: deanhystad
  Help With Sub Plots JoeDainton123 0 1,716 Aug-20-2020, 10:48 PM
Last Post: JoeDainton123
  Group scatter plots Mekala 0 1,675 Jul-23-2020, 02:18 PM
Last Post: Mekala

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020