Search found 5 matches

by pranav
Wed Nov 28, 2012 12:19 pm
Forum: Text Formatting
Topic: Bold Type Face for a subscripted Word
Replies: 1
Views: 1462

Bold Type Face for a subscripted Word

Hi,

I want to represent a subscripted word in bold form, for example sample_i. Using \textbf{sample_{i}} doesn't work. What is correct way of doing this?
by pranav
Wed Nov 28, 2012 9:24 am
Forum: Graphics, Figures & Tables
Topic: pgfplots | Multiple Plots with same Legend
Replies: 1
Views: 4728

pgfplots | Multiple Plots with same Legend

Hi,

I want to draw multiple plots with a common legend in same figure. For example plotting variation in measurement uncertainty along x, y, z axes for a particular sensor for different distances of object from sensor. Specifically, a common "Distance" vs "Uncertainty" graph with separate plots for ...
by pranav
Mon Nov 26, 2012 1:06 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots | Plot Coordinates not accepted
Replies: 1
Views: 4901

pgfplots | Plot Coordinates not accepted

Hi,

sorry for the silly mistake. In the code I have written

Code: Select all

\addplot coordinates {(1.3,0.006418),(1.6,0.015143),(1.9,0.010009),(2.2,0.014109),(2.5,0.009640)};
Here the comma must not be added between successive coordinates. :oops:
by pranav
Mon Nov 26, 2012 12:22 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots | Plot Coordinates not accepted
Replies: 1
Views: 4901

pgfplots | Plot Coordinates not accepted

Hi,

I want to plot following data using pgfplots .
(1.3 , 0.006418)
(1.6 , 0.015143)
(1.9 , 0.010009)
(2.2 , 0.014109)
(2.5 , 0.009640)

I am adding here a snippet from the source file used for plotting it:
\begin{figure}
\begin{tikzpicture}
\begin{axis}[
height=4cm,
width=9cm,
grid=major ...
by pranav
Mon Nov 26, 2012 9:34 am
Forum: Graphics, Figures & Tables
Topic: pgfplots | Flawed DVI Output
Replies: 1
Views: 2721

pgfplots | Flawed DVI Output

Hi I tried example LaTeX code given here:

http://www.texample.net/tikz/examples/pgfplots/

But I am getting only text (like legend text,axis text) but no graphical plot.I have attached the output DVI file and log file for reference.