Giter Club home page Giter Club logo

pyplot's Introduction

pyplot

Use Python to generate SVG files for plotter art

Installation

Just copy and use - no packaging as yet.

Usage

You will need to have the following other packages installed

  • noise (for perlin stuff)
  • pycairo (for text_width)
  • opencv-python (for image reading and processing)
  • svgwrite (for anything at all)

Also pytest if you want to run the tests.

To do this, you can create a venv and install within that.

See test.py for a wide range of examples.

Text Rendering

This library uses pycairo to render text as splines reduced to polylines. This means that non-single-line fonts (the vast majority) can be treated as shapes on a par with everything else.

This facilitates combining text with other shapes for fills.

It also allows transformations - these are applied at the (low) level of spline control points so should have high fidelity.

More generally, it means you don't need to use "Object to Path" in Inkscape to convert text to shapes.

Single-Line Fonts

Single-line fonts are tricky to find, with most of the pages I've found attempting to list them ending in broken links.

However as of Feb2021, some reasonable ones are:

pyplot's People

Contributors

matthewjohnmorris avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.