Skip to main content

Plotting class preferences of guemesturb

Project description

The Artist

Plotting class preferences created by guemesturb.

Usage examples

The API con be invoked as in the next snippet.

from TheArtist import TheArtist
import numpy as np


x = np.arange(1,10)
y = np.arange(1,20)
z = np.sin(x)
figure = TheArtist(latex=False,n_rows = 2,n_cols = 1)
figure.plot(x, y, 0, 0, color='darkblue', linewidth=1, linestyle='-', marker='o')
figure.scatter(x, z, 0, 1, marker='s')
figure.set_labels(['Eje 1', 'Eje V'], 0, 0)
figure.set_labels(['Eje 2', None], 0, 1)
figure.savefig("test", fig_format='pdf', dots_per_inch=1000)

More examples can be found in the examples directory.

Installing TheArtist

Future versions may be uploaded to PyPi. At the moment, to install the current version, you may use the code below.

pip install wheel
git clone https://github.com/guemesturb/TheArtist/tree/develop 
cd TheArtist
python3 setup.py sdist bdist_wheel
conda activate your_env
pip install .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TheArtist-1.0.0.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file TheArtist-1.0.0.tar.gz.

File metadata

  • Download URL: TheArtist-1.0.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for TheArtist-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a2f695549cc6b13f9d854afab57da058814998288524a3d5de6488370082f3b9
MD5 3f375282c086e9d680ecd6aa6f9f35fc
BLAKE2b-256 b21783f7b7d0d53ca77f864847457318b4dce7ca27ebcb25bc667dabb99ac7d2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page