Embellishing a plot - Bengali
- subtitles off
- captions off
- English
- Bengali
- Questions posted on Forums
- Python 3.4.3 Tutorials - Bengali
-
Not Geeting title on current graph
as per instruction all works good till above mention time. after that when i am going to give title to current plot it will show me blank graph with title. and after that for all other option i am getting same, blank graph and particular command output.
06-07M 30-40S manojradadiya
Answer last updated on: May 16, 2024, 2:43 p.m.
-
What is x and sin(x) refers to in plot(x,sin(x)) command
Hi Team,What is X and Sin(x) represents inside plot(x,sin(x)) command. Could please explain.
00-01M 40-50S Absolute
Answer last updated on: Dec. 20, 2022, 9:05 p.m.
-
Facing error for X lable
Facing error for X lable command while Y label command work properly, kindly guide me if I doing any mistake in syntax.
08-09M 50-60S jyotis
Answer last updated on: Sept. 28, 2021, 11:34 p.m.
-
Regarding sin and cos
hi there how we know that when to use sin and cos? and what is -pi and pi?
03-04M 50-60S jay008
Answer last updated on: July 9, 2021, 11:34 a.m.
-
Embellishing plot
plot(x,sin(x),'b--,linewidth=3) File "<ipython-input-61-43923530a9ca>", line 1 plot(x,sin(x),'b--,linewidth=3) ^SyntaxError: EOL while scanning string literalWhy it is showing error with statement ?
01-02M 0-10S sunaina3110
Answer last updated on: May 3, 2021, 12:32 p.m.
-
plot graph
if i want a transparent graph what all should we do to get a transparent background graph directly is their a solution.
05-06M 30-40S Masteranmol
Answer last updated on: April 29, 2021, 3:50 p.m.
-
How to use this python and in which fild I will use ?
I see this tutorial but I am not understand that it's use ? Can I draw any type of mathematical model with the help of this plot ?
01-02M 0-10S manishapatelharmaini@
Answer last updated on: Sept. 8, 2020, 11:36 a.m.
-
Assignment Solution Doubt: Ylabel text alignment
In the solution to the question number 2, the answer is given as No.But it is possible to modify the alignment of the given label using **kargs of text. That means:ylabel("Y", horizontalalignment='left', verticalalignment='top')would modify the text alignment of the Y label.Then why the answer to the solution is given as No?
12-13M 40-50S roshkj
Answer last updated on: June 30, 2020, 9:38 a.m.
-
Plot Line style
In following command plot(x,sin(x),'2r')What 2 signifies ?
04-05M 40-50S mdaipayan1986
Answer last updated on: June 22, 2020, 9:11 a.m.
-
plot(x,sin(x),'r','.') command nt showing dotted line
Dotted line in graph not reflected
04-05M 30-40S meghna_bhatia
Answer last updated on: June 19, 2020, 1:19 p.m.
-
regarding linewidth
what is the maximum linewidth we can enter in python??
03-04M 30-40S Minjal
Answer last updated on: May 8, 2020, 1:03 a.m.
-
xlable
after typing xlable() and ylable() command, a name error displayed:NameError: name 'xlabel' is not defied
08-09M 10-20S vineetsingh23
Answer last updated on: May 4, 2020, 12:12 a.m.
-
usage of of line type
plot(x,sin(x),'r--',linewidth=3)in the above format we use '--' as line style.what should i do if i want to plot it using dots ' . ' or plus sign '+'.if i palce dot or plus in place of - it is dispalying an error
05-06M 20-30S Hema1122
Answer last updated on: April 14, 2020, 1:05 p.m.
-
usage of of line type and colour
when i type plot(x,sin(x),'r--',linewidth=3) it is showing an error thatillegal format string "r - -";
05-06M 20-30S Hema1122
Answer last updated on: April 13, 2020, 2:16 p.m.
-
Embellishing plot
plot(x,sin(x),'b--,linewidth=3) File "<ipython-input-61-43923530a9ca>", line 1 plot(x,sin(x),'b--,linewidth=3) ^SyntaxError: EOL while scanning string literalWhy it is showing error with statement ?
01-02M 0-10S sunaina3110
Answer last updated on: Dec. 31, 2019, 11:39 a.m.
-
plot()
After using plot(x,y), if i give title("graph"), a blank graph is created. How to merge the title, xlabel, ylabel with already created graph?
09-10M 0-10S DhivyaRathinasamy
Answer last updated on: June 22, 2019, 3:54 p.m.
-
why the value of ylabel coming as 42.7 ?
00-01M 30-40S gauravpatni
Answer last updated on: June 22, 2019, 1:43 p.m.
-
Latex Styling
What is the requirement for including 'r' before the title in latex styling?
03-04M 20-30S Shinychisto
Answer last updated on: June 22, 2019, 12:56 p.m.
-
annotate command not working
Why this command is not working annotate("local maxima" xy=(2,-1))?
05-06M 50-60S dipakr
Answer last updated on: June 22, 2019, 12:37 p.m.
-
alignment of text in ylabel command
what is the use of this **kwargs parameter i.e .Text properties
11-12M 50-60S Rainism
Answer last updated on: June 22, 2019, 12:31 p.m.
-
Embellishing plot
In [68]: title("Parabolic function -x^2+4x-5")Out[68]: Text(0.5, 1, 'Parabolic function -x^2+4x-5')
00-01M 0-10S sunaina3110
Answer last updated on: June 22, 2019, 12:08 p.m.
-
Color of plot
While completing the exercise given in video, I written the code plot(x,cos(x), '.',"r", linewidth=3).The output plot I obtained was of blue color rather than red.
05-06M 30-40S geetachhikara
Answer last updated on: May 25, 2019, 2:31 p.m.
-
Title command is not working
while i give title("name") it returns an error str object not callable
07-08M 0-10S T.Dhivya
Answer last updated on: May 25, 2019, 12:45 p.m.
-
1Getting started with IPython
-
2Using plot command interactively
-
Embellishing a plot
-
4Saving plots
-
5Multiple plots
-
6Subplots
-
7Additional features of IPython
-
8Loading Data From Files
-
9Plotting Data
-
10Other Types Of Plots
-
11Plotting Charts
-
12Getting started with Lists
-
13Getting started with for
-
14Getting started with strings
-
15Getting started with files
-
16Statistics
-
17Getting started with arrays
-
18Accessing parts of arrays
-
19Image manipulation using Arrays
-
20Basic Matrix Operations
-
21Advanced Matrix Operations
-
22Least square fit
-
23Basic datatypes and operators
-
24Sequence datatypes
-
25Input-output
-
26Conditional Statements
-
27Loops
-
28Manipulating lists
-
29Manipulating strings
-
30Getting started with tuples
-
31Dictionaries
-
32Sets in Python
-
33Getting Started with Functions
-
34Advanced Features of Functions
-
35Using Python Modules
-
36Writing Python Scripts
-
37Testing and Debugging
-
38Handling Errors and Exceptions
Questions posted on ST Forums:
480 visits
Outline:
পাইথন 3.4.3 ব্যবহার করা Ipython সংস্করণ 5.1.0 ব্যবহার করা প্লটের বৈশিষ্ট্যগুলি সংশোধন করা প্লট কমান্ডে অতিরিক্ত কীওয়ার্ড আর্গুমেন্ট পাস করা title কমান্ড দ্বারা একটি প্লটে শিরোনাম যুক্ত করা স্ট্রিং এর আগে এবং পরে একটি $ চিহ্ন যুক্ত করে LaTeX স্টাইল ফর্ম্যাটিং অন্তর্ভুক্ত করা Xlabel () এবং ylabel () কমান্ড দ্বারা x এবং y অক্ষ লেবেল করা annotate() কমান্ড ব্যবহার করে একটি প্লটে এনোটেশন যুক্ত করা Xlim () এবং ylim () কমান্ড ব্যবহার করে অক্ষের সীমা প্রাপ্ত করা Xlim () এবং ylim () কমান্ড ব্যবহার করে অক্ষের সীমা নির্ধারণ করা
Width: | 800 | Height: | 600 |
---|---|---|---|
Duration: | 00:13:41 | Size: | 6 MB |
Show video info