Skip to content

imad-miftek/test-templates

Repository files navigation

Plot Test Templates

A collection of test templates demonstrating various plotting functionalities and features using PySide6 and PlotPy.

Overview

This repository contains example templates for different types of plots and visualization features. It serves as a reference implementation for common plotting scenarios and GUI implementations.

Templates

Base Plot (baseplot.py)

A basic plot template that demonstrates:

  • Setting up a QMainWindow with PySide6
  • Creating a basic plot widget using PlotPy
  • Implementing a minimal plotting application structure

Requirements

- Python 3.x
- PySide6
- PlotPy
- NumPy

Usage

To run any template, use Python from the command line:

python baseplot.py

Project Structure

test-templates/
├── baseplot.py          # Basic plot template
└── README.md           # Project documentation

Contributing

Feel free to add new templates or improve existing ones. Each template should:

  • Demonstrate a specific plotting feature or functionality
  • Include clear comments explaining the implementation
  • Follow the existing project structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages