plotext-plus 1.0.10__tar.gz → 1.0.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/PKG-INFO +27 -27
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/README.md +26 -26
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/mcp-server.md +5 -5
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/pyproject.toml +1 -1
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/.gitignore +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/LICENSE +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/api.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/aspect.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/bar.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/basic.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/build.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/chart_classes.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/datetime.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/decorator.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/environments.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/image.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/notes.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/settings.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/special.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/subplots.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/themes.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/utilities.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/docs/video.md +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/examples/advanced_features.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/examples/basic_plots.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/examples/chart_classes_demo.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/examples/interactive_demo.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/examples/theme_showcase_demo.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/__init__.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/__main__.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_api.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_build.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_core.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_date.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_default.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_dict.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_doc.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_doc_utils.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_figure.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_global.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_matrix.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_monitor.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_output.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_shtab.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_themes.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/_utility.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/api.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/charts.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/core.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/mcp_cli.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/mcp_server.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/plotext_cli.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/plotting.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/themes.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/utilities.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/src/plotext_plus/utils.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/__init__.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_aspect_ratio.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_chart_classes.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_doughnut_simple.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_final_pie.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_image_video.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_integration.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_legend_colors.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_new_api.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_pie_chart.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_pie_fill.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_pie_gaps.py +0 -0
- {plotext_plus-1.0.10 → plotext_plus-1.0.11}/tests/test_pie_slices.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plotext_plus
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.11
|
|
4
4
|
Summary: Modern terminal plotting library with enhanced visual features, themes, and AI integration
|
|
5
5
|
Project-URL: Homepage, https://github.com/ccmitchellusa/plotext_plus
|
|
6
6
|
Project-URL: Repository, https://github.com/ccmitchellusa/plotext_plus.git
|
|
@@ -53,15 +53,15 @@ Description-Content-Type: text/markdown
|
|
|
53
53
|
|
|
54
54
|
## ✨ Key Features
|
|
55
55
|
|
|
56
|
-
🎯 **Multiple Plot Types**: [scatter](docs/basic.md#scatter-plot), [line](docs/basic.md#line-plot), [bar](docs/bar.md), [histogram](docs/bar.md#histogram-plot), [candlestick](docs/datetime.md#candlestick-plot), [heatmap](docs/special.md), [confusion matrix](docs/special.md#confusion-matrix), [pie](docs/basic.md#pie-plot), [doughnut](docs/basic.md#doughnut-charts) and more
|
|
56
|
+
🎯 **Multiple Plot Types**: [scatter](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#scatter-plot), [line](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#line-plot), [bar](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/bar.md), [histogram](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/bar.md#histogram-plot), [candlestick](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/datetime.md#candlestick-plot), [heatmap](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/special.md), [confusion matrix](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/special.md#confusion-matrix), [pie](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#pie-plot), [doughnut](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#doughnut-charts) and more
|
|
57
57
|
|
|
58
|
-
🎨 **Rich Visuals**: [Banner mode](docs/chart_classes.md), [themes](docs/themes.md), [colored text](docs/utilities.md#colored-text), automatic terminal width detection
|
|
58
|
+
🎨 **Rich Visuals**: [Banner mode](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/chart_classes.md), [themes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md), [colored text](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/utilities.md#colored-text), automatic terminal width detection
|
|
59
59
|
|
|
60
|
-
📊 **Advanced Features**: [Subplots](docs/subplots.md), [datetime plots](docs/datetime.md), [image/GIF display](docs/image.md), [video streaming](docs/video.md) (including YouTube)
|
|
60
|
+
📊 **Advanced Features**: [Subplots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/subplots.md), [datetime plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/datetime.md), [image/GIF display](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/image.md), [video streaming](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/video.md) (including YouTube)
|
|
61
61
|
|
|
62
62
|
🔧 **Modern APIs**: Clean public API, object-oriented charts, quick functions, 100% backward compatible
|
|
63
63
|
|
|
64
|
-
🤖 **AI Integration**: [MCP server](docs/mcp-server.md) for direct AI client access (Claude, etc.)
|
|
64
|
+
🤖 **AI Integration**: [MCP server](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/mcp-server.md) for direct AI client access (Claude, etc.)
|
|
65
65
|
|
|
66
66
|
⚡ **Zero Dependencies**: No required dependencies (optional packages for multimedia and AI integration)
|
|
67
67
|
|
|
@@ -249,40 +249,40 @@ python examples/theme_showcase_demo.py # Theme comparison
|
|
|
249
249
|
|
|
250
250
|
### 🎯 **Core Plotting**
|
|
251
251
|
|
|
252
|
-
- **[📊 Basic Plots](docs/basic.md)** - Scatter, line, and fundamental plotting
|
|
253
|
-
- **[📈 Bar Charts](docs/bar.md)** - Bar plots, histograms, and variations
|
|
254
|
-
- **[📅 DateTime Plots](docs/datetime.md)** - Time series and candlestick charts
|
|
255
|
-
- **[🔬 Special Plots](docs/special.md)** - Heatmaps, confusion matrices, error bars
|
|
256
|
-
- **[🎨 Decorator Plots](docs/decorator.md)** - Text, lines, and shape overlays
|
|
252
|
+
- **[📊 Basic Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md)** - Scatter, line, and fundamental plotting
|
|
253
|
+
- **[📈 Bar Charts](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/bar.md)** - Bar plots, histograms, and variations
|
|
254
|
+
- **[📅 DateTime Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/datetime.md)** - Time series and candlestick charts
|
|
255
|
+
- **[🔬 Special Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/special.md)** - Heatmaps, confusion matrices, error bars
|
|
256
|
+
- **[🎨 Decorator Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/decorator.md)** - Text, lines, and shape overlays
|
|
257
257
|
|
|
258
258
|
### 🖼️ **Multimedia & Advanced**
|
|
259
259
|
|
|
260
|
-
- **[🖼️ Image Plotting](docs/image.md)** - Display images and GIFs in terminal
|
|
261
|
-
- **[🎬 Video Streaming](docs/video.md)** - Play videos and YouTube content
|
|
262
|
-
- **[📐 Subplots](docs/subplots.md)** - Multiple plots and complex layouts
|
|
260
|
+
- **[🖼️ Image Plotting](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/image.md)** - Display images and GIFs in terminal
|
|
261
|
+
- **[🎬 Video Streaming](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/video.md)** - Play videos and YouTube content
|
|
262
|
+
- **[📐 Subplots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/subplots.md)** - Multiple plots and complex layouts
|
|
263
263
|
|
|
264
264
|
### ⚙️ **Configuration & Styling**
|
|
265
265
|
|
|
266
|
-
- **[🎨 Themes](docs/themes.md)** - Built-in themes and customization
|
|
267
|
-
- **[⚙️ Settings](docs/settings.md)** - Plot configuration and options
|
|
268
|
-
- **[📏 Aspect](docs/aspect.md)** - Size, scaling, and layout control
|
|
269
|
-
- **[🔧 Chart Classes](docs/chart_classes.md)** - Object-oriented API reference
|
|
266
|
+
- **[🎨 Themes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md)** - Built-in themes and customization
|
|
267
|
+
- **[⚙️ Settings](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/settings.md)** - Plot configuration and options
|
|
268
|
+
- **[📏 Aspect](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/aspect.md)** - Size, scaling, and layout control
|
|
269
|
+
- **[🔧 Chart Classes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/chart_classes.md)** - Object-oriented API reference
|
|
270
270
|
|
|
271
271
|
### 🛠️ **Tools & Integration**
|
|
272
272
|
|
|
273
|
-
- **[🔧 Utilities](docs/utilities.md)** - Helper functions and command-line tools
|
|
274
|
-
- **[🤖 MCP Server](docs/mcp-server.md)** - AI integration via Model Context Protocol
|
|
275
|
-
- **[🌐 Environments](docs/environments.md)** - IDE and platform compatibility
|
|
276
|
-
- **[🏗️ API Structure](docs/api.md)** - Clean public API organization
|
|
277
|
-
- **[📝 Notes](docs/notes.md)** - Installation, tips, and troubleshooting
|
|
273
|
+
- **[🔧 Utilities](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/utilities.md)** - Helper functions and command-line tools
|
|
274
|
+
- **[🤖 MCP Server](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/mcp-server.md)** - AI integration via Model Context Protocol
|
|
275
|
+
- **[🌐 Environments](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/environments.md)** - IDE and platform compatibility
|
|
276
|
+
- **[🏗️ API Structure](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/api.md)** - Clean public API organization
|
|
277
|
+
- **[📝 Notes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/notes.md)** - Installation, tips, and troubleshooting
|
|
278
278
|
|
|
279
279
|
### 🚀 **Getting Started Guides**
|
|
280
280
|
|
|
281
|
-
1. **[👋 Introduction](docs/basic.md#introduction)** - First steps with Plotext
|
|
282
|
-
2. **[📦 Installation](docs/notes.md#install)** - Setup and dependencies
|
|
281
|
+
1. **[👋 Introduction](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#introduction)** - First steps with Plotext
|
|
282
|
+
2. **[📦 Installation](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/notes.md#install)** - Setup and dependencies
|
|
283
283
|
3. **[🎯 Quick Examples](#-quick-start)** - Jump right in with code samples
|
|
284
|
-
4. **[🎨 Theming Guide](docs/themes.md)** - Make your plots beautiful
|
|
285
|
-
5. **[🔧 Modern API Guide](docs/api.md)** - Use the clean public interface
|
|
284
|
+
4. **[🎨 Theming Guide](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md)** - Make your plots beautiful
|
|
285
|
+
5. **[🔧 Modern API Guide](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/api.md)** - Use the clean public interface
|
|
286
286
|
|
|
287
287
|
## 💡 Migration & Compatibility
|
|
288
288
|
|
|
@@ -305,4 +305,4 @@ plt.show()
|
|
|
305
305
|
|
|
306
306
|
## 🛠️ Development & Build System
|
|
307
307
|
|
|
308
|
-
Plotext+ includes a comprehensive build system with modern tooling. See **[Build Documentation](docs/build.md)** for complete setup, testing, publishing, and deployment instructions.
|
|
308
|
+
Plotext+ includes a comprehensive build system with modern tooling. See **[Build Documentation](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/build.md)** for complete setup, testing, publishing, and deployment instructions.
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
|
|
12
12
|
## ✨ Key Features
|
|
13
13
|
|
|
14
|
-
🎯 **Multiple Plot Types**: [scatter](docs/basic.md#scatter-plot), [line](docs/basic.md#line-plot), [bar](docs/bar.md), [histogram](docs/bar.md#histogram-plot), [candlestick](docs/datetime.md#candlestick-plot), [heatmap](docs/special.md), [confusion matrix](docs/special.md#confusion-matrix), [pie](docs/basic.md#pie-plot), [doughnut](docs/basic.md#doughnut-charts) and more
|
|
14
|
+
🎯 **Multiple Plot Types**: [scatter](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#scatter-plot), [line](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#line-plot), [bar](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/bar.md), [histogram](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/bar.md#histogram-plot), [candlestick](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/datetime.md#candlestick-plot), [heatmap](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/special.md), [confusion matrix](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/special.md#confusion-matrix), [pie](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#pie-plot), [doughnut](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#doughnut-charts) and more
|
|
15
15
|
|
|
16
|
-
🎨 **Rich Visuals**: [Banner mode](docs/chart_classes.md), [themes](docs/themes.md), [colored text](docs/utilities.md#colored-text), automatic terminal width detection
|
|
16
|
+
🎨 **Rich Visuals**: [Banner mode](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/chart_classes.md), [themes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md), [colored text](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/utilities.md#colored-text), automatic terminal width detection
|
|
17
17
|
|
|
18
|
-
📊 **Advanced Features**: [Subplots](docs/subplots.md), [datetime plots](docs/datetime.md), [image/GIF display](docs/image.md), [video streaming](docs/video.md) (including YouTube)
|
|
18
|
+
📊 **Advanced Features**: [Subplots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/subplots.md), [datetime plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/datetime.md), [image/GIF display](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/image.md), [video streaming](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/video.md) (including YouTube)
|
|
19
19
|
|
|
20
20
|
🔧 **Modern APIs**: Clean public API, object-oriented charts, quick functions, 100% backward compatible
|
|
21
21
|
|
|
22
|
-
🤖 **AI Integration**: [MCP server](docs/mcp-server.md) for direct AI client access (Claude, etc.)
|
|
22
|
+
🤖 **AI Integration**: [MCP server](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/mcp-server.md) for direct AI client access (Claude, etc.)
|
|
23
23
|
|
|
24
24
|
⚡ **Zero Dependencies**: No required dependencies (optional packages for multimedia and AI integration)
|
|
25
25
|
|
|
@@ -207,40 +207,40 @@ python examples/theme_showcase_demo.py # Theme comparison
|
|
|
207
207
|
|
|
208
208
|
### 🎯 **Core Plotting**
|
|
209
209
|
|
|
210
|
-
- **[📊 Basic Plots](docs/basic.md)** - Scatter, line, and fundamental plotting
|
|
211
|
-
- **[📈 Bar Charts](docs/bar.md)** - Bar plots, histograms, and variations
|
|
212
|
-
- **[📅 DateTime Plots](docs/datetime.md)** - Time series and candlestick charts
|
|
213
|
-
- **[🔬 Special Plots](docs/special.md)** - Heatmaps, confusion matrices, error bars
|
|
214
|
-
- **[🎨 Decorator Plots](docs/decorator.md)** - Text, lines, and shape overlays
|
|
210
|
+
- **[📊 Basic Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md)** - Scatter, line, and fundamental plotting
|
|
211
|
+
- **[📈 Bar Charts](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/bar.md)** - Bar plots, histograms, and variations
|
|
212
|
+
- **[📅 DateTime Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/datetime.md)** - Time series and candlestick charts
|
|
213
|
+
- **[🔬 Special Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/special.md)** - Heatmaps, confusion matrices, error bars
|
|
214
|
+
- **[🎨 Decorator Plots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/decorator.md)** - Text, lines, and shape overlays
|
|
215
215
|
|
|
216
216
|
### 🖼️ **Multimedia & Advanced**
|
|
217
217
|
|
|
218
|
-
- **[🖼️ Image Plotting](docs/image.md)** - Display images and GIFs in terminal
|
|
219
|
-
- **[🎬 Video Streaming](docs/video.md)** - Play videos and YouTube content
|
|
220
|
-
- **[📐 Subplots](docs/subplots.md)** - Multiple plots and complex layouts
|
|
218
|
+
- **[🖼️ Image Plotting](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/image.md)** - Display images and GIFs in terminal
|
|
219
|
+
- **[🎬 Video Streaming](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/video.md)** - Play videos and YouTube content
|
|
220
|
+
- **[📐 Subplots](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/subplots.md)** - Multiple plots and complex layouts
|
|
221
221
|
|
|
222
222
|
### ⚙️ **Configuration & Styling**
|
|
223
223
|
|
|
224
|
-
- **[🎨 Themes](docs/themes.md)** - Built-in themes and customization
|
|
225
|
-
- **[⚙️ Settings](docs/settings.md)** - Plot configuration and options
|
|
226
|
-
- **[📏 Aspect](docs/aspect.md)** - Size, scaling, and layout control
|
|
227
|
-
- **[🔧 Chart Classes](docs/chart_classes.md)** - Object-oriented API reference
|
|
224
|
+
- **[🎨 Themes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md)** - Built-in themes and customization
|
|
225
|
+
- **[⚙️ Settings](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/settings.md)** - Plot configuration and options
|
|
226
|
+
- **[📏 Aspect](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/aspect.md)** - Size, scaling, and layout control
|
|
227
|
+
- **[🔧 Chart Classes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/chart_classes.md)** - Object-oriented API reference
|
|
228
228
|
|
|
229
229
|
### 🛠️ **Tools & Integration**
|
|
230
230
|
|
|
231
|
-
- **[🔧 Utilities](docs/utilities.md)** - Helper functions and command-line tools
|
|
232
|
-
- **[🤖 MCP Server](docs/mcp-server.md)** - AI integration via Model Context Protocol
|
|
233
|
-
- **[🌐 Environments](docs/environments.md)** - IDE and platform compatibility
|
|
234
|
-
- **[🏗️ API Structure](docs/api.md)** - Clean public API organization
|
|
235
|
-
- **[📝 Notes](docs/notes.md)** - Installation, tips, and troubleshooting
|
|
231
|
+
- **[🔧 Utilities](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/utilities.md)** - Helper functions and command-line tools
|
|
232
|
+
- **[🤖 MCP Server](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/mcp-server.md)** - AI integration via Model Context Protocol
|
|
233
|
+
- **[🌐 Environments](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/environments.md)** - IDE and platform compatibility
|
|
234
|
+
- **[🏗️ API Structure](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/api.md)** - Clean public API organization
|
|
235
|
+
- **[📝 Notes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/notes.md)** - Installation, tips, and troubleshooting
|
|
236
236
|
|
|
237
237
|
### 🚀 **Getting Started Guides**
|
|
238
238
|
|
|
239
|
-
1. **[👋 Introduction](docs/basic.md#introduction)** - First steps with Plotext
|
|
240
|
-
2. **[📦 Installation](docs/notes.md#install)** - Setup and dependencies
|
|
239
|
+
1. **[👋 Introduction](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/basic.md#introduction)** - First steps with Plotext
|
|
240
|
+
2. **[📦 Installation](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/notes.md#install)** - Setup and dependencies
|
|
241
241
|
3. **[🎯 Quick Examples](#-quick-start)** - Jump right in with code samples
|
|
242
|
-
4. **[🎨 Theming Guide](docs/themes.md)** - Make your plots beautiful
|
|
243
|
-
5. **[🔧 Modern API Guide](docs/api.md)** - Use the clean public interface
|
|
242
|
+
4. **[🎨 Theming Guide](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md)** - Make your plots beautiful
|
|
243
|
+
5. **[🔧 Modern API Guide](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/api.md)** - Use the clean public interface
|
|
244
244
|
|
|
245
245
|
## 💡 Migration & Compatibility
|
|
246
246
|
|
|
@@ -263,4 +263,4 @@ plt.show()
|
|
|
263
263
|
|
|
264
264
|
## 🛠️ Development & Build System
|
|
265
265
|
|
|
266
|
-
Plotext+ includes a comprehensive build system with modern tooling. See **[Build Documentation](docs/build.md)** for complete setup, testing, publishing, and deployment instructions.
|
|
266
|
+
Plotext+ includes a comprehensive build system with modern tooling. See **[Build Documentation](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/build.md)** for complete setup, testing, publishing, and deployment instructions.
|
|
@@ -1090,8 +1090,8 @@ Execute a complete visualization workflow:
|
|
|
1090
1090
|
|
|
1091
1091
|
## Related Documentation
|
|
1092
1092
|
|
|
1093
|
-
- [Clean API](
|
|
1094
|
-
- [Themes](themes.md) - Theme system documentation
|
|
1095
|
-
- [Charts](
|
|
1096
|
-
- [Utilities](utilities.md) - Helper functions and utilities
|
|
1097
|
-
- [Examples](
|
|
1093
|
+
- [Clean API](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/api.md) - Understanding the public API structure
|
|
1094
|
+
- [Themes](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/themes.md) - Theme system documentation
|
|
1095
|
+
- [Charts](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/chart_classes.md) - Object-oriented chart classes
|
|
1096
|
+
- [Utilities](https://github.com/ccmitchellusa/plotext_plus/blob/master/docs/utilities.md) - Helper functions and utilities
|
|
1097
|
+
- [Examples](https://github.com/ccmitchellusa/plotext_plus/tree/master/examples) - Usage examples and demos
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|