Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Dynamic axis
Post: Dynamic axis

Hello, I am new with python and matplotlib. I was wondering when plotting graphs or charts, are the x and y axis dynamic after inputting different data from external sources. Or would you have to cod...
swisha General Coding Help 0 1,520 Mar-20-2020, 05:05 AM
    Thread: Customize spider chart
Post: Customize spider chart

I am trying to figure out how to change elements of code for this spider chart. 2 things I am trying to change. 1. I want to make this chart sided (not circular). 2. I want to make the green color da...
swisha General Coding Help 2 2,077 Mar-17-2020, 01:15 AM
    Thread: Customize spider chart
Post: How to change shape of radar chart

I want to change the radar chart from a circle to a polygon side shape. How do I do this using this example from matplotlib website: # Plots a radar chart. from math import pi import matplotlib.pypl...
swisha General Coding Help 2 2,077 Mar-07-2020, 09:10 AM
    Thread: Sequential color background
Post: RE: Sequential color background

Here is an example where I would like to change the background. # Plots a radar chart. from math import pi import matplotlib.pyplot as plt # Set data cat = ['Speed', 'Reliability', 'Comfort', 'Safe...
swisha General Coding Help 2 2,028 Mar-05-2020, 08:00 AM
    Thread: Sequential color background
Post: Sequential color background

What code do I use to change the color background of a radar chart. I want to use a sequential color scheme from light blue to dark blue. I assume that the starting point would be from matplotlib.pyp...
swisha General Coding Help 2 2,028 Mar-05-2020, 05:27 AM
    Thread: Gradient background
Post: Gradient background

What code do I use to add a gradient background to a radar chart using matplotlib? Here is a radar chart example where I would like a gradient background. # Libraries import matplotlib.pyplot as plt...
swisha General Coding Help 0 2,369 Mar-04-2020, 03:07 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020