Skip to content

rezaarezvan/rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdf

rezvan dynamic figures - a tool to create dynamic SVG figures for my blog

Supports 3D and subplots.

Installation

python3 -m pip install -e .

Usage

from rdf import RDF

plotter = RDF()

# Automatically saves to `result/{SCRIPT_NAME}/example.svg`
svg_content = plotter.create_themed_plot(
    save_name="example", plot_func=plot_example
)

About

rezvan dynamic figures - a tool to create dynmic SVG figures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published