
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
pytplot
Advanced tools
Full Documentation here: https://pytplot.readthedocs.io/en/latest/
Pytplot is a python package which aims to mimic the functionality of the IDL "tplot" libraries.
These plots have several user interaction tools built in, such as zooming and panning. The can be exported as standalone HTML files (to retain their interactivity) or as static PNG files.
Pytplot can be used in python scripts, or interactively through IPython and the Jupyter notebook.
You will need the Anaconda distribution of Python 3 in order to run pytplot.
Anaconda <https://www.continuum.io/downloads/>_ comes with a suite of packages that are useful for data science.
Open up a terminal, and type::
pip install pytplot
This will install pytplot and all of it's dependencies.
You will also need to install nodejs. This can be done through Anaconda with the following command::
conda install -c bokeh nodejs
To start using pytplot in a similar manner to IDL tplot, start up an interactive environment through the terminal command::
ipython
or, if you prefer the jupyter interactive notebook::
jupyter notebook
then, just import the package by typing the command::
import pytplot
A demo/tutorial can be found here: docs/pytplot_tutorial.html <http://htmlpreview.github.com/?https://github.com/MAVENSDC/PyTplot/blob/master/docs/pytplot_tutorial.html>_.
A full description of each function can be found in docs/build/index.html <http://htmlpreview.github.com/?https://github.com/MAVENSDC/PyTplot/blob/master/docs/build/index.html>_.
Alternatively, the PDF version is located in docs/build/PyTplot.pdf <https://github.com/MAVENSDC/PyTplot/blob/master/docs/build/PyTplot.pdf>_.
If you have any suggestions or notice any problems, don't hesitate to contact Bryan Harter: harter@lasp.colorado.edu
Copyright 2019 Regents of the University of Colorado. All Rights Reserved. Released under the MIT license. This software was developed at the University of Colorado's Laboratory for Atmospheric and Space Physics. Verify current version before use at: https://github.com/MAVENSDC/PyTplot
FAQs
A python version of IDL tplot libraries
We found that pytplot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.