You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

splotch

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splotch - pypi Package Compare versions

Comparing version
0.6.2.0
to
0.6.2.1
+2
-1
PKG-INFO
Metadata-Version: 2.1
Name: splotch
Version: 0.6.2.0
Version: 0.6.2.1
Summary: Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.

@@ -10,2 +10,3 @@ Home-page: https://github.com/MBravoS/splot

Platform: UNKNOWN
Requires-Python: >=3.3
Provides-Extra: astro

@@ -12,0 +13,0 @@ License-File: LICENSE

@@ -24,6 +24,4 @@ **Simple PLOTs, Contours and Histograms** is a small package with wrapper functions designed to simplify plotting calls from matplotlib.

The documentation is [splotch's readthedocs page](https://splotch.readthedocs.io/en/latest/).
The documentation is [splotch's readthedocs page](https://splotch.readthedocs.io/en/latest/).
*Current version*: 0.6.2.0
*Planned releases*:

@@ -30,0 +28,0 @@ * Addition of legend customisation function (0.7.0.0).

@@ -6,3 +6,3 @@ import atexit

setup(name='splotch',
version='0.6.2.0',
version='0.6.2.1',
description='Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.',

@@ -18,3 +18,4 @@ url='https://github.com/MBravoS/splot',

#cmdclass={'install':new_install},
install_requires=['numpy>=1.15','matplotlib>=3.0.0','scipy>=1.1.0','sympy>=1.2','scicm>=1.0.0'],
python_requires='>=3.3',
install_requires=['numpy>=1.15','matplotlib>=3.0.0','scipy>=1.1.0','sympy>=1.2','scicm>=1.0.3'],
extras_require={ # optional packages

@@ -21,0 +22,0 @@ 'astro':['astropy']

Metadata-Version: 2.1
Name: splotch
Version: 0.6.2.0
Version: 0.6.2.1
Summary: Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.

@@ -10,2 +10,3 @@ Home-page: https://github.com/MBravoS/splot

Platform: UNKNOWN
Requires-Python: >=3.3
Provides-Extra: astro

@@ -12,0 +13,0 @@ License-File: LICENSE

@@ -5,5 +5,5 @@ numpy>=1.15

sympy>=1.2
scicm>=1.0.0
scicm>=1.0.3
[astro]
astropy
########################################################################
############## Definition of all wrappers for 1D plotting ##############
########################################################################
from collections import Iterable
from collections.abc import Iterable
from warnings import warn

@@ -22,3 +22,2 @@ from numpy import array, diff, dtype, empty, full_like, histogram, inf, linspace, log10, logspace, meshgrid, nan, nancumsum, arange

####################################

@@ -25,0 +24,0 @@ # Generalized lines